|
@@ -107,12 +107,16 @@ let requestLoading = (url, method, params) => {
|
|
|
// const Prefix = 'http://dd.guozipay.com/mchsrv/index.php?';
|
|
|
|
|
|
// const Prefix = 'http://192.168.1.218/mchsrv/index.php?';
|
|
|
-const Prefix = 'https://admin.xyzshops.cn/mchsrv/index.php?';
|
|
|
+// const Prefix = 'https://admin.xyzshops.cn/mchsrv/index.php?';
|
|
|
// const Prefix = 'https://test.xyzshops.cn/mchsrv/index.php?';
|
|
|
|
|
|
// 椰子临时线上地址
|
|
|
// const Prefix = 'http://121.89.196.45/mobile/index.php?';
|
|
|
|
|
|
+//椰林接口地址
|
|
|
+const Prefix = 'https://ylweb.xyzshops.cn/mchsrv/index.php?';
|
|
|
+
|
|
|
+
|
|
|
//测试请求
|
|
|
export const testRequest = () => {
|
|
|
// return requestLoading(`${Prefix}/index.php?index/index/index`, 'get', {})
|
|
@@ -322,7 +326,9 @@ export const updateVoucher = (name) => {
|
|
|
// url: `http://192.168.1.218/upfile.php`,
|
|
|
// url: `http://dd.guozipay.com/upfile.php`,
|
|
|
// url: `https://www.xyzshops.cn/upfile.php`,
|
|
|
- url: `https://admin.xyzshops.cn/upfile.php`,
|
|
|
+ // url: `https://admin.xyzshops.cn/upfile.php`,
|
|
|
+ //椰林接口地址
|
|
|
+ url : 'https://ylweb.xyzshops.cn/upfile.php',
|
|
|
// url: `https://test.xyzshops.cn/upfile.php`,
|
|
|
// 椰子临时
|
|
|
// url: `http://121.89.196.45/upfile.php`,
|