POST SPAddFavorite
“Post”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cmtmodel | “cmtmodel”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "targetId": 1, "type": 2, "title": "sample string 3", "userid": "sample string 4", "img": "sample string 5", "opt": 6 }
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" }