|
|
@@ -63,10 +63,9 @@ class Notify
|
|
63
|
63
|
}
|
|
64
|
64
|
//话费充值支付成功推送
|
|
65
|
65
|
try{
|
|
66
|
|
- $Huafei = new Huafei();
|
|
67
|
|
- $pay_wx = systemConfig('pay_wx');
|
|
68
|
|
- $push = $Huafei->pushHf($order_data['uid'], $order_data['order_no'], $order_data['mobile'], $order_data['pay_price']);
|
|
|
66
|
+ $push = app()->make(Huafei::class)->pushHf($order_data['uid'], $order_data['order_no'], $order_data['mobile'], $order_data['pay_price']);
|
|
69
|
67
|
if($push['code'] != '0000'){
|
|
|
68
|
+ $pay_wx = systemConfig('pay_wx');
|
|
70
|
69
|
//推送失败 给新支付的这一笔退款
|
|
71
|
70
|
Db::name('log')->insert(['data' => '给新话费充值支付的这一笔退款']);
|
|
72
|
71
|
if ($pay_wx == 3){
|