WeChatHelper/MMPro/micromsg/proto/SetOAuthScopeResponse.proto
2024-06-11 08:43:45 +08:00

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;
}