|
@@ -117,6 +117,7 @@ const Prefix = 'http://192.168.1.195/mobile/index.php?';
|
|
|
|
|
|
// 临时
|
|
|
// const Prefix = 'https://39.103.134.17/mobile/index.php?';
|
|
|
+// const Prefix = 'http://121.89.212.167/mobile/index.php?';
|
|
|
|
|
|
|
|
|
//测试请求
|
|
@@ -301,6 +302,7 @@ export const updateVoucher = (name) => {
|
|
|
method: "post",
|
|
|
url: `http://192.168.1.195/upfile.php`,
|
|
|
// url: `https://www.xyzshops.cn/upfile.php`,
|
|
|
+ // url: `http://121.89.212.167/upfile.php`,
|
|
|
// withCredentials: true,
|
|
|
data: name,
|
|
|
timeout: 120000,
|