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

25 lines
294 B
PHP
Raw 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 EventPublishThirdPartyEntry
{
/**
* 事件内容
**/
public $content;
/**
* 可选项:delete/update默认为add(无需传)
**/
public $data_action;
/**
* 事件编码
**/
public $trigger_code;
}
?>