wupengfei 2 years ago
parent
commit
c4811e9bcf
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/api/common.php

+ 1 - 1
.idea/workspace.xml

@@ -198,7 +198,7 @@
       <workItem from="1669952538953" duration="9708000" />
       <workItem from="1670201125142" duration="9015000" />
       <workItem from="1670287594399" duration="11535000" />
-      <workItem from="1670461023846" duration="19660000" />
+      <workItem from="1670461023846" duration="19671000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/common.php

@@ -115,7 +115,7 @@ function jg_push()
 
 function numTransform($num)
 {
-    $cal = 100;
+    $cal = 10000;
     $num = intval($num);
     if($num < $cal) return $num;
     $cal_num = bcdiv($num,$cal,1);