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": "c0f99fa9-76f3-4a3a-80c4-6f625992a320", "Name": "sample string 2", "Details": "sample string 4", "CreateTime": "2025-05-13T14:33:28.7689088+08:00" }