ayHaru 4 years ago
parent
commit
1547b0283c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/api/xyz/xunao/RefillPhone.php

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

@@ -99,7 +99,7 @@ class RefillPhone extends refill\IRefillPhone
         $str = "";
         ksort($data);
         foreach($data as $k => $v){
-            if($v){
+            if($this->check_empty($v) === false){
                 $str .= $v;
             }
         }