docs: export database, update readme doc, remove useless configs for alipay

This commit is contained in:
RockYang
2023-11-10 16:49:07 +08:00
parent 321e2087ea
commit b8ae65bb30
9 changed files with 1614 additions and 32 deletions

View File

@@ -63,9 +63,8 @@ type AliYunSmsConfig struct {
type AlipayConfig struct {
Enabled bool // 是否启用该服务
SandBox bool // 是否沙盒环境
Company string // 公司名称
AppId string // 应用 ID
UserId string // 支付宝用户 ID
AppId string // 支付宝 AppID
PrivateKey string // 用户私钥文件路径
PublicKey string // 用户公钥文件路径
AlipayPublicKey string // 支付宝公钥文件路径