package workwechatcallback import "gin_server_admin/api/workwechatcallback/callbackes" //企业微信回调 type ApiGroup struct { WorkWeChatApi callbackes.ApiGroup } var ApiGroupApp = new(ApiGroup)