POST api/OilPainting/PostUserMaterialsCheck
修改油画屏用户上传素材数据审核状态
Request Information
URI Parameters
None.
Body Parameters
PostUserMaterialsCheckModelName | Description | Type | Additional information |
---|---|---|---|
cid |
id |
integer |
None. |
checkstatus |
审核状态 0 待审核 1 审核通过 2 不通过 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "cid": 1, "checkstatus": 2 }
text/html
Sample:
{"cid":1,"checkstatus":2}
application/xml, text/xml
Sample:
<PostUserMaterialsCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.others"> <checkstatus>2</checkstatus> <cid>1</cid> </PostUserMaterialsCheckModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.