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
+4 -3
View File
@@ -104,9 +104,10 @@ export enum FIRST_GIFT_STATE {
*/
export enum PAY_TYPE {
TEST = 0, // 测试
WX = 1, // 微信
ALI = 2, // 阿里
APPLE = 3, // 苹果
THREE_SEVEN = 1, // 37
WX = 2, // 微信
ALI = 3, // 阿里
APPLE = 4, // 苹果
}
/**
+1
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: '未找到玩家渠道数据' },
}