Compare commits

..

No commits in common. "8a38bafabef66e8568fe50d9a1353e73e83667e7" and "397cf0c88ebdadddcd49627e4a89a69cdf2a55f2" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -300,13 +300,6 @@ const api = {
smsSend(data){ smsSend(data){
return request('/expertAPI/smsSend', data, 'post', false); return request('/expertAPI/smsSend', data, 'post', false);
}, },
pointTicketlist(data){
return request('/expertAPI/pointTicketlist', data, 'post', false);
},
pointTicketExchange(data){
return request('/expertAPI/updateStatus', data, 'post', false);
},
// 肝胆新闻相关API // 肝胆新闻相关API
// 顶部轮播 // 顶部轮播

View File

@ -1,6 +1,6 @@
{ {
"name" : "uniapp", "name" : "uniapp",
"appid" : "__UNI__89F511F", "appid" : "__UNI__C3DFBD4",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
@ -50,6 +50,7 @@
/* ios */ /* ios */
"sdkConfigs" : { "sdkConfigs" : {
"oauth" : { "oauth" : {
"univerify" : {},
"weixin" : { "weixin" : {
"appid" : "wxbf3658f5e674667c", "appid" : "wxbf3658f5e674667c",
"UniversalLinks" : "https://doc.igandan.com/gdxzExpert/" "UniversalLinks" : "https://doc.igandan.com/gdxzExpert/"