GET omsapi/RightsProtection?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": "291726cc-2cfb-47be-a3a8-4dc28a873f26", "Name": "sample string 2", "Details": "sample string 4", "CreateTime": "2025-05-13T16:17:41.7256425+08:00" }