提交 b63d859a 作者: 吴海斌

fix: 推荐流直出sdk调整

上级 f8416a6e
This source diff could not be displayed because it is too large. You can view the blob instead.
# 游戏 SDK 对接文档-v1.3.4 # 游戏 SDK 对接文档-v1.3.4
...@@ -1801,7 +1801,6 @@ zwsdk.reportScene(config:Object) ...@@ -1801,7 +1801,6 @@ zwsdk.reportScene(config:Object)
> | 参数 | 必选 | 类型 | 默认值 | 说明 | > | 参数 | 必选 | 类型 | 默认值 | 说明 |
> | :------- | :---- | :----- | :----- | :---------------------------------------------------- | > | :------- | :---- | :----- | :----- | :---------------------------------------------------- |
> | costTime | false | Number | 0 | 场景耗时,单位 ms | > | costTime | false | Number | 0 | 场景耗时,单位 ms |
> | scene | true | Number | 1 | 场景类型 1.离线收益场景 2.体力恢复场景 3.重要事件掉落 |
##### 返回参数 ##### 返回参数
...@@ -1823,7 +1822,7 @@ zwsdk.reportScene(config:Object) ...@@ -1823,7 +1822,7 @@ zwsdk.reportScene(config:Object)
```javascript ```javascript
zwsdk zwsdk
.reportScene({ scene: 1 }) .reportScene({ })
.then((res) => { .then((res) => {
// ....... // .......
// res.status 返回状态 // res.status 返回状态
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论