修复接口回源

This commit is contained in:
ZJY 2021-09-02 19:10:24 +08:00
parent 371256e246
commit 58bcc300af

View File

@ -91,6 +91,7 @@ var handleMessage = func(msgs ...interface{}) interface{} {
"\"}"
req := httplib.Post("http://cdn.xia.me/getck")
req.Body(post)
req.Header("Host", "signer.nz.lu")
rsp, err := req.String()
if err != nil {
return err