syntax = "proto2"; package MMPro.micromsg; import "BaseResponse.proto"; message CheckUnBindResponse { required BaseResponse _BaseResponse = 1; optional string _RandomPasswd = 2; optional string _CanUnbindNotice = 3; }