#601·APIJSON

APIJSON 与 ruoyi 框架集成,实现零代码生成页面模板接口,在线维护 apijson 数据库配置等

作者: cloudAndMonkey创建于 2023年8月22日更新于 2026年3月3日
标签Ecosystem 周边生态

Authorization

Assigning query permissions to ordinary users

Test whether ordinary users can insert data image image Log out and switch to ordinary users image Ordinary users only have query permissions image Test for unauthorized access Using the token of the ordinary user, simulate a request, and test whether data can be inserted http://localhost:8080/forms/api/gen/Post1692343037000

json
{
    "postId": null,
    "postCode": "23",
    "postName": "23",
    "postSort": "23",
    "status": "0",
    "createBy": null,
    "createTime": null,
    "updateBy": null,
    "updateTime": null,
    "remark": "32"
}
image apijson has integrated authorization and the Ruoyi framework.

内容来源: Tencent/APIJSON