(1)、获取物流参数信息
https://xxx.com/api/x3-service-archives-center/archive/logistics/v1/openwaybills/manualparams/LUCKYGO
(2)、调用电子面单
127.0.0.1:8888/retail/ocorders/deal/pick/send/geteletronfacesheet
{
"picksubId": "EX241211-64W3-000003",
"logisticsId": "LUCKYGO",
"logisticsIdName": "顺丰【好运哥】",
"clerkIdName": "",
"freight": null,
"weight": null,
"params":[
{
"paramId": "sendStartTime",
"paramType": 4,
"paramName": "取件时间",
"paramValue": "1",
"paramOptionsVal": "0|自己联系取件,1|一小时内,2|下午6点,3|次日9点",
"paramOptions": [
{
"key": "0",
"value": "自己联系取件"
},
{
"key": "1",
"value": "一小时内"
},
{
"key": "2",
"value": "下午6点"
},
{
"key": "3",
"value": "次日9点"
}
],
"requirement": true
}
]
}记得检查好运哥后台单号是否正确
【一】.钩子文件的设置和创建(1).打开hooks目录,可以看到有一个post-commit.tmpl文件,这是一个模板文件。复制一份,重命名为post-commit,将其用户组设为www,并设置为可执行。chown www:www post-commitchmod +x post-commit(2...
Application 对象用于存储和访问来自任意页面的变量,类似 Session 对象。不同之处在于所有的用户分享一个 Application 对象,而 session 对象和用户的关系是一一对应的。很多的书籍中介绍的Application对象都喜欢以统计在线人数来介绍Application 对象...
git pull https://git.oschina.net/392223903/learn.git master 换为您的git地址...
1.关机Process.Start("shutdown", "-s -t 0"); 2. 注销 Proc...
首先网页全部是纯静态的文件,本地测试正常访问,服务器端无法加载CSS,并且无法查看CSS文件的内容。 解决方案:关闭网站的压缩->>静态压缩和动态压缩...
1.文件redis-2.6.14.tar.gz的上传 /home/john/创建rdtar文件夹 上传redis-2.6.14.tar.gz至rdtar文件夹 2.解压文件 cd /home/john/rdtar tar &n...