소스 검색

用户微信支付

jiayubo 1 주 전
부모
커밋
03218e17e7
3개의 변경된 파일1053개의 추가작업 그리고 909개의 파일을 삭제
  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: '金邻助家',

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1041 - 907
pages_home/pages/Volunteerside/goodsDetails.vue