sdk:37sdk发起支付接口

This commit is contained in:
luying
2021-11-09 11:53:00 +08:00
parent fc653b37e6
commit 173481a60c
9 changed files with 129 additions and 70 deletions

View File

@@ -445,5 +445,6 @@ export const STATUS = {
ACTIVITY_NO_PRODUCT: { code: 70011, simStr: '活动数据错误' },
ERROR_TYPE: { code: 70012, simStr: '未知活动类型' },
ORDER_PARAM_ERROR: { code: 70013, simStr: '订单参数错误' },
CHANNEL_INFO_NOT_FOUND: { code: 70014, simStr: '未找到玩家渠道数据' },
}