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

15 lines
168 B
PHP

<?php
/**
* 发布事件响应
* @author auto create
*/
class EventPublishThirdPartyResponse
{
/**
* 发布事件结果列表
**/
public $entry_list;
}
?>