|
|
@@ -188,6 +188,7 @@ func rAssociationCenter(r *gin.RouterGroup) { |
|
|
|
r.POST("/medium/bind/agent/list", hdl.MediumBindAgentList) // 媒体绑定代理列表 |
|
|
|
r.POST("/medium/bind/agent/save", hdl.MediumBindAgentSave) // 媒体绑定代理操作 |
|
|
|
r.POST("/medium/bind/agent/del", hdl.MediumBindAgentDel) // 媒体绑定代理删除 |
|
|
|
r.POST("/medium/bind/agent/select/list", hdl.AgentList) // 媒体绑定代理-选择内容 |
|
|
|
|
|
|
|
r.POST("/agent/list", hdl.AgentList) // 代理列表 |
|
|
|
r.POST("/agent/bind/medium/list", hdl.AgentBindMediumList) // 代理绑定媒体列表 |
|
|
|