yinxing
Version:
28 lines (21 loc) • 359 B
Markdown
# role
|method|path|data|
|---|---|----
|get|/list|{}
|post|/insert|{"name":"xxx",...}
|post|/update|{"_id":"xxx",...}
|post|/delete|{"_id":"xxx"}
|post|/find|{"_id":"xxx"}
```json
{
"_id":"xxxx",
"name":"ccc",
"info":"xxxx"
}
```
|字段|示例|说明|
|---|---|---
|_id| "xxxx"| _id
|app_id| "xxxx"|app_id
|name|"ccc"|name
|info|""|备注