15 lines
323 B
Protocol Buffer
15 lines
323 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
import "SKBuiltinString_t.proto";
|
|
|
|
message WhatsNewsResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
optional uint32 _RegistTime = 2;
|
|
optional uint32 _FstSNSTime = 3;
|
|
optional uint32 _Count = 4;
|
|
repeated SKBuiltinString_t _PicUrlList = 5;
|
|
}
|