Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zw_game_sdk
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
CI / CD
CI / CD
流水线
日程表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
zwwl
zw_game_sdk
Commits
88501a7f
提交
88501a7f
authored
6月 29, 2022
作者:
黄程泽
浏览文件
操作
浏览文件
下载
差异文件
合并分支 'release' 到 'master'
三国文档 查看合并请求 zwwl/zw_game_sdk!45
上级
722ab351
bf52fa6a
全部展开
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
28 行增加
和
18 行删除
+28
-18
AndroidSDK对接说明文档.md
sanguo/AndroidSDK对接说明文档.md
+28
-18
H5_SDK对接说明.md
sanguo/H5_SDK对接说明.md
+0
-0
SDK对接说明.md
sanguo/SDK对接说明.md
+0
-0
服务端接口说明.md
sanguo/服务端接口说明.md
+0
-0
没有找到文件。
sanguo/AndroidSDK对接说明文档.md
浏览文件 @
88501a7f
## Ga
meSDKV1.0文档接入使用
## Ga
meSDKV1.0文档接入使用
...
@@ -448,18 +448,21 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
...
@@ -448,18 +448,21 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
> | server_name | true | String | - | 区服名称 |
> | server_name | true | String | - | 区服名称 |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | role_name | true | String | - | 游戏角色名称 |
> | role_name | true | String | - | 游戏角色名称 |
> | role_level | true | Int | 0 | 角色等级 |
> | power | true | String | "" | 国家 | |
> | power | true | String | "" | 国家 | |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | role_level | false | Int | 0 | 角色等级 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | reiki_num | false | Int | 0 | 最新
角色灵符值
|
> | reiki_num | false | Int | 0 | 最新
元宝数量
|
> | attack | false | Int | 0 | 攻击力 |
> | attack | false | Int | 0 | 攻击力 |
> | gang_name | false | String | - | 帮会(
行会
)名称
> | gang_name | false | String | - | 帮会(
联盟
)名称
> | role_level | false | Int | 0 | 角色等级 |
###### 角色上线 online 角色下线 offline
###### 角色上线 online
###### 角色下线 offline
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
...
@@ -469,18 +472,19 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
...
@@ -469,18 +472,19 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
> | cp_role_id | true | String | - | 游戏方角色ID |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | role_name | true | String | - | 游戏角色名称 |
> | role_name | true | String | - | 游戏角色名称 |
> | power | true | String | "" | 国家 |
> | power | true | String | "" | 国家 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | role_level | true | Int | 0 | 角色等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | main_city_level | true | Int | 0 | 最新官邸等级(online, offline线务必上传) |
> | chapter_index | true | Int | 0 | 最新章节等级(online, offline线务必上传) |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | gang_name | false | String | - | 帮会(行会)名称 | |
> | role_level | false | Int | 0 | 角色等级 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | reiki_num | false | Int | 0 | 最新
角色灵符值
|
> | reiki_num | false | Int | 0 | 最新
元宝数量
|
> | online_time | false | Int | 0 | 本次在线时长 |
> | online_time | false | Int | 0 | 本次在线时长 |
> | attack | false | Int | 0 | 攻击力 |
> | gang_name | false | String | - | 帮会(联盟)名称 |
> | gang_name | false | String | - | 帮会(行会)名称 | |
###### 角色升级 level_up
###### 角色升级 level_up
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | event | true | String | - | 事件类型 |
> | event | true | String | - | 事件类型 |
...
@@ -488,17 +492,19 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
...
@@ -488,17 +492,19 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
> | server_name | true | String | - | 区服名称 |
> | server_name | true | String | - | 区服名称 |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | role_name | true | String | - | 游戏角色名称 |
> | role_name | true | String | - | 游戏角色名称 |
> | role_level | true | Int | 0 | 角色等级 |
> | power | true | String | "" | 国家 |
> | power | true | String | "" | 国家 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | role_vip | false | Int | 0 | 最新角色VIP等级 |
> | role_level | false | Int | 0 | 角色等级 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | combat_num | false | Int | 0 | 最新角色战力 |
> | online_time | false | Int | 0 | 本次在线时长 |
> | online_time | false | Int | 0 | 本次在线时长 |
> | attack | false | Int | 0 | 攻击力 |
> | gang_name | false | String | - | 帮会(联盟)名称 |
> | gang_name | false | String | - | 帮会(行会)名称 | |
###### 官邸升级事件 main_city_upgrade
###### 官邸升级事件 main_city_upgrade
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | event | true | String | - | 事件类型 |
> | event | true | String | - | 事件类型 |
...
@@ -506,12 +512,14 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
...
@@ -506,12 +512,14 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
> | server_name | true | String | - | 区服名称 |
> | server_name | true | String | - | 区服名称 |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | role_name | true | String | - | 游戏角色名称 |
> | role_name | true | String | - | 游戏角色名称 |
> | role_level | true | Int | 0 | 角色等级 |
> | power | true | String | "" | 国家 |
> | power | true | String | "" | 国家 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | main_city_level | true | Int | 0 | 最新官邸等级 |
> | role_level | false | Int | 0 | 角色等级 |
###### 章节完成事件 chapter_complete
###### 章节完成事件 chapter_complete
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | :---------------------------------------------------------- | :---- | :----- | :----- | :----------- |
> | event | true | String | - | 事件类型 |
> | event | true | String | - | 事件类型 |
...
@@ -519,9 +527,11 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
...
@@ -519,9 +527,11 @@ public void showPay(CustomPayParam payParam, OnPaymentListener paymentListener)
> | server_name | true | String | - | 区服名称 |
> | server_name | true | String | - | 区服名称 |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | cp_role_id | true | String | - | 游戏方角色ID |
> | role_name | true | String | - | 游戏角色名称 |
> | role_name | true | String | - | 游戏角色名称 |
> | role_level | false | Int | 0 | 角色等级 |
> | power | true | String | "" | 国家 |
> | power | true | String | "" | 国家 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | chapter_index | true | Int | 0 | 最新章节等级 |
> | role_level | false | Int | 0 | 角色等级 |
###### 删除角色 delete
###### 删除角色 delete
...
...
sanguo/H5_SDK对接说明.md
浏览文件 @
88501a7f
差异被折叠。
点击展开。
sanguo/SDK对接说明.md
浏览文件 @
88501a7f
差异被折叠。
点击展开。
sanguo/服务端接口说明.md
浏览文件 @
88501a7f
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论