This commit is contained in:
2022-01-14 19:01:23 +08:00
parent d329df0daf
commit b2c78d0284
4 changed files with 6 additions and 6 deletions

View File

@@ -192,7 +192,7 @@ func Handle(c *gin.Context) {
if err != nil {
wMsg.Content = "查询错误:\n" + err.Error()
} else {
msg := stks.Msg()
msg := stks.Msg(true)
if msg == "" {
wMsg.Content = "您未订阅任何股票!"
} else {