scrm-go
zhengchengwu b81812685e 在线客服 il y a 6 ans
..
admin_service 添加机构信息模块 il y a 6 ans
article_service 发布视频模块的开发 il y a 6 ans
district_service 添加机构信息模块 il y a 6 ans
marketing_tool_service 删除/发布活动接口 il y a 6 ans
member_service 会员卡权益设置,微信公众号授权, il y a 6 ans
org_service 会员卡权益设置,微信公众号授权, il y a 6 ans
role_service 初始配置,定一些项目规则 il y a 6 ans
tencentim_service 在线客服 il y a 6 ans
wechat_service 公众号菜单:上传微信公众号素材永久图片,图库 il y a 6 ans
Readme.md 初始配置,定一些项目规则 il y a 6 ans
db.go 添加机构信息模块 il y a 6 ans
redis.go 初始配置,定一些项目规则 il y a 6 ans

Readme.md

将 service 模块化;
通用的 redis 和 db 配置处在最外层;
具体的业务 service 按业务分模块(包);
在具体的模块包里定义 service 方法和 view model;
如果某个模块比较复杂,service 代码很多,则再将其业务细分,拆分为多个文件;