🎨 新增AI客服相关接口
This commit is contained in:
5
model/app/request/ai_kefu.go
Normal file
5
model/app/request/ai_kefu.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package request
|
||||
|
||||
type Msg struct {
|
||||
Msg string `json:"msg" form:"msg" validate:"required"`
|
||||
}
|
4
model/app/response/ai_kefu.go
Normal file
4
model/app/response/ai_kefu.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package response
|
||||
|
||||
type KeywordReplyContent struct {
|
||||
}
|
Reference in New Issue
Block a user