9 lines
114 B
Go
9 lines
114 B
Go
|
|
package wechat
|
||
|
|
|
||
|
|
type MenuCustomConfigRequest struct {
|
||
|
|
Content string
|
||
|
|
}
|
||
|
|
|
||
|
|
type MenuCustomConfigResponse struct {
|
||
|
|
}
|