Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvdxl committed Mar 11, 2018
1 parent 5e68bf0 commit 406ad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
if content == "" {
return echo.NewHTTPError(http.StatusBadRequest, "content is requied")
}
w

content = util.HandleContent(content)
if strings.HasPrefix(tos, IMDingPrefix) { //是钉钉
token := tos[len(IMDingPrefix):]
Expand Down

0 comments on commit 406ad11

Please sign in to comment.