sdk:修复支付回调bug
This commit is contained in:
@@ -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; // 请求时间
|
||||
|
||||
@@ -186,5 +186,9 @@
|
||||
{
|
||||
"channel": "local",
|
||||
"ip": "::1"
|
||||
},
|
||||
{
|
||||
"channel": "bantushanghai",
|
||||
"ip": "180.158.8.235"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user