- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- config --- 订单配置
- aftersales --- 售后管理
- order --- 订单管理
- order_log --- 订单日志管理
- msg --- 消息管理组
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
打印订单
开发中
GET
/adminapi/order/order/order_print
请求参数
Query 参数
id
string
订单id
示例值:
1028
Body 参数multipart/form-data
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/order/order/order_print?id=1028'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"order_print": {
"order_status_name": "待支付",
"user_address": "中国 内蒙古自治区 呼和浩特市 呼和浩特经济技术开发区 测试地址",
"shipping_status_name": "待发货",
"pay_status_name": "待支付",
"order_id": 264,
"order_sn": "20240612153129926829",
"user_id": 22,
"parent_order_id": 0,
"parent_order_sn": "",
"order_status": 0,
"shipping_status": 0,
"pay_status": 0,
"add_time": "2024-06-12 15:31:26",
"consignee": "测试测试",
"address": "测试地址",
"region_ids": [
1
],
"region_names": [
"中国"
],
"address_data": null,
"mobile": "13000001423",
"email": "1321608716@qq.com",
"buyer_note": "",
"admin_note": "我是商家备注",
"shipping_method": 1,
"logistics_id": 0,
"logistics_name": "",
"shipping_type_id": 1,
"shipping_type_name": "默认快递",
"tracking_no": "",
"shipping_time": "",
"received_time": "",
"pay_type_id": 3,
"pay_time": "",
"use_points": 0,
"distribution_status": 0,
"promoter_user_id": 0,
"is_del": 0,
"shop_id": 0,
"is_store_splited": 1,
"comment_status": 0,
"total_amount": "2939.00",
"paid_amount": "0.00",
"unpaid_amount": "2939.00",
"unrefund_amount": "0.00",
"product_amount": "2937.00",
"coupon_amount": "0.00",
"points_amount": "0.00",
"discount_amount": "0.00",
"balance": "0.00",
"online_paid_amount": "0.00",
"offline_paid_amount": "0.00",
"service_fee": "0.00",
"shipping_fee": "2.00",
"invoice_fee": "0.00",
"order_extension": {
"shipping_fee": [
2
],
"shipping_type": [
{
"type_id": 1,
"type_name": "默认快递"
}
]
},
"order_source": "pc",
"invoice_data": {
"title_type": 1,
"invoice_type": 1,
"company_name": "",
"company_user_name": "测试测试",
"mobile": "13000001423",
"email": "1321608716@qq.com",
"amount": 2939,
"user_id": 22,
"status": 0,
"order_id": 264
},
"out_trade_no": "",
"is_settlement": 0,
"username": "ceshi",
"step_status": {
"current": 1,
"status": "process",
"steps": [
{
"title": "提交订单",
"description": "2024-06-12 15:31:26"
}
]
},
"items": [
{
"item_id": 287,
"order_id": 264,
"order_sn": "20240612153129926829",
"user_id": 22,
"price": "979.00",
"quantity": 3,
"product_id": 266,
"product_name": "【9公斤洗脱一体】专利免清洗智能预约波轮洗衣机全自动随心洗",
"product_sn": "SN000266",
"pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"sku_id": 0,
"sku_data": [],
"delivery_quantity": 0,
"product_type": 1,
"is_gift": 0,
"shop_id": 0,
"is_pin": 0,
"prepay_price": "0.00",
"product_pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"product_stock": 9648,
"product_weight": "0.000",
"sku_stock": null,
"sku_sn": null,
"sku_value": null,
"stock": 9648,
"subtotal": 2937,
"aftersales_item": null
}
],
"shop_name": "Tigshop",
"host": "http://tigshoppro.com",
"print_time": "2024-06-18 10:40:54"
},
"errcode": 0,
"message": ""
}
}
🟠404失败