🎨 新增AI客服相关接口

This commit is contained in:
2023-11-10 09:30:29 +08:00
parent 8c5386cb2c
commit 1cf8afb7ba
25 changed files with 803 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
package request
type Msg struct {
Msg string `json:"msg" form:"msg" validate:"required"`
}