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