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

合并分支 'liuzhen' 到 'master'

支付调试



查看合并请求 !15
... ... @@ -768,6 +768,6 @@ class Goods extends Api
$config = $payment->configForJSSDKPayment($prepayId); // 返回数组
return $this->success('预支付成功',$config);
}
return $this->error('微信支付调用失败',$result);
return $this->error('微信支付调用失败',[$result,$third]);
}
}
\ No newline at end of file
... ...