kdt.items.onsale.get没返回模板 template_id ,如何获取模板id
代码
Dictionary<string, string> param = new Dictionary<string, string>();
param.Add("fields", "num_iid,outer_id,price,skus,template_id,template_title,title");
param.Add("page_no", page.ToString());
param.Add("page_size", size.ToString());
KDTApiKit kit = new KDTApiKit(shop.app_id, shop.app_secret);
返回结果里面 template_id 和tempate_title 一直是空的
本帖最后由 dannyr 于 2017-1-17 14:20 编辑
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|