|
|
@@ -18,10 +18,13 @@ package linkface
|
|
|
// DataItem is a nested struct in linkface response
|
|
|
type DataItem struct {
|
|
|
ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
|
|
|
+ ClientId string `json:"ClientId" xml:"ClientId"`
|
|
|
IotId string `json:"IotId" xml:"IotId"`
|
|
|
LicenseType int `json:"LicenseType" xml:"LicenseType"`
|
|
|
CostQuantity int `json:"CostQuantity" xml:"CostQuantity"`
|
|
|
+ ApkPubkey string `json:"ApkPubkey" xml:"ApkPubkey"`
|
|
|
UserId string `json:"UserId" xml:"UserId"`
|
|
|
+ PackageName string `json:"PackageName" xml:"PackageName"`
|
|
|
Quantity int `json:"Quantity" xml:"Quantity"`
|
|
|
BeginTime string `json:"BeginTime" xml:"BeginTime"`
|
|
|
}
|