简要描述:
- 用户登录接口
请求域名:
- http://xx.com
请求URL:
GET/route=from.div-from.index(视图)
POST/route=from.div-from.store(提交存储数据)
传参数说明:
参数名 | 类型 | 说明 |
---|---|---|
以下数据 需要加数组 | 如:div_from[explain_title] | |
explain_title | str | 表单标题 |
explain_content | str | 表单内容 |
备注:
返回示例:
正确时返回:
{
result: 1,
msg: "设置保存成功",
data: [ ]
}
错误时返回:
data 返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述