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
获取维权申请协议
RightsProtectionProtocol| Name | 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": "e397bb67-e8c1-4eae-8005-24661ebb64f7",
"Name": "sample string 2",
"Details": "sample string 4",
"CreateTime": "2025-12-16T23:31:57.9788975+08:00"
}