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

20 lines
324 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
/**
* 用户订购信息
* @author auto create
*/
class ArticleUserSubscribe
{
/**
* 订购关系到期时间
**/
public $deadline;
/**
* 收费项目代码从合作伙伴后台my.open.taobao.com-收费管理-收费项目列表 能够获得收费项目代码
**/
public $item_code;
}
?>