GET api/RightsProtectionProtocol?u={u}&t={t}&d={d}
获取维权申请协议
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取维权申请协议
RightsProtectionProtocolName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Details | string |
None. |
|
CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "a3e87e27-c28f-463a-b093-d67ac20e9634", "Name": "sample string 2", "Details": "sample string 4", "CreateTime": "2025-05-13T20:47:00.3374816+08:00" }