收藏夹 服务
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
namespace dy.net.model.dto
|
||||
{
|
||||
public class DouyinCookieStopDto
|
||||
public class DouyinCookieSwitchDto
|
||||
{
|
||||
public string Id { get; set; }
|
||||
|
||||
public int Status { get; set; }
|
||||
}
|
||||
|
||||
public class DouyinCollectCateSwitchDto
|
||||
{
|
||||
public string Id { get; set; }
|
||||
|
||||
public bool Sync { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user