|
|
@@ -733,9 +733,9 @@ class Access
|
|
733
|
733
|
$type = Request::param('type','');
|
|
734
|
734
|
if($oid == '') return app('json')->fail("请检查参数是否正确");
|
|
735
|
735
|
|
|
736
|
|
- $groupOrder = Db::name('order_huafei_hf')->where('order_id', (int)$oid)->find();
|
|
|
736
|
+ $groupOrder = Db::name('order_huafei_hf')->where('order_id', (int)$oid)->find();
|
|
737
|
737
|
if (!$groupOrder) return app('json')->fail('订单不存在或已支付');
|
|
738
|
|
-
|
|
|
738
|
+
|
|
739
|
739
|
$res = $this->pay_huifu($type,$code,$groupOrder,"储蓄保",env('APP_URL')."/api/hf_notify/huafei",'delay');
|
|
740
|
740
|
Db::name('log')->insert(['data'=>'汇付话费订单支付--- 返回参数'.json_encode($res)]);
|
|
741
|
741
|
if (isset($res['id'])) {
|
|
|
@@ -854,7 +854,7 @@ class Access
|
|
854
|
854
|
}
|
|
855
|
855
|
|
|
856
|
856
|
}
|
|
857
|
|
-
|
|
|
857
|
+
|
|
858
|
858
|
|
|
859
|
859
|
|
|
860
|
860
|
//小程序支付
|