Browse Source

更新 接口

wangzhihui 3 năm trước cách đây
mục cha
commit
e1806812a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      miniprogram/apis/apiConfig.js

+ 1 - 0
miniprogram/apis/apiConfig.js

@@ -1,5 +1,6 @@
 let v = wx.getAccountInfoSync()
 let apiUrl = `${v.miniProgram.envVersion == 'release'?'https://interface.huihenduo.com.cn/hhd-pat-proxy-app/':'https://interface.huihenduo.com.cn/hhd-pat-proxy-app-dev/'}`
+// let apiUrl = 'https://interface.huihenduo.com.cn/hhd-pat-proxy-app/'
 
 function api(url, data, method) {
   return new Promise((resolve, reject) => {