|
@@ -138,6 +138,7 @@ CMD.runTask = function(data,main_info,PlatformInfo,call_back){
|
|
|
"site": "5"
|
|
|
}
|
|
|
let res = await clinet.otherPost( helper.getHyCreateLinkOpt(postData.token) ,t_data)
|
|
|
+ console.error('response:', res);
|
|
|
let response = {
|
|
|
"message": "create_link successfully",
|
|
|
"received_data":{
|
|
@@ -146,7 +147,6 @@ CMD.runTask = function(data,main_info,PlatformInfo,call_back){
|
|
|
"fullPath":res["data"]["fullPath"],
|
|
|
"wxMountLink":res["data"]["wxMountLink"]}
|
|
|
}
|
|
|
- console.log("response:",response)
|
|
|
let params = response.received_data.fullPath.split('?')
|
|
|
let start_page = params[0]
|
|
|
let start_param = params[1]
|