From 700d2eb401eea6bc6c2f2d89bf1393edfb5edf2f Mon Sep 17 00:00:00 2001 From: lifenlong Date: Wed, 11 Aug 2021 23:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=92=E9=B8=9F=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88=E6=8E=A5=E5=8F=A3=E4=B8=BA8002/8001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lili/modules/system/serviceimpl/LogisticsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/main/java/cn/lili/modules/system/serviceimpl/LogisticsServiceImpl.java b/framework/src/main/java/cn/lili/modules/system/serviceimpl/LogisticsServiceImpl.java index 80e52cfc..26722cf9 100644 --- a/framework/src/main/java/cn/lili/modules/system/serviceimpl/LogisticsServiceImpl.java +++ b/framework/src/main/java/cn/lili/modules/system/serviceimpl/LogisticsServiceImpl.java @@ -91,7 +91,7 @@ public class LogisticsServiceImpl extends ServiceImpl params = new HashMap(8); params.put("RequestData", urlEncoder(requestData, "UTF-8")); params.put("EBusinessID", EBusinessID); - params.put("RequestType", "8001"); + params.put("RequestType", "1002"); String dataSign = encrypt(requestData, AppKey, "UTF-8"); params.put("DataSign", urlEncoder(dataSign, "UTF-8")); params.put("DataType", "2");