Compare commits
3 Commits
397cf0c88e
...
8a38bafabe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a38bafabe | ||
|
|
dc17a06548 | ||
|
|
a5b24e54b2 |
@ -300,6 +300,13 @@ 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
|
||||||
// 顶部轮播
|
// 顶部轮播
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "uniapp",
|
"name" : "uniapp",
|
||||||
"appid" : "__UNI__C3DFBD4",
|
"appid" : "__UNI__89F511F",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
@ -50,7 +50,6 @@
|
|||||||
/* 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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user