如何使用Google Chrome的postman插件使用POST将FormData()对象发送到webapi.FormData()对象具有表单字段personID和messageBody.我试过这样的事但无济于事:
URL of the webapi: http://localhost/<<appName>>/api/v1/message
Headers:
Accept:application/json
Content-Type:multipart/form-data; boundary=---XXX---
form-data:
personID:1 (Text)
messageBody:Hello (Text)
Run Code Online (Sandbox Code Playgroud)