# codegenerator **Repository Path**: inspirej/codegenerator ## Basic Information - **Project Name**: codegenerator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2022-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目标 # 约定 ## 请求约定 默认POST请求; Content-type 为 __application/json; charset=utf-8__。 ## 返回约定 ``` { code: 返回码 mess: 返回消息 data: 返回数据 } ``` ### 返回码定义 ``` "OK" 正常 "OFFLINE" 未登录 "DENIED" 无访问权限 "UNAUTHORIZED" 产品未授权 "ERROR" 服务器异常 ``` ### 列表数据查询参数 ``` json { "logic": "and", "groups": [ { "logic": "or", "conditions": [ { "name": "username", "operator": "like", "operand": "%j%" }, { "name": "username", "operator": "like", "operand": "%t%" } ] } ] } ``` 默认用户名:__super__ 默认密码:__123456__