From fe0840cde8041da03abf1eee06a6cc690bd79ffc Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 4 May 2025 10:51:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90MALL=20=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91linux=20=E9=83=A8=E7=BD=B2=E6=97=B6=EF=BC=8Cexpress.cl?= =?UTF-8?q?ient=20=E9=85=8D=E7=BD=AE=E9=A1=B9=EF=BC=8C=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../framework/delivery/core/enums/ExpressClientEnum.java | 6 +++--- yudao-server/src/main/resources/application.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yudao-module-mall/yudao-module-trade-biz/src/main/java/cn/iocoder/yudao/module/trade/framework/delivery/core/enums/ExpressClientEnum.java b/yudao-module-mall/yudao-module-trade-biz/src/main/java/cn/iocoder/yudao/module/trade/framework/delivery/core/enums/ExpressClientEnum.java index 81b96184c9..c852e03ead 100644 --- a/yudao-module-mall/yudao-module-trade-biz/src/main/java/cn/iocoder/yudao/module/trade/framework/delivery/core/enums/ExpressClientEnum.java +++ b/yudao-module-mall/yudao-module-trade-biz/src/main/java/cn/iocoder/yudao/module/trade/framework/delivery/core/enums/ExpressClientEnum.java @@ -12,9 +12,9 @@ import lombok.Getter; @AllArgsConstructor public enum ExpressClientEnum { - NOT_PROVIDE("not-provide","未提供"), - KD_NIAO("kd-niao", "快递鸟"), - KD_100("kd-100", "快递100"); + NOT_PROVIDE("not_provide","未提供"), + KD_NIAO("kd_niao", "快递鸟"), + KD_100("kd_100", "快递100"); /** * 快递服务商唯一编码 diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index 57b3b87d0a..1e8fdb8f9f 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -349,7 +349,7 @@ yudao: receive-expire-time: 14d # 收货的过期时间 comment-expire-time: 7d # 评论的过期时间 express: - client: KD_NIAO + client: kd_100 kd-niao: api-key: cb022f1e-48f1-4c4a-a723-9001ac9676b8 business-id: 1809751