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

合并分支 'liuzhen' 到 'master'

支付调试



查看合并请求 !71
... ... @@ -1077,7 +1077,7 @@ class Store extends Api
$prepayId = $order_result->prepay_id;
$pay_data = $payment->configForJSSDKPayment($prepayId); // 返回数组
} else {
$this->error($order_result['return_msg']);
$this->error($order_result['return_msg'],[$attributes,$order,$order_result]);
}
$model = $this->deposit_order_model;
Db::startTrans();
... ...