fix 修复wskey转换错误
This commit is contained in:
parent
550f3baf5f
commit
4dd5ed15f7
@ -23,7 +23,7 @@ type AutoGenerated struct {
|
||||
}
|
||||
|
||||
func getSign() *AutoGenerated {
|
||||
data, _ := httplib.Get("https://pan.smxy.xyz/sign").Bytes()
|
||||
data, _ := httplib.Get("https://hellodns.coding.net/p/sign/d/jsign/git/raw/master/sign").Bytes()
|
||||
t := &AutoGenerated{}
|
||||
json.Unmarshal(data, t)
|
||||
logs.Info(t.Sign)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user