stanley-king 3 năm trước cách đây
mục cha
commit
4adc5b336a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      helper/refill/api/xyz/ruierxun/RefillPhone.php

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

@@ -94,7 +94,7 @@ class RefillPhone extends refill\IRefillPhone
                 } elseif ($status === '4' && (time() - $refill_info['commit_time'] >= 600)) {
                     $order_state = ORDER_STATE_NOEXIST;
                 } else {
-                    return [false, $resp['000msg']];
+                    return [false, $resp['msg']];
                 }
                 return [true, $order_state];
             }