11 lines
155 B
Protocol Buffer
11 lines
155 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message NotifyRenewBuyEnergyCnt{
|
|
int64 dwUin = 1;
|
|
int32 CurCnt = 2;
|
|
}
|