dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

It return HTTP/1.1 400 when i use post #251

Closed liuzjccc closed 5 years ago

liuzjccc commented 5 years ago

{ "description": "添加人际关系", "request": { "uri": "relationships/insert", "method": "post", "headers": { "content-type": "application/json;charset=UTF-8" }, "forms":{ "relatedPersonFileId": "1", "relatePersonFileId": "2", "relationCode": "朋友" } } }

default

default

why can it return this? Does it has some errors of config?

liuzjccc commented 5 years ago

solve it already