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

9 lines
114 B
Go

package wechat
type MenuCustomConfigRequest struct {
Content string
}
type MenuCustomConfigResponse struct {
}