💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
订单详情 ~~~[api] get:/api/v3/merchant/order/detail *string:tradeno= #订单编号 <<< success { "msg": "获取成功!", "url": "", "data": { "trade_no": "1", "created_at": "", "shop_title": "大桃商城", "goods_id": 1, "goods_title": "1", "godds_description": "1", "now_price": "3.00", "pre_price": "5.00", "num": 5, "coverIds": " ", "total_money": 15, "check_total": 2, "total": 2, "order_tickets": [ { "id": 1, "uid": 1, "category_id": 1, "goods_id": 1, "good_sku_id": 1, "order_id": 1, "order_sku_id": "", "shop_id": 1, "code": "12345678", "status": 1, "expired_at": "2018-08-20 00:00:00", "created_at": "", "updated_at": "" }, { "id": 2, "uid": 1, "category_id": 1, "goods_id": 1, "good_sku_id": 1, "order_id": 1, "order_sku_id": "", "shop_id": 1, "code": "45678", "status": 1, "expired_at": "2018-08-30 00:00:00", "created_at": "", "updated_at": "" } ] }, "count": 0, "status": "success" } <<< error { "msg": "获取失败", "url": "", "status": "error" } ~~~