Commit f854dc7e authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 855474a9
...@@ -320,25 +320,25 @@ function generateCode(callback: Function, channel: CodeChannels, shareCode: stri ...@@ -320,25 +320,25 @@ function generateCode(callback: Function, channel: CodeChannels, shareCode: stri
token token
} }
console.log("新请求233567456"); console.log("新请求233567456");
NetManager.ins.getShareContent(callback,activityCode,sceneCode,token); // NetManager.ins.getShareContent(callback,activityCode,sceneCode,token);
// window['$'].ajax({ window['$'].ajax({
// type: "post", type: "post",
// url: "https://gameact.suning.com/sngame-web/share/api/gateway/getShareContentByToken.do", url: "https://gameapi.suning.com/sngame-web/api/getShareGameInfo.do",
// dataType: "json", dataType: "json",
// data: { data: {
// activityCode, activityCode,
// sceneCode, sceneCode,
// token token
// }, },
// async: true, async: true,
// success: (result) => { success: (result) => {
// callback(true, result) callback(true, result)
// }, },
// error: (message) => { error: (message) => {
// callback(false, message) callback(false, message)
// } }
// }); });
} }
......
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