feat(wxapi): 新增视频号小店电子面单打印管理相关接口

This commit is contained in:
Fu Diwei
2024-01-15 12:49:45 +08:00
parent e288b02fb2
commit c59bd6d3de
13 changed files with 255 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"req_list": [
{
"ewaybill_order_id": "1212",
"delivery_id": "xxx",
"waybill_id": "xxxx",
"re_print": 0
}
]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"succ_ewaybill_order_id": [ "1111", "222" ],
"fail_ewaybill_order_id": [ "1111", "222" ]
}

View File

@@ -0,0 +1,6 @@
{
"ewaybill_order_id": "1212",
"delivery_id": "xxx",
"waybill_id": "xxxx",
"re_print": 0
}

View File

@@ -0,0 +1,4 @@
{
"ewaybill_order_id": "xxxx",
"template_id": "xxxx"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"print_info": "xxxxx"
}