REAPI/extend/sdk/taobao/top/domain/EventPublishThirdPartyEntry.php

25 lines
294 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 发布事件列表
* @author auto create
*/
class EventPublishThirdPartyEntry
{
/**
* 事件内容
**/
public $content;
/**
* 可选项:delete/update默认为add(无需传)
**/
public $data_action;
/**
* 事件编码
**/
public $trigger_code;
}
?>