REAPI/extend/sdk/taobao/top/domain/AssembleOrder.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
/**
* 批量回传集合,一次接口最多40
* @author auto create
*/
class AssembleOrder
{
/**
* 组合id服务商内部的合单操作id取消合单会根据group_id进行删除操作。
**/
public $group_id;
/**
* 合单订单列表一个列表最多200
**/
public $order_list;
}
?>