mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 11:10:14 +08:00
修改cf使用authToken的方式申请证书,修复因前后端cf名称不一致导致的指针错误
This commit is contained in:
@@ -115,9 +115,8 @@ func addInitData() error {
|
||||
SecretKey string `json:"secretKey"`
|
||||
}{SecretID: "", SecretKey: ""},
|
||||
CfCloud: struct {
|
||||
AuthEmail string `json:"authEmail"`
|
||||
AuthKey string `json:"authKey"`
|
||||
}{AuthEmail: "", AuthKey: ""}},
|
||||
AuthToken string `json:"authToken"`
|
||||
}{AuthToken: ""}},
|
||||
}
|
||||
err = SettingSessAdd(sess, provider)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user