Browse Source

yan hao balance

xiaoyu 1 năm trước cách đây
mục cha
commit
4030c78733
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      helper/refill/api/xyz/yanhao/RefillPhone.php

+ 1 - 1
helper/refill/api/xyz/yanhao/RefillPhone.php

@@ -155,7 +155,7 @@ class RefillPhone extends refill\IRefillPhone
             }
             elseif ($resp['Code'] === 0)
             {
-                return [true, $resp['Data'][0]['Balance']];
+                return [true, $resp['Data'][0]['Balance'] / 10000];
             }
             else {
                 return [false, $resp['Msg']];