💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
+++ post:/index.php?m=home&c=express&a=ems_list int:batch_id#批次ID int:company_id#快递公司ID int:status#[可选]默认所有1完成2已交付3未交付 int:p=0#分页码 <<< success { status: 1, info: [ { id: "5", //快单id batch_id: "21", //批次id code: "123412341234", //快单号 phone: "18811013356", //手机号 uid: "3", //原交付人uid partnerid: "0", //被交付uid senderid: "0", //发件人id create_time: "1459868607", //插入时间 update_time: "1459868607", //更新时间 status: "2" //状态0禁用删除1完成2未完成9疑难 headimg: "/Uploads/Picture/2016-04-23/571ae35c8b5bb.png",//交付人头像 companyName: "圆通快递",//交付人快递公司名称 company:12 //交付人快递公司ID mobile:18811013356//交付人手机 } ] } <<< error { "status":-1, "info":"错误提示" } +++