|
@@ -455,7 +455,7 @@ 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
|