文档
测试

设置充值完成兑换

POST
/plugin/finalizeGameGoldExchange/

接口描述

URL中IP、端口需替换服务器域名

请求头

参数名
类型
描述
必填
lr-app-appkey
string
AppKey游戏编辑页面获取
必填

请求参数

application/json
参数名
类型
描述
必填
game_area
string
游戏大区
可选
recharge_cdk
int
充值CDK
必填

请求Body-Json示例

``` { "game_area":"游戏大区", "recharge_cdk":"12345678" } ```

响应参数

application/json
参数名
类型
描述
必填
code
int
代码: 200 成功 201参数错误、处理异常 202数据库错误
必填
type
int
类型: 0成功 1参数错误、处理异常 2 AppKey错误或功能未启动
必填

响应Json示例

``` { "code": 200, "type": 0 } ```