|
@@ -140,12 +140,13 @@ CMD.runTask = function(data,main_info,PlatformInfo,call_back){
|
|
|
let res = await clinet.otherPost( helper.getHyCreateLinkOpt(postData.token) ,t_data)
|
|
|
let response = {
|
|
|
"message": "create_link successfully",
|
|
|
- "received_data":{"originalId":res["data"]["originalId"],
|
|
|
+ "received_data":{
|
|
|
"appId":res["data"]["appId"],
|
|
|
"launchPath":res["data"]["launchPath"],
|
|
|
"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]
|