xiaoyu hai 1 ano
pai
achega
6a070aa265
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      helper/refill/api/xyz/yilexin/RefillThird.php

+ 4 - 4
helper/refill/api/xyz/yilexin/RefillThird.php

@@ -6,7 +6,7 @@ require_once(BASE_HELPER_RAPI_PATH . '/yilexin/config.php');
 
 use refill;
 
-class RefillThird extends refill\IRefillThird
+class RefillPhone extends refill\IRefillThird
 {
     public function __construct($cfgs)
     {
@@ -15,9 +15,9 @@ class RefillThird extends refill\IRefillThird
 
     public function add($card_no, $card_type, $amount, $params,&$net_errno = 0)
     {
-        $mod_fetch = Model('fetch_order');
-        $count = $mod_fetch->store_order_count($this->store_id());
-        return [config::PROCESS_ABILITY >= $count, '',false];
+//        $mod_fetch = Model('fetch_order');
+//        $count = $mod_fetch->store_order_count($this->store_id());
+        return [true, '',false];
     }
 
     public function query($refill_info)