6
0
Commit Graph

149 Commits

Author SHA1 Message Date
liguanjie
49c41fb60b Merge branch 'develop/lgj/order' 2025-06-25 17:14:27 +08:00
liguanjie
384d257e03 【stat服务】1、查询用户角色汇总,提高超时时间 2025-06-25 17:11:15 +08:00
45e449df11 Merge remote-tracking branch 'origin/master' 2025-06-25 15:58:43 +08:00
90cc6c3719 refactor(game): 删除未使用的 GetGameCompanyBySign 方法
-从 game/client.go 文件中移除了 GetGameCompanyBySign 函数- 此方法未在任何地方调用,删除以简化代码结构
2025-06-25 15:58:25 +08:00
liguanjie
b0027fd6e3 fix game服务报错 2025-06-25 15:43:41 +08:00
liguanjie
0b9b6ec0d9 Merge branch 'develop/lgj/order' 2025-06-25 15:43:15 +08:00
e4b852e4a6 refactor(game): 移除未使用的游戏公司信息获取功能 2025-06-25 14:59:31 +08:00
efaf155924 Merge branch 'refs/heads/develop/yuxh/game' 2025-06-25 14:24:25 +08:00
huangqz
ef5d453838 修改游戏详细download_id字段类型 2025-06-25 13:02:25 +08:00
liguanjie
a274190b01 【stat服务】
1、查询用户角色注册分页
2025-06-24 18:00:55 +08:00
liguanjie
eea0eb790e 【ip服务】
1、新增查询单个、多个ip地区信息
2025-06-24 11:55:49 +08:00
liguanjie
de55d3d7d5 【stat服务】
1、查询用户角色注册分页
2025-06-23 17:19:50 +08:00
6d3f8d8232 refactor(services/game): 修改获取游戏版本的 API 路径 2025-06-20 19:12:43 +08:00
089a9091ec feat(game): 添加根据游戏标识获取根游戏信息 2025-06-20 16:51:10 +08:00
ba79540f78 refactor(game): 重命名 GetGameByVersion 相关函数 2025-06-20 15:44:41 +08:00
7e9eae718c refactor(game): 重构游戏版本获取接口
- 将 GetGameByVersionReq 重命名为 GetGameVersionReq
- 将 GetGameByVersionResp 重命名为 GetGameVersionResp
- 更新了相关的函数和结构体名称,以提高代码的一致性和可读性
2025-06-20 15:13:16 +08:00
25552dd187 feat(game): 添加获取游戏客户端版本配置接口
- 在 game/client.go 中添加了 GetGameByVersion 方法- 在 game/game.go 中定义了 GetGameByVersionReq 和 GetGameByVersionResp 结构体
- 实现了创建请求和响应对象的函数 CreateGetGameByVersionReq 和 CreateGetGameByVersionResp
2025-06-20 12:09:20 +08:00
liguanjie
eb25c8f20a 【cs服务】
1、新增热门faq获取
2025-06-20 11:41:24 +08:00
liguanjie
92868ce4a0 【cs服务】
1、新增faq详情
2025-06-20 11:34:19 +08:00
liguanjie
f3a11907ee 【cs服务】
1、工单详情查询
2025-06-11 18:03:42 +08:00
liguanjie
e79d0819ad 【cs服务】
1、工单记录列表查询
2025-06-11 17:44:00 +08:00
liguanjie
32ba08b231 【cs服务】
1、用户补充资料
2025-06-11 16:35:33 +08:00
liguanjie
c0ced849fc 【cs服务】
1、用户提交工单
2025-06-11 16:09:29 +08:00
liguanjie
ce7d7f2ee7 【cs服务】
1、用户重启工单
2025-06-11 15:33:38 +08:00
liguanjie
bc565ac059 【cs服务】
1、用户催单
2、用户评价工单
2025-06-11 15:24:35 +08:00
liguanjie
6a7cfdc82f 【cs服务】
1、获取工单补充字段设置
2、获取工单模板详情,字段设置
2025-06-11 15:02:19 +08:00
liguanjie
73ca794581 Merge branch 'develop/lgj' 2025-06-10 21:47:41 +08:00
liguanjie
a5e43aa59a 【cs服务】
1、json参数优化
2025-06-10 21:46:21 +08:00
liguanjie
2ab968dfb2 【cs服务】
1、新增工单图片上传
2025-06-10 21:41:57 +08:00
huangqz
b69ed4b807 新增获取iOS切支付规则接口 2025-06-10 19:46:35 +08:00
liguanjie
607dbc87c6 【cs服务】
1、新增用户短信认证码发送
2025-06-10 14:46:46 +08:00
liguanjie
d3f303e20c 【cs服务】
1、新增用户角色列表获取
2025-06-10 14:19:18 +08:00
liguanjie
b282de0a2f 【cs服务】
1、新增用户基本信息获取
2025-06-10 10:32:20 +08:00
liguanjie
abb6cc61fb 【cs服务】
1、初始化 2、新增faq获取
2025-06-10 10:16:15 +08:00
liguanjie
7e664f3f29 【oss服务】修正Bucket参数,影响单个资源上传、删除 2025-06-09 12:29:19 +08:00
liguanjie
abca5f01ed 【game服务】获取根游戏游戏详情 2025-05-30 16:32:43 +08:00
liguanjie
34de4b0401 【passport服务】获取用户角色列表优化 2025-05-29 15:34:59 +08:00
liguanjie
71b93169e2 【game服务】获取游戏服务器列表v2 2025-05-29 12:09:18 +08:00
liguanjie
7dc4a177f9 【www服务】查询子游戏简单列表 2025-05-28 17:57:52 +08:00
liguanjie
9591e794f0 【passport服务】查询用户角色列表 2025-05-28 17:24:23 +08:00
liguanjie
055fb8abb9 【passport服务】查询用户列表 2025-05-28 16:45:20 +08:00
3652d43f34 sms优化 2025-05-27 12:33:28 +08:00
liguanjie
7c96d7163b Merge branch 'develop/lgj' of https://golib.gaore.com/GaoreGo/gaore-common-sdk-go 2025-05-26 16:37:53 +08:00
liguanjie
561eb1416a 【oss服务】新增上传单个短路径返回 2025-05-26 16:36:27 +08:00
huangqz
b9a481e71b 新增获取订单状态接口 2025-05-22 11:11:04 +08:00
5a8de98af3 Merge branch 'master' of https://golib.gaore.com/GaoreGo/gaore-common-sdk-go 2025-05-09 11:17:43 +08:00
6c3dfae18b sms新增绑定手机号模板,优化飞书webhook 2025-05-09 11:17:24 +08:00
b29010cac6 修改接口返回值 2025-05-07 15:44:37 +08:00
792d13fa32 sms host更正 2025-05-06 18:30:37 +08:00
ce30ff4ef9 新增sms相关接口 2025-05-06 18:09:59 +08:00