- 内部接口
- 公共接口
- 业务接口
- CN
- A_通用参数
- B_KA配额
- C_IMS指引
- D_GT配额
- D1_参数配置
- D1.0_门店标签
- D1.1_门店打标
- D1.4_增配比例
- D1.2_标准配额
- D1.3_违规门店
- D1.5_箱规系数
- D2_配额计算
- D3_增配处理
- Z_报表
- IL
- 系统
- 流程
- 定时任务
- 后台接口
- 消息通知
- 登录POST
- 刷新TokenGET
- SSO登录GET
- 外部API
- Authing
获取列表
开发中
GET
/api/ImsProcess/GetCityColorImsRatio/GetPageList
请求参数
Authorization
在 header 添加参数
X-Token
示例:
X-Token: ********************
Query 参数
Brand
string
可选
SkuCode
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/ImsProcess/GetCityColorImsRatio/GetPageList?Brand&SkuCode' \
--header 'X-Token;'
返回响应
🟢200成功
application/json
Body
Status
boolean
必需
Result
object
必需
TimeSpan
null
必需
PageIndex
integer
必需
PageSize
integer
必需
Data
array [object {7}]
必需
TotalCount
integer
必需
TotalPages
integer
必需
HasPrevPages
boolean
必需
HasNextPages
boolean
必需
Message
string
必需
Code
integer
必需
DataCode
integer
必需
Total
integer
必需
示例
{
"Status": true,
"Result": {
"TimeSpan": null,
"PageIndex": 1,
"PageSize": 10,
"Data": [
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "829704",
"SkuNameEn": "Prestige F4 800g",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "08cc7047db5b47df81efa9fc48d4e433",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202705",
"BrandName": "Natura CN",
"SkuCode": null,
"SkuNameEn": null,
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "84d0f39d01db4b039f20dc53a6a2c3b7",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "420403",
"SkuNameEn": "Prestige F1 800g New GB",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "88d7f638797d43d08aa3c5ca1112367a",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "420404",
"SkuNameEn": "Prestige F2 400g New GB",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "89c5c136c7d24c6d9bc93bfefbb891b7",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "420407",
"SkuNameEn": "Prestige F3 800g New GB",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "967835a4af6e4f6d945c3886163afd98",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "420405",
"SkuNameEn": "Prestige F2 800g New GB",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "9fe51391e0fa4af0bb54e5b84634c6f5",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
},
{
"Brand": "202703",
"BrandName": "Prestige CN",
"SkuCode": "420401",
"SkuNameEn": "Prestige F1 350g New GB",
"DistrictLayerNameEn": "Purple",
"DistrictLayerNameCn": "紫",
"Ratio": 0.1,
"Id": "cfb0a5df24e04e39a72737ae5cb06645",
"CreatedDate": "2024-06-13 11:46:32",
"CreatedBy": "258EC12F-0E87-BA30-D92E-1F77A3428B46",
"EventCount": 0
}
],
"TotalCount": 7,
"TotalPages": 1,
"HasPrevPages": false,
"HasNextPages": false
},
"Message": "操作成功",
"Code": 200,
"DataCode": 318,
"Total": 0
}
修改于 2024-06-13 05:09:05