多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 发送任务-费用明细 请求地址 : 域名/ inter/task/get_costbreakdown 请求参数: | 参数 | 必要 | 注释| | --- | --- | --- | |token | 是 | token码 | |phone | 是 | 用户名 | |rid| 是 | 用户名 | 备注:该接口返回计算得费用,不做数据保存 'distance_cost',//距离费用 'volume_cost'//体积费用 'weight_cost'重量费用 'tcqj_cost'//同城取件费用 'tcpj_cost'//同城派件费用 'cost',//费用总计 成功 ~~~ {"data":{"id":13,"rid":"15555012548698","oid":null,"cost":"0.00","distance_cost":"0.00","tcqj_cost":"0.00","tcpj_cost":"0.00","weight_cost":"0.00","volume_cost":null,"d_price":"0.00","n_price":"0.00","y_price":"0.00"},"msg":"费用明细查询成功","state":10001} ~~~ 失败 ~~~ {"data":"","msg":"无费用明细","state":10001} ~~~