获取退货订单服务类型

地址:  http://test.birdsystem.com/client/return-consignment-action

字段注释类型

id

系统ID

INT(10)

name

名称

VARCHAR

price价格DECIMAL(10,2)

type

退货服务类型

ENUM('CONTAINER','SELLER','DISPOSE','CHECK','TRANSFER')

CONTAINER 退货上架,

SELLER 退货等待回国,

DISPOSE 退货销毁

CHECK 退货查验

TRANSFER 退货转运

status

状态


返回

{
    "total": 1,
    "data": [
        {
            "id": 92,
            "company_id": 36,
            "name": "退货上架",
            "cost": "0.000",
            "weight_unit_price": "0.000",
            "volume_unit_price": "0.000",
            "sku_unit_price": "0.000",
            "product_unit_price": "0.000",
            "type": "CONTAINER",
            "return_consignment_type": "SINGLE",
            "status": "ACTIVE",
            "primary_keys": [
                "id"
            ]
        }
    ],
    "success": true,
    "moduleName": "client"
}