GET omsapi/Configs/Types?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
获取脱敏规则列表
Dictionary of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"1": "sample string 2",
"3": "sample string 4"
}