hotfix #67

Merged
李寻欢 merged 3 commits from hotfix into main 2024-07-05 09:17:04 +08:00
Showing only changes of commit 42ac0a5ae0 - Show all commits

View File

@ -20,7 +20,7 @@ type changeStatusParam struct {
// @description: 修改使用的AI模型用的参数集
type changeUseAiModelParam struct {
WxId string `json:"wxid" binding:"required"` // 群Id或微信Id
Model string `json:"model" binding:"required"` // 模型代码
Model string `json:"model"` // 模型代码
}
// autoClearMembers