param('groupOrderId'); $groupOrder = StoreGroupOrder::where('group_order_id', $groupOrderId)->find()->toArray(); $access = new Access(); $res = $access->pay_huifu('ALI','',$groupOrder,'支付宝支付',env('APP_URL')."/api/hf_notify/pay"); return app('json')->success($res); } }