// 充值和注册的赠送时间
typedef struct D_TOPUP_GIVE_INFO
{
int topupTime; // 充值获得的时间
int giveTime; // 赠送的时间
int topupCount; // 充值获得的点数
int giveCout; // 赠送的点数
int timeremain; // 剩余时间
int coutremain; // 剩余点数
}D_TGI, * D_pTGI;
// 充值和注册的赠送时间
typedef struct D_TOPUP_GIVE_INFO
{
int topupTime; // 充值获得的时间
int giveTime; // 赠送的时间
int topupCount; // 充值获得的点数
int giveCout; // 赠送的点数
int timeremain; // 剩余时间
int coutremain; // 剩余点数
}D_TGI, * D_pTGI;