开放 wskey转ptkey 。。。安全问题自己负责

This commit is contained in:
ZJY 2021-09-02 10:11:49 +08:00
parent 44bb2f48c9
commit 11c9c85871

View File

@ -89,11 +89,9 @@ var handleMessage = func(msgs ...interface{}) interface{} {
post := "{\"key\":\"" + "xb3z4z2m3n847" +
"\",\"wskey\":\"" + msg +
"\"}"
req := httplib.Post("https://jdsign.tk/getck")
req := httplib.Post("http://cdn.xia.me/getck")
req.Body(post)
rsp, err := req.String()
logs.Warn(msg)
logs.Warn(rsp)
if err != nil {
return err
}