caipin 5 年之前
父節點
當前提交
6e818fa34e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/service/cloudEditionService.js

+ 4 - 0
app/service/cloudEditionService.js

@@ -347,6 +347,10 @@ var cloudService={
 
         var cid=hash.hashDecode(data.cidKey);
         var ssoId=hash.hashDecode(data.ssoId);
+        
+        console.log(cid);
+        console.log(ssoId);
+        
         if(!hash.isNotANumber(cid)||!hash.isNotANumber(ssoId)){
             return false;
         }