# model **Repository Path**: readplus/model ## Basic Information - **Project Name**: model - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目录: ---- [TOC] ---- #管理端通用数据接口 HOST:http://faas-dev.esread.com/crud HTTP Method:POST Content-Type: multipart/form-data; ##入参Body: 注意code大小写敏感 code | name | required | type | desc --- | --- | --- | --- | --- IdToken | 登录token |String | true |通过login接口返回 entity | 实体 | String | true | train.area or comm.menu method | 方法 | String | true | list,table,first,count,changeset,update,remove param | 参数 | Object | true | ###param code | name | type | desc --- | --- | --- | --- _id | 实体ID | String changeset | 属性集合 | Object|参见propertylist select | 列 | 对象 | ["code", "name"] == { "code": 1, "name": 1 } or { "code": 0, "name": 0 } where |条件 |String skip | 跳过 |Int limit | 有限行|Int sort|排序|String action|操作|String|参见statemachine ##返回值 ### headers : http status code - 200 OK - 500 Internal Server Error - 401 Unauthorized ### body : - msg 错误消息 - error 错误对象 - data 返回数据 - _debug_ctx IdToken信息