mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-09-15 20:05:43 +08:00
fix(wechat): 修正微信图文删除权限注解
补齐删除方法权限注解的 @ 前缀,使该入口进入正常 RBAC 权限校验。部署后需刷新权限节点缓存。
This commit is contained in:
parent
e34adb1f1d
commit
6cadcfdcfe
@ -112,8 +112,8 @@ class News extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除微信图文
|
||||
* auth true.
|
||||
* 删除微信图文.
|
||||
* @auth true
|
||||
*/
|
||||
public function remove()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user