PoolReportInfo.h 882 Bytes
//
//  PoolReportInfo.h
//  PoolSdk
//
//  Created by winFan on 12/21/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//

#import "PoolSdk/PoolBaseModel.h"
@interface PoolReportInfo : PoolBaseModel

@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *serverName;
@property(nonatomic, strong)NSString *playerId;
@property(nonatomic, strong)NSString *playerName;//所在服务器id
@property(nonatomic, strong)NSString *playerLevel;
@property(nonatomic, strong)NSString *custom;
@property(nonatomic, strong)NSString *reportType;


@property(nonatomic, strong)NSString *openId;


#define REPORT_URL  @"http://public.sdk.gzyouai.com:9030/sdk/statistic"//@"http://10.200.201.230:9001/sdk/statistic"
#define REPORT_OPEN @"open"
#define REPORT_ENTER @"enter"
#define REPORT_CREATEROLE @"createrole"
#define REPORT_ROLEUPGRADE @"roleupgrade"

@end