POST SPAddComment

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
cmtmodel
“cmtmodel”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ArticleID": 1,
  "replyId": 2,
  "type": 3,
  "content": "sample string 4",
  "userId": "sample string 5",
  "nickName": "sample string 6",
  "face": "sample string 7",
  "ip": "sample string 8",
  "ruserid": "sample string 9",
  "rname": "sample string 10",
  "rcontent": "sample string 11",
  "Score1": 12,
  "Score2": 13,
  "Score3": 14,
  "imgs": "sample string 15",
  "location": "sample string 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"
}