教程订单-详情

接口地址:/console/orderdetail

请求方式 get

参数:

  • id 教程订单的id

返回格式:

{
    "code": 1,
    "data": {
        "status": "0-待支付, 1-已支付, 2-已关闭",
        "order_sn": "23989231 #订单编号",
        "price": 20.0,
        "title":"置物架",
        "tutorial_sn": "22983 #课程编号",
        "vaild": "3个月 #有效期",
        "order_time":"2018-09-29 15:28:00",
        "pay_time":"2018-09-29 15:28:00",
        "cancel_time": "无"
        "user_name":"十年",
        "user_phone":"13855669988",
    },
    "msg": "success"
}

Last updated

Was this helpful?