作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'liuzhen' 到 'master'

充值调试



查看合并请求 !69
... ... @@ -1059,8 +1059,7 @@ class Store extends Api
$order_sn = $param['order_sn'] = get_order_sn();
$pay_data = [];
// 获取小程序配置
$options = \config('miniprogram.basic');
$app = new Application($options);
$app = new Application(ConfigService::load());
$payment = $app->payment;
// 获取支付参数
$attributes = [
... ...