接口调用

请求域名

https://www.showmebug.com

身份验证

调用接口时,需要使用 HTTPS 协议、JSON 数据格式、UTF8 编码。POST 请求需要在 HTTP Header 中设置 Content-Type:application/json。所有需要 access_token 的请求需要把 access_token 放到 Header 的 Authorization 中。

curl -X POST https://www.showmebug.com/open_api/v1/written_pads \
-H 'content-type:application/json' \
-H 'Authorization:Bearer access_token' \
-d '{ \
    "exam_id": 1,
    "name":"text"
}'

条 "" 的搜索结果

    没有 "" 的搜索结果