店铺满减–详情

GET {{base_url}}/shop/fullReduction/8

Query

参数名 类型 必需 描述 示例
shop_type string 1

Header

参数名 类型 必需 描述 示例
Authorization string 1 bearer {{token}}

Body

参数名 类型 必需 描述 示例
shop_type string 1 1
use_money string 1
reduce_money string 1
_method string 1

返回示例

{
    "status": 200,
    "msg": "success",
    "data": {
        "full_id": 8,
        "shop_id": 7,
        "shop_type": 2,
        "use_money": 10,
        "reduce_money": 2,
        "status": 1,
        "created_at": "2020-06-03 10:50:24",
        "updated_at": "2020-06-03 10:51:11"
    }
}
文档更新时间: 2020-06-13 14:11   作者:nianwang