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