Ver código fonte

更新

master
huangjiajun 1 mês atrás
pai
commit
10ec7a7f08
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      app/router/router.go

+ 1
- 0
app/router/router.go Ver arquivo

@@ -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) // 代理绑定媒体列表


Carregando…
Cancelar
Salvar