user-srv/base/wechat/menu-wechat.go

9 lines
114 B
Go
Raw Normal View History

2024-02-01 05:32:06 +00:00
package wechat
type MenuCustomConfigRequest struct {
Content string
}
type MenuCustomConfigResponse struct {
}