sdk:37ios支付及退款
This commit is contained in:
@@ -404,7 +404,7 @@ export default class Auth extends Service {
|
||||
|
||||
const ctx = this.ctx;
|
||||
|
||||
let requestResult = await loginValidata(channelType, { clientId, pst, platformAppid, childGameId });
|
||||
let requestResult = await loginValidata(channelType, { clientId, pst, platform, platformAppid, childGameId });
|
||||
if(!requestResult) return this.ctx.service.utils.resResult(STATUS.CHANNEL_ERR);
|
||||
|
||||
if(requestResult.code != 1) {
|
||||
|
||||
Reference in New Issue
Block a user