songdb 5 年之前
父节点
当前提交
2398690c2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Libs/Pay/WechatPay.php

+ 1 - 0
app/Libs/Pay/WechatPay.php

@@ -49,6 +49,7 @@ class WechatPay
                     break;
                 case 'SMKPAY':
                     self::$_instance = new SmkPay($config);
+                    break;
                 default:
                     return null;
 			}