songdb 5 years ago
parent
commit
2398690c2e
1 changed files with 1 additions and 0 deletions
  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;
 			}