Sfoglia il codice sorgente

用户微信支付

jiayubo 1 settimana fa
parent
commit
03218e17e7
3 ha cambiato i file con 1053 aggiunte e 909 eliminazioni
  1. 10 0
      api/volunteerDetailsApi/details.js
  2. 2 2
      config.js
  3. 1041 907
      pages_home/pages/Volunteerside/goodsDetails.vue

+ 10 - 0
api/volunteerDetailsApi/details.js

@@ -117,3 +117,13 @@ export function volunteerDataList(params) {
 	params:params,
   });
 }
+
+
+// 支付失败/取消支付
+export function coreUsersOrdersPayCancel(data) {
+  return request({
+    url: '/core/users/orders/PayCancel',
+    method: 'post',
+    data: data,
+  })
+}

+ 2 - 2
config.js

@@ -2,8 +2,8 @@
 const config = {
 	// baseUrl: 'https://vue.ruoyi.vip/prod-api',
 	//cloud后台网关地址
-	baseUrl: 'http://192.168.100.95:9527',//嵘哥
-	// baseUrl: 'http://192.168.100.121:9527',//龙哥
+	// baseUrl: 'http://192.168.100.95:9527',//嵘哥
+	baseUrl: 'http://192.168.100.121:9527',//龙哥
 	// baseUrl: 'https://zybooks.tech/prod-api',
 	mapKey:'KFEBZ-P2GKZ-A5PX4-7Q6Y7-KXOBF-XCB4C',
 	appName: '金邻助家',

File diff suppressed because it is too large
+ 1041 - 907
pages_home/pages/Volunteerside/goodsDetails.vue