Commit 57f5a6f9 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 281b5cfd
...@@ -6,7 +6,7 @@ cloud.init({ ...@@ -6,7 +6,7 @@ cloud.init({
}); });
App({ App({
requestType: 'cloud', // yapi,cloud: 云函数 requestType: 'local', // yapi,cloud: 云函数
cloudName: 'xtepCard2c', // 主云函数项目名 tmallCat cloudName: 'xtepCard2c', // 主云函数项目名 tmallCat
// cloudName: 'bubbleSurviva', // 主云函数项目名 tmallCat // cloudName: 'bubbleSurviva', // 主云函数项目名 tmallCat
cloud, cloud,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"success": true, "success": true,
"message":"网络异常", "message":"网络异常",
"data": { "data": {
"shoesName": "", "shoesName": "山海",
"cardCountList": { "cardCountList": {
"1":99, "1":99,
"2":1, "2":1,
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
"success": true, "success": true,
"message":"网络异常", "message":"网络异常",
"data": { "data": {
"showTakeSurprisePrize": true, "showTakeSurprisePrize": false,
"inviteResult":{ "inviteResult":{
"inviteCount":5, "inviteCount":0,
"addDrawTimes":7 "addDrawTimes":0
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment