财务-销售订单退款

接口地址:/console/salerefund

请求方式 post

参数:

  • id 订单编号id

  • bus_type 订单类型 1-教程 2-图纸

  • reason 退款原因

返回格式:

{
    "code": 1,
    "data": {},
    "msg": "success"
}

Last updated

Was this helpful?