+
+
+
\ No newline at end of file
diff --git a/dto/DouyinCookieStopDto.cs b/dto/DouyinCookieStopDto.cs
new file mode 100644
index 0000000..161bb3d
--- /dev/null
+++ b/dto/DouyinCookieStopDto.cs
@@ -0,0 +1,9 @@
+namespace dy.net.dto
+{
+ public class DouyinCookieStopDto
+ {
+ public string Id { get; set; }
+
+ public int Status { get; set; }
+ }
+}