@@ -111,6 +111,7 @@ class StoreOrder extends BaseController
if ($isPc) {
return app('json')->success(['order_id' => $groupOrder->group_order_id]);
}
+ return app('json')->fail('你好');
try {
return $this->repository->pay($payType, $this->request->userInfo(), $groupOrder, $this->request->param('return_url'), $this->request->isApp());
} catch (\Exception $e) {