mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]微信菜单修改
This commit is contained in:
parent
7a31114f55
commit
bd3fb7a0c9
@ -37,6 +37,14 @@ think\Route::post([
|
||||
},
|
||||
'wechat/config/pay' => function() {
|
||||
return json(['code' => 0, 'msg' => '测试环境禁止修改微信支付操作!']);
|
||||
},
|
||||
'wechat/menu/edit' => function() {
|
||||
return json(['code' => 0, 'msg' => '测试环境禁止修改微信菜单操作!']);
|
||||
}
|
||||
]);
|
||||
think\Route::get([
|
||||
'wechat/menu/cancel' => function() {
|
||||
return json(['code' => 0, 'msg' => '测试环境禁止删除微信菜单操作!']);
|
||||
}
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user