Commit d9974886 by dabai

ios ceshi

parent b0d397ae
Showing with 1 additions and 1 deletions
......@@ -103,7 +103,7 @@
if(params != undefined && params.length>0){
//定义设备号
if(params.substring(0,3) == 'ios'){
iosData = params;
iosData = 'iosfts'+params.substring(3,params.length);
andoridData = params.substring(3,params.length);
} else {
iosData = 'iosfts'+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