解析所有发起购买的客户端ip地址
This commit is contained in:
@@ -29,4 +29,10 @@ public class OrderInfo extends BaseEntity{
|
||||
private byte isFirstSubscription = 0;
|
||||
|
||||
private byte isCommissionCalculated = 0;
|
||||
|
||||
private String ipAddress;
|
||||
|
||||
private String country;
|
||||
|
||||
private String city;
|
||||
}
|
||||
|
||||
@@ -33,4 +33,10 @@ public class PaymentInfo extends BaseEntity{
|
||||
|
||||
// 发票托管页面
|
||||
private String hostedInvoiceUrl;
|
||||
|
||||
private String ipAddress;
|
||||
|
||||
private String country;
|
||||
|
||||
private String city;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user