Ver Fonte

更新 接口

wangzhihui há 3 anos atrás
pai
commit
e1806812a2
1 ficheiros alterados com 1 adições e 0 exclusões
  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) => {