Commit 609b1e3d by mushishixian

修改请求

parent cd9d61f4
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ func SendMessage(userId int, content string) bool { ...@@ -25,7 +25,7 @@ func SendMessage(userId int, content string) bool {
"keyword": {"remind_goods"}, "keyword": {"remind_goods"},
"k1": {strconv.FormatInt(timeNow, 10)}, "k1": {strconv.FormatInt(timeNow, 10)},
"k2": {php2go.Md5(php2go.Md5(strconv.FormatInt(timeNow, 10)) + ApiMd5Str)}, "k2": {php2go.Md5(php2go.Md5(strconv.FormatInt(timeNow, 10)) + ApiMd5Str)},
"is_ignore": {"false"}, "is_ignore": {"0"},
}) })
defer resp.Body.Close() defer resp.Body.Close()
if err != nil { if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment