商品列表处理
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace tysdk
|
||||
{
|
||||
public enum EAccoutType
|
||||
@@ -45,20 +47,21 @@ namespace tysdk
|
||||
|
||||
public class ProductListInfo: ITYSdkCallback
|
||||
{
|
||||
public string code;
|
||||
public string msg;
|
||||
public int code = 1;
|
||||
public string msg = string.Empty;
|
||||
public List<SKUDetail> products;
|
||||
}
|
||||
|
||||
public class SKUDetail: ITYSdkCallback
|
||||
public class SKUDetail
|
||||
{
|
||||
public string code;
|
||||
public string msg;
|
||||
public string name;
|
||||
public string description;
|
||||
public string price;
|
||||
public string productId;
|
||||
public string ourProductId;
|
||||
public string currency_code;
|
||||
public string price;
|
||||
public string price_amount_micros;
|
||||
public string price_currency_code;
|
||||
public string productId;
|
||||
public string title;
|
||||
public string type;
|
||||
}
|
||||
|
||||
public class ATTInfo : ITYSdkCallback
|
||||
|
||||
Reference in New Issue
Block a user