mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增视频号小店电子面单打印管理相关接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"req_list": [
|
||||
{
|
||||
"ewaybill_order_id": "1212",
|
||||
"delivery_id": "xxx",
|
||||
"waybill_id": "xxxx",
|
||||
"re_print": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"succ_ewaybill_order_id": [ "1111", "222" ],
|
||||
"fail_ewaybill_order_id": [ "1111", "222" ]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ewaybill_order_id": "1212",
|
||||
"delivery_id": "xxx",
|
||||
"waybill_id": "xxxx",
|
||||
"re_print": 0
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ewaybill_order_id": "xxxx",
|
||||
"template_id": "xxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"print_info": "xxxxx"
|
||||
}
|
Reference in New Issue
Block a user