mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]提交最新数据库结构
This commit is contained in:
parent
b76206d808
commit
084372ee95
@ -78,7 +78,7 @@ class Config extends BasicAdmin {
|
||||
// 生成支付二维码URL失败
|
||||
$this->error("生成支付二维码失败,{$pay->errMsg}[{$pay->errCode}]");
|
||||
break;
|
||||
// 检查订单是否支付成功
|
||||
// 微信支付退款操作
|
||||
case 'refund':
|
||||
$order_no = session('pay-test-order-no');
|
||||
if (empty($order_no)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user