[更新]修改微信支付测试功能

This commit is contained in:
邹景立 2017-04-13 19:11:57 +08:00
parent 906c50dd24
commit 48664c9e9c

View File

@ -125,6 +125,7 @@ class PayService {
$prepayinfo = Db::name('WechatPayPrepayid')->where($where, $map)->find();
if (empty($prepayinfo) || empty($prepayinfo['prepayid'])) {
$out_trade_no = DataService::createSequence(18, 'WXPAY-OUTER-NO');
p(url("@wechat/notify", '', true, true));
$prepayid = $pay->getPrepayId($openid, $title, $out_trade_no, $fee, url("@wechat/notify", '', true, true), $trade_type);
if (empty($prepayid)) {
Log::error("内部订单号{$order_no}生成预支付失败,{$pay->errMsg}");