namespace dy.net.model.dto { public class DouyinCookieResetDto { public string id { get; set; } public string cookie { get; set; } } }