POST api/User2Share/Add
添加分享(所有的都用这个) fdy160205
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
share |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TargetType": 0, "TargetId": "1478b9ac-2bee-4a26-ba64-aca19134a082", "TargetName": "sample string 2", "Content": "sample string 3", "RecordPath": "sample string 4", "Intro": 5, "Outtro": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }