syntax = "proto2"; package MMPro.micromsg; import "BaseResponse.proto"; import "AuthAppBaseInfo.proto"; message GetAuthAppListResponse { required BaseResponse _BaseResponse = 1; required uint32 _AppCount = 2; repeated AuthAppBaseInfo _AuthAppList = 3; }