细节优化

feat/task1-c-wallet
devil 2020-01-27 19:26:13 +08:00
parent 193f2d49e2
commit ee923e745c
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ App({
var token = (user == false) ? '' : user.token || '';
return this.data.request_url +
"index.php?s=/api/" + c + "/" + a + plugins_params+
"&application=app&application_client_type=weixin" +
"&application=app&application_client_type=baidu" +
"&token=" +
token +
"&ajax=ajax" +

View File

@ -162,7 +162,7 @@ App({
var token = (user == false) ? '' : user.token || '';
return this.data.request_url +
"index.php?s=/api/" + c + "/" + a + plugins_params+
"&application=app&application_client_type=weixin" +
"&application=app&application_client_type=qq" +
"&token=" +
token +
"&ajax=ajax" +

View File

@ -162,7 +162,7 @@ App({
var token = (user == false) ? '' : user.token || '';
return this.data.request_url +
"index.php?s=/api/" + c + "/" + a + plugins_params+
"&application=app&application_client_type=weixin" +
"&application=app&application_client_type=toutiao" +
"&token=" +
token +
"&ajax=ajax" +