caipin 5 năm trước cách đây
mục cha
commit
6e818fa34e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
         }