forked from lxh/go-wxhelper
8 lines
153 B
Go
8 lines
153 B
Go
package aiassistant
|
|
|
|
// GetAll
|
|
// @description: 获取所有AI助手
|
|
type GetAll struct {
|
|
Keyword string `json:"keyword" form:"keyword"` // 关键字
|
|
}
|