11 lines
147 B
Go
11 lines
147 B
Go
package old
|
|
|
|
type MsgAdGetRewardReq struct {
|
|
Id uint32 `json:"Id"`
|
|
}
|
|
|
|
type MsgAdGetRewardAck struct {
|
|
*MsgRewardListAck
|
|
Id uint32 `json:"Id"`
|
|
}
|