13 lines
250 B
Protocol Buffer
13 lines
250 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseRequest.proto";
|
|
import "BizScopeInfo.proto";
|
|
|
|
message SetOAuthScopeResponse {
|
|
required BaseRequest _BaseRequest = 1;
|
|
required uint32 _ScopeCount = 2;
|
|
repeated BizScopeInfo _ScopeList = 3;
|
|
}
|