mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 20:48:09 +08:00
Update PaymentService.php
This commit is contained in:
parent
5099f49b00
commit
f176fea5c7
@ -181,6 +181,7 @@ class PaymentService
|
|||||||
}
|
}
|
||||||
return response('success');
|
return response('success');
|
||||||
} catch (\Exception $exception) {
|
} catch (\Exception $exception) {
|
||||||
|
empty($data['code']) || self::query($data['code']);
|
||||||
return json(['code' => 'FAIL', 'message' => $exception->getMessage()])->code(500);
|
return json(['code' => 'FAIL', 'message' => $exception->getMessage()])->code(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user