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