REAPI/extend/sdk/taobao/top/domain/SellerAuthorize.php
2024-09-29 15:43:18 +08:00

25 lines
348 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* 里面有3个数组Brand[]品牌列表,ItemCat[] 类目列表XinpinItemCat[] 针对于C卖家新品类目列表
* @author auto create
*/
class SellerAuthorize
{
/**
* 品牌
**/
public $brands;
/**
* 商品类目结构
**/
public $item_cats;
/**
* 商品类目结构
**/
public $xinpin_item_cats;
}
?>