From 698b57fb4035bdcbbb973649aeb8217a8508e4fa Mon Sep 17 00:00:00 2001 From: Devil Date: Tue, 20 Jul 2021 23:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode/alipay/default/app.js | 2 +- sourcecode/baidu/default/app.js | 2 +- sourcecode/qq/default/app.js | 2 +- sourcecode/toutiao/default/app.js | 2 +- sourcecode/weixin/default/app.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sourcecode/alipay/default/app.js b/sourcecode/alipay/default/app.js index 3bd9cba4a..76cab52dd 100644 --- a/sourcecode/alipay/default/app.js +++ b/sourcecode/alipay/default/app.js @@ -177,7 +177,7 @@ App({ var token = (user == false) ? '' : user.token || ''; var uuid = this.request_uuid(); return this.data.request_url + - "index.php?s=/api/" + c + "/" + a + plugins_params+ + "api.php?s=" + c + "/" + a + plugins_params+ "&application=app&application_client_type=alipay" + "&token=" + token + "&ajax=ajax" + diff --git a/sourcecode/baidu/default/app.js b/sourcecode/baidu/default/app.js index a27946573..65aa15439 100755 --- a/sourcecode/baidu/default/app.js +++ b/sourcecode/baidu/default/app.js @@ -175,7 +175,7 @@ App({ var token = (user == false) ? '' : user.token || ''; var uuid = this.request_uuid(); return this.data.request_url + - "index.php?s=/api/" + c + "/" + a + plugins_params+ + "api.php?s=" + c + "/" + a + plugins_params+ "&application=app&application_client_type=baidu" + "&token=" + token + "&ajax=ajax" + diff --git a/sourcecode/qq/default/app.js b/sourcecode/qq/default/app.js index 5ef962bb4..c804a1c71 100755 --- a/sourcecode/qq/default/app.js +++ b/sourcecode/qq/default/app.js @@ -174,7 +174,7 @@ App({ var token = (user == false) ? '' : user.token || ''; var uuid = this.request_uuid(); return this.data.request_url + - "index.php?s=/api/" + c + "/" + a + plugins_params+ + "api.php?s=" + c + "/" + a + plugins_params+ "&application=app&application_client_type=qq" + "&token=" + token + "&ajax=ajax" + diff --git a/sourcecode/toutiao/default/app.js b/sourcecode/toutiao/default/app.js index ceaa7d62d..a1e140c6a 100755 --- a/sourcecode/toutiao/default/app.js +++ b/sourcecode/toutiao/default/app.js @@ -175,7 +175,7 @@ App({ var token = (user == false) ? '' : user.token || ''; var uuid = this.request_uuid(); return this.data.request_url + - "index.php?s=/api/" + c + "/" + a + plugins_params+ + "api.php?s=" + c + "/" + a + plugins_params+ "&application=app&application_client_type=toutiao" + "&token=" + token + "&ajax=ajax" + diff --git a/sourcecode/weixin/default/app.js b/sourcecode/weixin/default/app.js index a5f782499..53025842a 100755 --- a/sourcecode/weixin/default/app.js +++ b/sourcecode/weixin/default/app.js @@ -73,7 +73,7 @@ App({ // 请求地址 request_url: "{{request_url}}", - // request_url: 'http://shopxo.com/', + request_url: 'http://shopxo.com/', // request_url: 'https://dev.shopxo.net/', // 基础信息 @@ -175,7 +175,7 @@ App({ var token = (user == false) ? '' : user.token || ''; var uuid = this.request_uuid(); return this.data.request_url + - "index.php?s=/api/" + c + "/" + a + plugins_params+ + "api.php?s=" + c + "/" + a + plugins_params+ "&application=app&application_client_type=weixin" + "&token=" + token + "&ajax=ajax" +