POST NewsComment
“Post”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
comment | “comment”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "userid": "sample string 1", "nickname": "sample string 2", "title": "sample string 3", "content": "sample string 4", "ishtml": 5, "isubb": 6, "classid": 7, "boardid": 8, "rootid": 9, "ip": "sample string 10", "remail": 11, "filetype": "sample string 12", "ssbbs": "sample string 13", "seelevel": 14, "device": "sample string 15", "curbbsid": 16 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Msg": "sample string 2" }