Browse Source

更新 接口地址

wzh 3 years ago
parent
commit
4618195b1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miniprogram/apis/apiConfig.js

+ 1 - 1
miniprogram/apis/apiConfig.js

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