Commit 8b954fd6 by dabai

footseen

parent 47e8ec8d
Showing with 2 additions and 2 deletions
...@@ -142,14 +142,14 @@ ...@@ -142,14 +142,14 @@
} }
browserRedirect(); browserRedirect();
var params = { var params = {
"bingdType":getRequest().bindType, "bingType":getRequest().bindType,
"lang":sessionStorage.lang, "lang":sessionStorage.lang,
"type":getRequest().type, "type":getRequest().type,
"agentCode":getRequest().agentCode "agentCode":getRequest().agentCode
}; };
ShareTrace.init({ ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填 appkey: "7848a7ef52bee1ce", // 此值必填
param: JSON.stringify(params), param: JSON.stringify(params),
success: function() { success: function() {
console.log("init success...") console.log("init success...")
......
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 sign in to comment