重置cookie工具

This commit is contained in:
jianzhichu
2026-05-10 14:25:46 +08:00
parent 432ab60dd0
commit 5e89b9c66f
9 changed files with 79 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace dy.net.model.dto
{
public class DouyinCookieResetDto
{
public string id { get; set; }
public string cookie { get; set; }
}
}