|
@@ -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)
|