Repair

二维码保修项目


分页获取产品列表

[TOC]

简要描述
  • 分页获取产品信息
请求类型
  • form-data
请求URL
  • http://192.168.0.91:1234
接口地址
  • /Repair/Product/GetPageList
请求方式
  • POST
参数
参数名 必选 类型 默认值 说明
Token string mi9gAwC22huES1dpIF7fkhSdR1eKaeyya/Q87JK+oVikqwd1AZtLuwxymiHQvMglPCYhrrCZSlf/d7QrtJFl3DBUbjNY2nnG token
Name string 查询字段:用于查询产品名称,产品型号,产品货号
IsUse string 是否使用
AddStartTime string 起始添加时间
AddEndTime string 结束添加时间
Page int 1 当前页
Rows int 10 条数
Sort string Id 排序字段
Order string desc 排序方式
返回示例
{
    "Success": true,
    "msg": "查询成功",
    "rows": {
        "total": 3,
        "rows": [
            {
                "Id": 3,
                "FactoryId": 1,
                "FactoryName": "测试工厂",
                "Image": "https://632cz72258.zicp.fun/c.jpg",
                "Name": "测试三星洗衣机3",
                "TypeCode": "testsanxing3",
                "ItemCode": "sanxing3",
                "WarrantyCode": "3842xcDNmq9G101I",
                "Description": "三星洗衣机3",
                "AddTime": "2023-09-07 10:38:11",
                "UpdateTime": null,
                "AddId": 1,
                "AddUserId": "TestAdmin",
                "AddUserName": "测试账号",
                "UpdateUser": 0,
                "BrandId": 4,
                "BrandName": "三星",
                "Price": 0.00,
                "Remark": null,
                "ActivationCount": 0,
                "WarrantyPeriod": 0,
                "IsUse": "Y",
                "ProductTypeId": 1,
                "ProductTypeName": "挂壁式空调",
                "ProductId": 4,
                "ProductName": "空调",
                "CategoryId": 2,
                "CategoryName": "白色家电类",
                "RepairCategoryId": 2
            },
            {
                "Id": 2,
                "FactoryId": 1,
                "FactoryName": "测试工厂",
                "Image": "https://632cz72258.zicp.fun/b.jpg",
                "Name": "测试三星洗衣机2",
                "TypeCode": "testsanxing2",
                "ItemCode": "sanxing2",
                "WarrantyCode": "SbmTs7pbNiEkHNJJ",
                "Description": "三星洗衣机2",
                "AddTime": "2023-09-07 10:37:55",
                "UpdateTime": null,
                "AddId": 1,
                "AddUserId": "TestAdmin",
                "AddUserName": "测试账号",
                "UpdateUser": 0,
                "BrandId": 4,
                "BrandName": "三星",
                "Price": 0.00,
                "Remark": null,
                "ActivationCount": 0,
                "WarrantyPeriod": 0,
                "IsUse": "Y",
                "ProductTypeId": 2,
                "ProductTypeName": "立柜式空调",
                "ProductId": 4,
                "ProductName": "空调",
                "CategoryId": 2,
                "CategoryName": "白色家电类",
                "RepairCategoryId": 3
            },
            {
                "Id": 1,
                "FactoryId": 1,
                "FactoryName": "测试工厂",
                "Image": "https://632cz72258.zicp.fun/a.jpg",
                "Name": "测试三星洗衣机",
                "TypeCode": "testsanxing1",
                "ItemCode": "sanxing1",
                "WarrantyCode": "5edICkB284z5gMhm",
                "Description": "三星洗衣机",
                "AddTime": "2023-09-07 10:37:01",
                "UpdateTime": null,
                "AddId": 1,
                "AddUserId": "TestAdmin",
                "AddUserName": "测试账号",
                "UpdateUser": 0,
                "BrandId": 4,
                "BrandName": "三星",
                "Price": 0.00,
                "Remark": null,
                "ActivationCount": 0,
                "WarrantyPeriod": 0,
                "IsUse": "Y",
                "ProductTypeId": 2,
                "ProductTypeName": "立柜式空调",
                "ProductId": 4,
                "ProductName": "空调",
                "CategoryId": 2,
                "CategoryName": "白色家电类",
                "RepairCategoryId": 3
            }
        ],
        "footer": null
    }
}

-

页面列表

ITEM_HTML