Commit 66a5b205 by dabai

邀请 ios测试

parent 6a0fa3ba
Showing with 2 additions and 4 deletions
...@@ -98,12 +98,10 @@ ...@@ -98,12 +98,10 @@
<script type="text/javascript"> <script type="text/javascript">
//var data = OpenInstall.parseUrlParams(); //var data = OpenInstall.parseUrlParams();
var params = { var params = {
"bingdType":getRequest().bindType, "bindType":getRequest().bindType,
"lang":sessionStorage.lang,
"type":getRequest().type,
"agentCode":getRequest().agentCode "agentCode":getRequest().agentCode
}; };
console.log(JSON.stringify(params));
ShareTrace.init({ ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填 appkey: "cd3ba48d0699c7fa", // 此值必填
param: JSON.stringify(params), param: JSON.stringify(params),
......
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