13 lines
250 B
Protocol Buffer
13 lines
250 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
import "SKBuiltinBuffer_t.proto";
|
|
|
|
message BizAuthResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
optional string _ImgSid = 2;
|
|
required SKBuiltinBuffer_t _ImgBuf = 3;
|
|
}
|