package wechatapp import ( "key_performance_indicators/middleware/wechatapp/wechatcallback" "key_performance_indicators/middleware/wechatapp/wechatsendmsg" ) type WechatApp struct { WechatCallBackApi wechatcallback.ApiRouter WechatSendMsgApi wechatsendmsg.ApiRouter } var WechatAppApi = new(WechatApp)