From ea0a13c8305871ed774f480b3d30960d37db5833 Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Fri, 2 Dec 2022 10:57:46 +0800 Subject: [PATCH] 1 --- api/request.js | 4 ++-- manifest.json | 21 +++++++++------------ 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/api/request.js b/api/request.js index 1424acd..a196cb7 100644 --- a/api/request.js +++ b/api/request.js @@ -16,8 +16,8 @@ const httpRequest = (params) => { const json_data = { appcode: 'DOPE+', //应用编码 - appchannel: 'DOPEGOOGLE', //应用发布渠道 - appver: '1.0.0', //应用版本 + appchannel: 'DOPEFACEBOOK', //应用发布渠道 + appver: '1.1.0', //应用版本 appname: 'cnic_buyer', //应用名称 manufacturer: 'HUAWEI', //设备生产商 phonebrand: 'HORNOR', //设备品牌 diff --git a/manifest.json b/manifest.json index d4775dd..63b2a36 100644 --- a/manifest.json +++ b/manifest.json @@ -4,13 +4,13 @@ // "appid" : "__UNI__7D4CA0F", "description" : "", "versionName" : "1.1.0", - "versionCode" : 100, + "versionCode" : 120, "transformPx" : false, // "targetSdkVersion" : 31, "channel_list" : [ { - "id" : "DOPEGOOGLE", - "name" : "DOPEGOOGLE" + "id" : "DOPEGOOLGLE", + "name" : "DOPEGOOLGLE" } ], /* 5+App特有相关 */ @@ -44,7 +44,8 @@ "VideoPlayer" : {}, "Contacts" : {}, "Speech" : {}, - "iBeacon" : {} + "iBeacon" : {}, + "Messaging" : {} }, /* 应用发布信息 */ "distribute" : { @@ -56,27 +57,28 @@ "", "", "", - "", "", "", - "", "", "", "", "", "", "", + "", + "", "", "", "", "", "", + "", "", "" ], "autoSdkPermissions" : true, "minSdkVersion" : 26, - "targetSdkVersion" : 29, + "targetSdkVersion" : 31, "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] }, /* ios打包配置 */ @@ -90,11 +92,6 @@ "payment" : { "alipay" : { "__platform__" : [ "ios", "android" ] - }, - "paypal" : { - "__platform__" : [ "ios", "android" ], - "returnURL_ios" : "uni.unicoe0831://paypalpay", - "returnURL_android" : "uni.unicoe0831://paypalpay" } }, "push" : {},