scrm-go
zhengchengwu b81812685e 在线客服 hace 6 años
..
admin_user 添加机构信息模块 hace 6 años
article 发布视频模块的开发 hace 6 años
global 删除公众号菜单;自动回复:关键词,关注; hace 6 años
kefu 在线客服 hace 6 años
login 添加机构信息模块 hace 6 años
marketing_tool 活动分享页和活动预览页相关接口 hace 6 años
members 会员卡权益设置,微信公众号授权, hace 6 años
mpwechat 公众号菜单:上传微信公众号素材永久图片,图库 hace 6 años
role 添加权限管理接口 hace 6 años
Readme.md 初始配置,定一些项目规则 hace 6 años
base_api_controller.go Merge branch 'master' of http://git.shengws.com/zhangbj/scrm-go hace 6 años
base_controller.go 活动编辑接口 hace 6 años
base_view_controller.go 文章列表页面的开发 hace 6 años
短信模块临时备注 添加活动接口 hace 6 años

Readme.md

按业务分模块(包);
对于业务比较复杂的模块,再细分业务,拆分为多个控制器; 每个控制器文件提供注册 router 的方法,每个模块建立一个 router_collector.go 文件,定义一个 RegisterRouters 方法,用以收集模块中控制器提供的注册 router 的方法,并在 router.go 中最终调用;