GET Api/Service/Setting/GetOrderEtermVerifySettings
基于公司ID获取黑屏校验配置项列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
基于公司ID获取黑屏校验配置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetOrderEtermVerifySettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
公司ID |
string |
Required String length: inclusive between 0 and 128 |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
| EtermGroupId |
黑屏组ID |
string |
Required String length: inclusive between 0 and 128 |
| WhenCreatedOrderAvSearch |
当创建订单时是否查询AV并记录日志 |
boolean |
None. |
| WhenAfterPayOrderAvSearch |
当订单支付后是否查询AV并记录日志 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompanyId": "sample string 1",
"Time": "2025-11-01T21:45:44.4524127+08:00",
"ID": "25b84960-36b2-4c66-b2ed-3cdc79e3ec60",
"Carrier": "sample string 4",
"EtermGroupId": "sample string 5",
"WhenCreatedOrderAvSearch": true,
"WhenAfterPayOrderAvSearch": true
},
{
"CompanyId": "sample string 1",
"Time": "2025-11-01T21:45:44.4524127+08:00",
"ID": "25b84960-36b2-4c66-b2ed-3cdc79e3ec60",
"Carrier": "sample string 4",
"EtermGroupId": "sample string 5",
"WhenCreatedOrderAvSearch": true,
"WhenAfterPayOrderAvSearch": true
}
]