|
@@ -455,9 +455,9 @@ class RefillBase
|
|
|
|
|
|
if (empty($providers)) {
|
|
|
Log::record("canot find any providers", Log::DEBUG);
|
|
|
- return [errcode::CANNOT_MATCH_PROVIDER, "匹配不到任何通道", $last_orderid, false, 0];
|
|
|
+ return [errcode::MERCHANT_REFILL_CHLIMIT, "匹配不到任何通道", $last_orderid, false, 0];
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
try
|
|
|
{
|
|
|
$minfo = new member_info($order->buyer_id());
|