stanley-king 1 年之前
父节点
当前提交
6ea2874f7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

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