当前使用微信打单助手 V1.0.0版本
在打印百世快递面单时,商品信息未显示。
访问addOrder接口传入参数如下
{
'shop': {
'wxa_path': '/pages/index/index',
'goods_count': 1,
'img_url': 'XXX.jpg',
'goods_name': '空姐蓝'
},
'openid': 'XXX',
'cargo': {
'count': 1,
'weight': 0.1,
'detail_list': [
{
'count': 1,
'name': '空姐蓝'
}
],
'space_x': 20,
'space_y': 10,
'space_z': 10
},
'order_id': '157753738329992357',
'insured': {
'use_insured': 0,
'insured_value': 0
},
'biz_id': 'XXX',
'sender': {
'province': 'XX省',
'city': 'XX市',
'name': 'XXX',
'area': 'XX区',
'mobile': '152XXXXXXXX',
'country': '中国',
'company': 'XXXX',
'address': 'XXXX'
},
'add_source': 0,
'custom_remark': 'aj',
'service': {
'service_type': 1,
'service_name': '普通快递'
},
'access_token': 'XXXX',
'delivery_id': 'BEST',
'receiver': {
'province': 'XXX',
'city': 'XXX',
'name': 'XXX',
'area': 'XXX',
'mobile': 'XXX',
'address': 'XXX'
},
'expect_time': 0
}
appid : wx5b4390f91a54945c
下单时间:2020-05-08 14:09:29
面单格式:百世二联单180*100
order_id:157753738329992357
看下打印出的页面?