sdk:修复支付回调bug

This commit is contained in:
luying
2021-11-16 16:46:39 +08:00
parent 2f295417b3
commit d7d1afbb2f
6 changed files with 29 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ export class PayCallback37Data {
actor_id: string; // 角色id
order_id: string; // 37平台id
order_no: string; // 我方订单id
money: number; // 订单金额
money: string; // 订单金额
game_coin: number; // 元宝数
product_id: string; // 商品id
time: number; // 请求时间

View File

@@ -186,5 +186,9 @@
{
"channel": "local",
"ip": "::1"
},
{
"channel": "bantushanghai",
"ip": "180.158.8.235"
}
]