美文网首页
[DOC] api tpl in markdown

[DOC] api tpl in markdown

作者: cdz620 | 来源:发表于2020-03-02 14:23 被阅读0次

环境说明

测试环境

线上环境

api接口

xxx

url

http://host/api/xxx

header

  • "Content-Type": "application/x-www-form-urlencoded"

method

POST

request parameter

参数 必选 类型 说明

request body

参数 必选 类型 说明

response

返回字段 字段类型 说明
code int 返回状态码。详见: 状态码对照表
message string 消息
data string 数据

返回示例:

{
    "code": 0,
    "message": "success",
    "data": {}
}

接口示例

curl ...

状态码对照表

状态码 详情
0 成功

相关文章

网友评论

      本文标题:[DOC] api tpl in markdown

      本文链接:https://www.haomeiwen.com/subject/pvnlchtx.html