m
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user