fork from 1.3
This commit is contained in:
14
FreeSR.Proto/RechargeSuccNotify.cs
Normal file
14
FreeSR.Proto/RechargeSuccNotify.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class RechargeSuccNotify
|
||||
{
|
||||
[ProtoMember(6)] public long MonthCardOutdateTime;
|
||||
[ProtoMember(13)] public ItemList ItemList;
|
||||
[ProtoMember(1)] public string ProductId;
|
||||
[ProtoMember(7)] public string ChannelOrderNo;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user