Verified Commit 8054a7ea authored by Cui's avatar Cui

fix return

parent 0ef78ef3
...@@ -73,4 +73,6 @@ func Sender(accessToken string, message MessageStruct) (int, string) { ...@@ -73,4 +73,6 @@ func Sender(accessToken string, message MessageStruct) (int, string) {
return -10000, msg return -10000, msg
} }
return 0, ""
} }
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 to comment