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

15 lines
199 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 自定义同步的渠道配置
* @author auto create
*/
class ChannelConfig
{
/**
* 淘鲜达:"31",饿了么:"3",京东到家:"26",美团外卖:"2"
**/
public $channel;
}
?>