tmp #99

Merged
李寻欢 merged 51 commits from tmp into hotfix 2024-08-20 16:45:07 +08:00
Showing only changes of commit 5afe50975b - Show all commits

View File

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