From a8cb9e402368db94dd4ddcaacf7c750db7bfa876 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 26 Apr 2024 18:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 6 +++ manifest.json | 12 +++--- pages/indexEntry/enroll/payment/payh5.vue | 62 +++++++++++++++++++++++++- pages/indexEntry/enroll/payment/payment.vue | 67 +++++++++++------------------ 4 files changed, 97 insertions(+), 50 deletions(-) diff --git a/config/api.js b/config/api.js index 341842e..8536d66 100644 --- a/config/api.js +++ b/config/api.js @@ -222,6 +222,12 @@ export const periodConfirm = (data) => http.post('app/student-process/periodConf export const pre_create = (data) => http.post('pay/ysb/pre_create', data) // 创建支付应用信息加密 export const param_sign = (data) => http.post('pay/ysb/param_sign', data) + // 支付订单详情接口 + export const course_info = (data) => http.post('pay/ysb/course_info', data) + // 查询支付状态 + export const order_info = (data) => http.post('pay/ysb/order_info', data) + + diff --git a/manifest.json b/manifest.json index cbb4db7..b95707c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "洛阳学车", "appid" : "__UNI__3347C6E", "description" : "", - "versionName" : "1.1.8", - "versionCode" : 118, + "versionName" : "1.1.9", + "versionCode" : 119, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -82,8 +82,8 @@ "sdkConfigs" : { "share" : { "weixin" : { - "appid" : "wx9e7d9eea420f6541", - "UniversalLinks" : "https://static-mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d.next.bspapp.com/uni-universallinks/__UNI__3347C6E/" + "appid" : "wxdfeef42d2a053912", + "UniversalLinks" : "https://payconfig.jaxc.cn/" } }, "ad" : {}, @@ -108,8 +108,8 @@ "payment" : { "weixin" : { "__platform__" : [ "ios", "android" ], - "appid" : "wx9e7d9eea420f6541", - "UniversalLinks" : "https://static-mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d.next.bspapp.com/uni-universallinks/__UNI__3347C6E/" + "appid" : "wxdfeef42d2a053912", + "UniversalLinks" : "https://payconfig.jaxc.cn/" } } } diff --git a/pages/indexEntry/enroll/payment/payh5.vue b/pages/indexEntry/enroll/payment/payh5.vue index a6a6fc8..26f9742 100644 --- a/pages/indexEntry/enroll/payment/payh5.vue +++ b/pages/indexEntry/enroll/payment/payh5.vue @@ -6,11 +6,32 @@