From 4110a3b6bc80f69f0e6bc9558d22cb13d38343e0 Mon Sep 17 00:00:00 2001 From: Jack <46790855@qq.com> Date: Fri, 21 Feb 2025 22:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=85=A5=E9=A9=BB=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 8 +++---- .../src/main/resources/bootstrap-prod.yml | 24 +++++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index a018534e..4f71b230 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,3 @@ - 项目启动顺序: mall-gateway mall-auth @@ -11,7 +10,6 @@ mall-cms mall-search mall-im - 微信支付配置 { "mchid": 商户ID, @@ -28,6 +26,8 @@ mall-im "sslkey_name": "apiclient_key.pem" } - 清除 docker 日志 -docker ps -aq | xargs docker inspect --format='{{.LogPath}}' | xargs truncate -s 0 \ No newline at end of file +docker ps -aq | xargs docker inspect --format='{{.LogPath}}' | xargs truncate -s 0 + +查看哪个文件夹占空间 +du -sh * | sort -h \ No newline at end of file diff --git a/mall-shop/src/main/resources/bootstrap-prod.yml b/mall-shop/src/main/resources/bootstrap-prod.yml index 3e05a540..824d9aa1 100644 --- a/mall-shop/src/main/resources/bootstrap-prod.yml +++ b/mall-shop/src/main/resources/bootstrap-prod.yml @@ -142,7 +142,23 @@ sf-express: dev_id: 1711573316 appid: 1711573316 appkey: cd57608baa9c00fe1cda5f652b14240d -# dev_id: 1715091463 -# appid: 1715091463 -# appkey: 47466ae69c530f831395e1bc405639fb - enable: 2 \ No newline at end of file + # dev_id: 1715091463 + # appid: 1715091463 + # appkey: 47466ae69c530f831395e1bc405639fb + enable: 2 +#拉卡拉进件配置 +lakala: + tk: + #服务地址 + server_url: https://test.wsmsd.cn/sit/htkauth + client_id: lsycs + client_secret: XPa1HB5d55Ig0qV8 + api_pub_key_path: payKey/lakala/dev/tk_api_public_key.txt + api_pri_key_path: payKey/lakala/dev/tk_api_private_key.txt +#e签宝配置 +esign: + server_url: https://smlopenapi.esign.cn + #正式地址 https://openapi.esign.cn + app_id: 7439053575 + app_secret: 8da2e1eeeaf88e09bcf432a2fdd3e4d7 + app_rsa: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiC \ No newline at end of file