feat: reward verify is ready

This commit is contained in:
RockYang
2023-07-21 22:29:14 +08:00
parent aa28f87b0c
commit b73092eb64
7 changed files with 109 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ func (h *ChatHandler) sendMessage(ctx context.Context, session types.ChatSession
}
if userVo.Calls <= 0 && userVo.ChatConfig.ApiKey == "" {
replyMessage(ws, "您的对话次数已经用尽,请联系管理员充值")
replyMessage(ws, "您的对话次数已经用尽,请联系管理员或者点击左下角菜单加入众筹获得100次对话")
replyMessage(ws, "![](/images/wx.png)")
return nil
}