• 精打商城API文档

  • 精打快递单打印软件教程 2020-08-17

业务简述:由外部传入订单列表,下载至精打内完成打印和发货
精打账号注册地址:https://www.234f.com/e/member/register/?groupid=1
---------------------------------------
1.上传订单接口:
接口地址:https://a1.234f.com/torders/creat.php
提交方式:POST
接口参数:
u=精打用户名&p=精打密码&order=
{
"order_sn": "char订单号;必须唯一值",
"order_status": int订单状态: 1.待发货;2.待收货;3.已完成,
"refund_status": int退款状态: 0.无退款;1.有退款,
"created_time": "char下单时间2020-01-1 01:01:01",
"province": "char省",
"city": "char市",
"town": "char区",
"address": "char街道",
"mobile": "char手机",
"phone": "char座机",
"name": "char姓名",
"seller_mark": "char卖家备注",
"item_list": [{
"out_sku_sn": "char商家编码",
"goods_name": "char商品标题",
"goods_spec": "char商品属性",
"goods_count": int商品数量,
}
], 
}
正确返回:
{"result":"true"}
错误返回
{"error":""}
---------------------------------------
2.下载快递单号接口:
接口地址:https://a1.234f.com/torders/getexpno.php
提交方式:POST
接口参数:
u=精打用户名&p=精打密码&&order_sn=订单号
正确返回:
{"order_sn":"订单号","exp":"快递标志","expno":"快递单号"}
错误返回
{"error":""}
---------------------------------------
3.扩展内容:
精打快递常量对照表:https://a1.234f.com/get_expcom.php
添加精打商城店铺:https://www.234f.com/services/jingda/2020-08-18/2069.html
菜鸟电子面单打印视频:https://www.234f.com/services/video/2016-10-12/974.html

Copyright © 2013 义乌市智仁信息科技有限公司 All Right Reserved. [浙ICP备13026887号]