商家入驻接口开发
This commit is contained in:
parent
faa943df0a
commit
4110a3b6bc
@ -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
|
||||
docker ps -aq | xargs docker inspect --format='{{.LogPath}}' | xargs truncate -s 0
|
||||
|
||||
查看哪个文件夹占空间
|
||||
du -sh * | sort -h
|
||||
@ -142,7 +142,23 @@ sf-express:
|
||||
dev_id: 1711573316
|
||||
appid: 1711573316
|
||||
appkey: cd57608baa9c00fe1cda5f652b14240d
|
||||
# dev_id: 1715091463
|
||||
# appid: 1715091463
|
||||
# appkey: 47466ae69c530f831395e1bc405639fb
|
||||
enable: 2
|
||||
# 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
|
||||
Loading…
Reference in New Issue
Block a user