GET omsapi/IntegralModule/GetModules?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 |
CategoryId=[,long] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取积分模块
Collection of BonusPointCategoryInModulesOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ModuleId | integer |
None. |
|
| ModuleName | string |
None. |
|
| Enabled |
是否开启 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ModuleId": 1,
"ModuleName": "sample string 2",
"Enabled": true
},
{
"ModuleId": 1,
"ModuleName": "sample string 2",
"Enabled": true
}
]