diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
index 25833f14..22849996 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
@@ -1,8 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[string]/SeparatedByVBarStringArrayConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[string]/SeparatedByVBarStringArrayConverter.cs
index b5a622ad..5ba3d29d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[string]/SeparatedByVBarStringArrayConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/Array[string]/SeparatedByVBarStringArrayConverter.cs
@@ -1,8 +1,4 @@
using System;
-using System.Collections.Generic;
-using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32IListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32IListConverter.cs
index 7b2da5d7..a9aa9fcb 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32IListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32IListConverter.cs
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32ListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32ListConverter.cs
index 49073943..4f211d6b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32ListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[int]/SeparatedByVBarInt32ListConverter.cs
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringIListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringIListConverter.cs
index 4690fd17..285ac97f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringIListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringIListConverter.cs
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringListConverter.cs
index bd2bf6cf..f2a55855 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/Newtonsoft.Json/List[string]/SeparatedByVBarStringListConverter.cs
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Converters;
namespace Newtonsoft.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
index 42fcc183..eccf787c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[int]/SeparatedByVBarInt32ArrayConverter.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text.Json;
+using System.Linq;
using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32IListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32IListConverter.cs
index 1abbfc50..684bcbba 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32IListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32IListConverter.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text.Json;
+using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32ListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32ListConverter.cs
index 8414fc55..60fc9331 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32ListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/Array[string]/SeparatedByVBarInt32ListConverter.cs
@@ -1,7 +1,5 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Linq;
-using System.Text.Json;
using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[int]/SeparatedByVBarStringArrayConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[int]/SeparatedByVBarStringArrayConverter.cs
index 1143f9a0..83297b61 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[int]/SeparatedByVBarStringArrayConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[int]/SeparatedByVBarStringArrayConverter.cs
@@ -1,8 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text.Json;
-using System.Text.Json.Serialization;
+using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringIListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringIListConverter.cs
index b3f038b1..40b8dc23 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringIListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringIListConverter.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text.Json;
+using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringListConverter.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringListConverter.cs
index 59d819cb..de374ed2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringListConverter.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Converters/System.Text.Json/List[string]/SeparatedByVBarStringListConverter.cs
@@ -1,7 +1,5 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Linq;
-using System.Text.Json;
using System.Text.Json.Serialization;
namespace System.Text.Json.Converters
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Agent/SwitchWorkbenchModeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Agent/SwitchWorkbenchModeEvent.cs
index 7a3a58fb..df79291c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Agent/SwitchWorkbenchModeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Agent/SwitchWorkbenchModeEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.switch_workbench_mode 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92535
+ /// REF: https://developer.work.weixin.qq.com/document/path/92535
///
public class SwitchWorkbenchModeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/OpenApprovalChangeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/OpenApprovalChangeEvent.cs
index 57f66c34..d563f3da 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/OpenApprovalChangeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/OpenApprovalChangeEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.open_approval_change 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90269
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93798
+ /// REF: https://developer.work.weixin.qq.com/document/path/90269
+ /// REF: https://developer.work.weixin.qq.com/document/path/93798
///
public class OpenApprovalChangeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/SystemApprovalChangeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/SystemApprovalChangeEvent.cs
index 93ee6fd1..8ed8b9bc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/SystemApprovalChangeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Approval/SystemApprovalChangeEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.sys_approval_change 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91815
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92633
+ /// REF: https://developer.work.weixin.qq.com/document/path/91815
+ /// REF: https://developer.work.weixin.qq.com/document/path/92633
///
public class SystemApprovalChangeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Batch/BatchJobResultEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Batch/BatchJobResultEvent.cs
index 92d3e5c5..c8306456 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Batch/BatchJobResultEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Batch/BatchJobResultEvent.cs
@@ -1,17 +1,14 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.batch_job_result 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90973
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF; https://open.work.weixin.qq.com/api/doc/90000/90135/94946
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91135
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91167
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90973
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF; https://developer.work.weixin.qq.com/document/path/94946
+ /// REF: https://developer.work.weixin.qq.com/document/path/91135
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/91167
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class BatchJobResultEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/AddCalendarEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/AddCalendarEvent.cs
index 3917fb55..ab5b9d57 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/AddCalendarEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/AddCalendarEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.add_calendar 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class AddCalendarEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/DeleteCalendarEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/DeleteCalendarEvent.cs
index ddf59849..466e6c09 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/DeleteCalendarEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/DeleteCalendarEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.delete_calendar 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class DeleteCalendarEvent : AddCalendarEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/ModifyCalendarEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/ModifyCalendarEvent.cs
index 2adba90f..af32766e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/ModifyCalendarEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Calendar/ModifyCalendarEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.modify_calendar 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class ModifyCalendarEvent : AddCalendarEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Contact/ChangeContactEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Contact/ChangeContactEvent.cs
index d090e5f0..1dffd0b7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Contact/ChangeContactEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Contact/ChangeContactEvent.cs
@@ -1,25 +1,22 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.change_contact 或 INFO.change_contact 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90970
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90971
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90972
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92654
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92655
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92656
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90639
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90640
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90641
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90796
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90797
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90798
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90970
+ /// REF: https://developer.work.weixin.qq.com/document/path/90971
+ /// REF: https://developer.work.weixin.qq.com/document/path/90972
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/92654
+ /// REF: https://developer.work.weixin.qq.com/document/path/92655
+ /// REF: https://developer.work.weixin.qq.com/document/path/92656
+ /// REF: https://developer.work.weixin.qq.com/document/path/90639
+ /// REF: https://developer.work.weixin.qq.com/document/path/90640
+ /// REF: https://developer.work.weixin.qq.com/document/path/90641
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90796
+ /// REF: https://developer.work.weixin.qq.com/document/path/90797
+ /// REF: https://developer.work.weixin.qq.com/document/path/90798
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class ChangeContactEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/AddDeviceEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/AddDeviceEvent.cs
index 7d0ec3b0..46bcf8be 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/AddDeviceEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/AddDeviceEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.add_device 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class AddDeviceEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ConnectInfoEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ConnectInfoEvent.cs
index ac481659..760828c8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ConnectInfoEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ConnectInfoEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.connect_info 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class ConnectInfoEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeleteDeviceEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeleteDeviceEvent.cs
index 904447c6..61a7cb7d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeleteDeviceEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeleteDeviceEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.del_device 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class DeleteDeviceEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeviceFeatureChangeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeviceFeatureChangeEvent.cs
index 0cde5b53..f4a57267 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeviceFeatureChangeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DeviceFeatureChangeEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.device_feature_change 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class DeviceFeatureChangeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DisconnectInfoEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DisconnectInfoEvent.cs
index 29bd2b5b..2635408c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DisconnectInfoEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/DisconnectInfoEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.disconnect_info 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class DisconnectInfoEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ErrorReportEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ErrorReportEvent.cs
index eff5725c..53ac3af8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ErrorReportEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/ErrorReportEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.error_report 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class ErrorReportEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/FetchLogFinishEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/FetchLogFinishEvent.cs
index 5248ea6d..1277d803 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/FetchLogFinishEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/FetchLogFinishEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.fetch_log_finish 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class FetchLogFinishEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/RemarkDeviceNameEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/RemarkDeviceNameEvent.cs
index b165ec68..19f6228e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/RemarkDeviceNameEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Device/RemarkDeviceNameEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.remark_device_name 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90751
+ /// REF: https://developer.work.weixin.qq.com/document/path/90751
///
public class RemarkDeviceNameEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalChatEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalChatEvent.cs
index c9133ea3..5a92b6d8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalChatEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalChatEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.change_external_chat 或 INFO.change_external_chat 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92130
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92277
+ /// REF: https://developer.work.weixin.qq.com/document/path/92130
+ /// REF: https://developer.work.weixin.qq.com/document/path/92277
///
public class ChangeExternalChatEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalContactEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalContactEvent.cs
index 44ef39ab..daccd03c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalContactEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalContactEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.change_external_contact 或 INFO.change_external_contact 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92130
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92005
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92277
+ /// REF: https://developer.work.weixin.qq.com/document/path/92130
+ /// REF: https://developer.work.weixin.qq.com/document/path/92005
+ /// REF: https://developer.work.weixin.qq.com/document/path/92277
///
public class ChangeExternalContactEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalTagEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalTagEvent.cs
index cfc872ff..27f814e8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalTagEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/ExternalContact/ChangeExternalTagEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.change_external_tag 或 INFO.change_external_tag 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92130
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92277
+ /// REF: https://developer.work.weixin.qq.com/document/path/92130
+ /// REF: https://developer.work.weixin.qq.com/document/path/92277
///
public class ChangeExternalTagEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/KfMessage/KfMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/KfMessage/KfMessageEvent.cs
index f924df4b..b362683b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/KfMessage/KfMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/KfMessage/KfMessageEvent.cs
@@ -2,8 +2,8 @@
{
///
/// 表示 kf_msg_or_event 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94670
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94699
+ /// REF: https://developer.work.weixin.qq.com/document/path/94670
+ /// REF: https://developer.work.weixin.qq.com/document/path/94699
///
public class KfMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Living/LivingStatusChangeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Living/LivingStatusChangeEvent.cs
index 17777bed..06cb217a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Living/LivingStatusChangeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Living/LivingStatusChangeEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.living_status_change 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94145
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94308
+ /// REF: https://developer.work.weixin.qq.com/document/path/94145
+ /// REF: https://developer.work.weixin.qq.com/document/path/94308
///
public class LivingStatusChangeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/ImageMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/ImageMessageEvent.cs
index 9f2aee77..65df55e9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/ImageMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/ImageMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 IMAGE 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class ImageMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LinkMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LinkMessageEvent.cs
index f1b236f5..18dc2583 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LinkMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LinkMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 LINK 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class LinkMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LocationMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LocationMessageEvent.cs
index 054b0e45..dcc50054 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LocationMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/LocationMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 LOCATION 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class LocationMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/TextMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/TextMessageEvent.cs
index 2804f44c..1459875f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/TextMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/TextMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 TEXT 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class TextMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VideoMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VideoMessageEvent.cs
index 7679a0eb..0300f97a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VideoMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VideoMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 VIDEO 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class VideoMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VoiceMessageEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VoiceMessageEvent.cs
index 36587456..b2bbb8b1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VoiceMessageEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Message/VoiceMessageEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 VOICE 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90239
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90375
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90855
+ /// REF: https://developer.work.weixin.qq.com/document/path/90239
+ /// REF: https://developer.work.weixin.qq.com/document/path/90375
+ /// REF: https://developer.work.weixin.qq.com/document/path/90855
///
public class VoiceMessageEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/BookMeetingRoomEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/BookMeetingRoomEvent.cs
index dc4ef716..a2d874b2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/BookMeetingRoomEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/BookMeetingRoomEvent.cs
@@ -2,7 +2,7 @@
{
///
/// 表示 EVENT.book_meeting_room 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95333
+ /// REF: https://developer.work.weixin.qq.com/document/path/95333
///
public class BookMeetingRoomEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
@@ -12,7 +12,7 @@
[Newtonsoft.Json.JsonProperty("MeetingRoomId")]
[System.Text.Json.Serialization.JsonPropertyName("MeetingRoomId")]
[System.Xml.Serialization.XmlElement("MeetingRoomId")]
- public int MeetingRoomId { get; set; }
+ public int MeetingRoomId { get; set; }
///
/// 获取或设置会议 ID。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/CancelMeetingRoomEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/CancelMeetingRoomEvent.cs
index 88a9f1f8..d2f42107 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/CancelMeetingRoomEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/OA/CancelMeetingRoomEvent.cs
@@ -2,7 +2,7 @@
{
///
/// 表示 EVENT.cancel_meeting_room 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95333
+ /// REF: https://developer.work.weixin.qq.com/document/path/95333
///
public class CancelMeetingRoomEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
@@ -12,7 +12,7 @@
[Newtonsoft.Json.JsonProperty("MeetingRoomId")]
[System.Text.Json.Serialization.JsonPropertyName("MeetingRoomId")]
[System.Xml.Serialization.XmlElement("MeetingRoomId")]
- public int MeetingRoomId { get; set; }
+ public int MeetingRoomId { get; set; }
///
/// 获取或设置会议 ID。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ClickPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ClickPushEvent.cs
index 0b5e1f6d..e9be0e49 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ClickPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ClickPushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.click 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class ClickPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/EnterAgentPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/EnterAgentPushEvent.cs
index ec18e349..ae17a180 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/EnterAgentPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/EnterAgentPushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.enter_agent 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class EnterAgentPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/LocationPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/LocationPushEvent.cs
index c5cfcb21..0e74245b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/LocationPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/LocationPushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.LOCATION 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class LocationPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ScanCodePushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ScanCodePushEvent.cs
index 759f300f..31d58646 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ScanCodePushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ScanCodePushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.scancode_push 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class ScanCodePushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/SubscribePushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/SubscribePushEvent.cs
index 7a691be1..3d239b3e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/SubscribePushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/SubscribePushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.subscribe 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class SubscribePushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TaskCardClickPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TaskCardClickPushEvent.cs
index 769a145e..a93a8aa5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TaskCardClickPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TaskCardClickPushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.taskcard_click 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class TaskCardClickPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TemplateCardPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TemplateCardPushEvent.cs
index 108bd7c0..e2b77819 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TemplateCardPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/TemplateCardPushEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.template_card_event 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
///
public class TemplateCardPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/UnsubscribePushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/UnsubscribePushEvent.cs
index 27a83174..31a34404 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/UnsubscribePushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/UnsubscribePushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.unsubscribe 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class UnsubscribePushEvent : SubscribePushEvent
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ViewPushEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ViewPushEvent.cs
index 853c31fd..7743026b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ViewPushEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Push/ViewPushEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.view 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90858
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90858
///
public class ViewPushEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/ImageMessageReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/ImageMessageReply.cs
index 72505b0a..abe77224 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/ImageMessageReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/ImageMessageReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复图片消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E5%9B%BE%E7%89%87%E6%B6%88%E6%81%AF
///
public class ImageMessageReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/NewsMessageReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/NewsMessageReply.cs
index ea40f102..85fc0a3c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/NewsMessageReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/NewsMessageReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复图文消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E5%9B%BE%E6%96%87%E6%B6%88%E6%81%AF
///
public class NewsMessageReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/TextMessageReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/TextMessageReply.cs
index 812458a8..b361c619 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/TextMessageReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/TextMessageReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复文本消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF
///
public class TextMessageReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateButtonReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateButtonReply.cs
index eae4b397..eb3560f0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateButtonReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateButtonReply.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复更新点击用户的按钮点击文案消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E6%A8%A1%E6%9D%BF%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E6%A8%A1%E6%9D%BF%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E6%A8%A1%E6%9D%BF%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E6%A8%A1%E6%9D%BF%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
///
public class UpdateButtonReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateTaskCardReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateTaskCardReply.cs
index 6d1ed024..d97759ac 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateTaskCardReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/UpdateTaskCardReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复任务卡片更新消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E4%BB%BB%E5%8A%A1%E5%8D%A1%E7%89%87%E6%9B%B4%E6%96%B0%E6%B6%88%E6%81%AF
///
public class UpdateTaskCardReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VideoMessageReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VideoMessageReply.cs
index 74072da9..65d33286 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VideoMessageReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VideoMessageReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复视频消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E8%A7%86%E9%A2%91%E6%B6%88%E6%81%AF
///
public class VideoMessageReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VoiceMessageReply.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VoiceMessageReply.cs
index 750c1ed7..88e3cb8d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VoiceMessageReply.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Reply/VoiceMessageReply.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示被动回复语音消息的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90241#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90377#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90859#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90241#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90377#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
+ /// REF: https://developer.work.weixin.qq.com/document/path/90859#%E8%AF%AD%E9%9F%B3%E6%B6%88%E6%81%AF
///
public class VoiceMessageReply : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/AddScheduleEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/AddScheduleEvent.cs
index fb0f3775..f61b25fa 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/AddScheduleEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/AddScheduleEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.add_schedule 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class AddScheduleEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/DeleteScheduleEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/DeleteScheduleEvent.cs
index 46732508..dc503647 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/DeleteScheduleEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/DeleteScheduleEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.delete_schedule 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class DeleteScheduleEvent : AddScheduleEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/ModifyScheduleEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/ModifyScheduleEvent.cs
index 7e5123c7..3448ffb3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/ModifyScheduleEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Schedule/ModifyScheduleEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.modify_schedule 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93651
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93704
+ /// REF: https://developer.work.weixin.qq.com/document/path/93651
+ /// REF: https://developer.work.weixin.qq.com/document/path/93704
///
public class ModifyScheduleEvent : AddScheduleEvent, WechatWorkEvent.Serialization.IJsonSerializable, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/School/ChangeSchoolContactEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/School/ChangeSchoolContactEvent.cs
index aedb3027..a986717c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/School/ChangeSchoolContactEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/School/ChangeSchoolContactEvent.cs
@@ -1,14 +1,11 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.change_school_contact 或 INFO.change_school_contact 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92032
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92052
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92051
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92050
+ /// REF: https://developer.work.weixin.qq.com/document/path/92032
+ /// REF: https://developer.work.weixin.qq.com/document/path/92052
+ /// REF: https://developer.work.weixin.qq.com/document/path/92051
+ /// REF: https://developer.work.weixin.qq.com/document/path/92050
///
public class ChangeSchoolContactEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/AgreeExternalUserIdMigrationEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/AgreeExternalUserIdMigrationEvent.cs
index f824e155..7e4bdeae 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/AgreeExternalUserIdMigrationEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/AgreeExternalUserIdMigrationEvent.cs
@@ -2,7 +2,7 @@
{
///
/// 表示 agree_external_userid_migration 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95327
+ /// REF: https://developer.work.weixin.qq.com/document/path/95327
///
public class AgreeExternalUserIdMigrationEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable, WechatWorkEvent.Serialization.IJsonSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CancelAuthEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CancelAuthEvent.cs
index c26d1254..5aa5f374 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CancelAuthEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CancelAuthEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.cancel_auth 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90642
+ /// REF: https://developer.work.weixin.qq.com/document/path/90642
///
public class CancelAuthEvent : ChangeAuthEvent
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAppAdminEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAppAdminEvent.cs
index d59ada17..0cd6c9f6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAppAdminEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAppAdminEvent.cs
@@ -2,7 +2,7 @@
{
///
/// 表示 EVENT.change_app_admin 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95038
+ /// REF: https://developer.work.weixin.qq.com/document/path/95038
///
public class ChangeAppAdminEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAuthEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAuthEvent.cs
index e2ae15d0..722ebac4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAuthEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ChangeAuthEvent.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.change_auth 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90642
+ /// REF: https://developer.work.weixin.qq.com/document/path/90642
///
public class ChangeAuthEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CreateAuthEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CreateAuthEvent.cs
index 8476472b..8a1df2f5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CreateAuthEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/CreateAuthEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.create_auth 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90642
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90795
+ /// REF: https://developer.work.weixin.qq.com/document/path/90642
+ /// REF: https://developer.work.weixin.qq.com/document/path/90795
///
public class CreateAuthEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/RegisterCorpEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/RegisterCorpEvent.cs
index b34060bd..2faa58cc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/RegisterCorpEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/RegisterCorpEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.register_corp 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90585
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90810
+ /// REF: https://developer.work.weixin.qq.com/document/path/90585
+ /// REF: https://developer.work.weixin.qq.com/document/path/90810
///
public class RegisterCorpEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ShareAgentChangeEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ShareAgentChangeEvent.cs
index 16d331f2..90971b16 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ShareAgentChangeEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/ShareAgentChangeEvent.cs
@@ -1,13 +1,10 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 EVENT.share_agent_change 或 INFO.share_agent_change 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90240
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93373
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90376
+ /// REF: https://developer.work.weixin.qq.com/document/path/90240
+ /// REF: https://developer.work.weixin.qq.com/document/path/93373
+ /// REF: https://developer.work.weixin.qq.com/document/path/90376
///
public class ShareAgentChangeEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/SuiteTicketEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/SuiteTicketEvent.cs
index ff594de6..0e65f9a1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/SuiteTicketEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Events/Service/SuiteTicketEvent.cs
@@ -1,12 +1,9 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Events
+namespace SKIT.FlurlHttpClient.Wechat.Work.Events
{
///
/// 表示 INFO.suite_ticket 事件的数据。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90628
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90794
+ /// REF: https://developer.work.weixin.qq.com/document/path/90628
+ /// REF: https://developer.work.weixin.qq.com/document/path/90794
///
public class SuiteTicketEvent : WechatWorkEvent, WechatWorkEvent.Serialization.IXmlSerializable
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Exceptions/WechatWorkEventSerializationException.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Exceptions/WechatWorkEventSerializationException.cs
index e279bd07..7dc7af76 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Exceptions/WechatWorkEventSerializationException.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Exceptions/WechatWorkEventSerializationException.cs
@@ -10,13 +10,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Exceptions
}
///
- internal WechatWorkEventSerializationException(string message)
+ internal WechatWorkEventSerializationException(string message)
: base(message)
{
}
///
- internal WechatWorkEventSerializationException(string message, Exception innerException)
+ internal WechatWorkEventSerializationException(string message, Exception innerException)
: base(message, innerException)
{
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientEventExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientEventExtensions.cs
index bec2fde7..22d468d7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientEventExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientEventExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.IO;
using System.Xml.Linq;
-using System.Xml.Serialization;
namespace SKIT.FlurlHttpClient.Wechat.Work
{
@@ -235,9 +233,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 验证回调通知事件签名。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90139/90968
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90148/91144
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90156/91169
+ /// REF: https://developer.work.weixin.qq.com/document/path/90930
+ /// REF: https://developer.work.weixin.qq.com/document/path/91116
+ /// REF: https://developer.work.weixin.qq.com/document/path/91148
///
///
/// 微信回调通知中的 timestamp 字段。
@@ -278,9 +276,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 验证回调通知事件签名。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90139/90968
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90148/91144
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90156/91169
+ /// REF: https://developer.work.weixin.qq.com/document/path/90930
+ /// REF: https://developer.work.weixin.qq.com/document/path/91116
+ /// REF: https://developer.work.weixin.qq.com/document/path/91148
///
///
/// 微信回调通知中的 timestamp 字段。
@@ -312,9 +310,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 验证回调通知事件签名。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90139/90968
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90148/91144
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90156/91169
+ /// REF: https://developer.work.weixin.qq.com/document/path/90930
+ /// REF: https://developer.work.weixin.qq.com/document/path/91116
+ /// REF: https://developer.work.weixin.qq.com/document/path/91148
///
///
/// 微信回调通知中的 timestamp 字段。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAgentExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAgentExtensions.cs
index d402bba7..cfb6cc9b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAgentExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAgentExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/agent/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90227
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90363
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90845
+ /// REF: https://developer.work.weixin.qq.com/document/path/90227
+ /// REF: https://developer.work.weixin.qq.com/document/path/90363
+ /// REF: https://developer.work.weixin.qq.com/document/path/90845
///
///
///
@@ -39,9 +37,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/agent/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90227
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90363
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90845
+ /// REF: https://developer.work.weixin.qq.com/document/path/90227
+ /// REF: https://developer.work.weixin.qq.com/document/path/90363
+ /// REF: https://developer.work.weixin.qq.com/document/path/90845
///
///
///
@@ -61,7 +59,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/agent/set 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90228
+ /// REF: https://developer.work.weixin.qq.com/document/path/90228
///
///
///
@@ -84,8 +82,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/agent/set_scope 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90583
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90807
+ /// REF: https://developer.work.weixin.qq.com/document/path/90583
+ /// REF: https://developer.work.weixin.qq.com/document/path/90807
///
///
///
@@ -109,8 +107,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Workbench
///
/// 异步调用 [POST] /cgi-bin/agent/set_workbench_template 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92535
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94620
+ /// REF: https://developer.work.weixin.qq.com/document/path/92535
+ /// REF: https://developer.work.weixin.qq.com/document/path/94620
///
///
///
@@ -133,8 +131,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/agent/get_workbench_template 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92535
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94620
+ /// REF: https://developer.work.weixin.qq.com/document/path/92535
+ /// REF: https://developer.work.weixin.qq.com/document/path/94620
///
///
///
@@ -157,8 +155,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/agent/set_workbench_data 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92535
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94620
+ /// REF: https://developer.work.weixin.qq.com/document/path/92535
+ /// REF: https://developer.work.weixin.qq.com/document/path/94620
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAppChatExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAppChatExtensions.cs
index 41fc855b..f42fcb03 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAppChatExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinAppChatExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/appchat/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90245
+ /// REF: https://developer.work.weixin.qq.com/document/path/90245
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/appchat/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90246
+ /// REF: https://developer.work.weixin.qq.com/document/path/90246
///
///
///
@@ -53,7 +51,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/appchat/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90247
+ /// REF: https://developer.work.weixin.qq.com/document/path/90247
///
///
///
@@ -74,7 +72,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/appchat/send 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90248
+ /// REF: https://developer.work.weixin.qq.com/document/path/90248
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinBatchExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinBatchExtensions.cs
index 68198b34..2c85778a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinBatchExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinBatchExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/batch/invite 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90975
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91127
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91159
+ /// REF: https://developer.work.weixin.qq.com/document/path/90975
+ /// REF: https://developer.work.weixin.qq.com/document/path/91127
+ /// REF: https://developer.work.weixin.qq.com/document/path/91159
///
///
///
@@ -35,9 +33,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/batch/syncuser 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90980
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91130
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91163
+ /// REF: https://developer.work.weixin.qq.com/document/path/90980
+ /// REF: https://developer.work.weixin.qq.com/document/path/91130
+ /// REF: https://developer.work.weixin.qq.com/document/path/91163
///
///
///
@@ -57,9 +55,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/batch/replaceuser 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90981
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91131
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91164
+ /// REF: https://developer.work.weixin.qq.com/document/path/90981
+ /// REF: https://developer.work.weixin.qq.com/document/path/91131
+ /// REF: https://developer.work.weixin.qq.com/document/path/91164
///
///
///
@@ -79,9 +77,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/batch/replaceparty 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90981
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91132
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91165
+ /// REF: https://developer.work.weixin.qq.com/document/path/90981
+ /// REF: https://developer.work.weixin.qq.com/document/path/91132
+ /// REF: https://developer.work.weixin.qq.com/document/path/91165
///
///
///
@@ -101,9 +99,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/batch/getresult 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90983
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91133
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91166
+ /// REF: https://developer.work.weixin.qq.com/document/path/90983
+ /// REF: https://developer.work.weixin.qq.com/document/path/91133
+ /// REF: https://developer.work.weixin.qq.com/document/path/91166
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCardInvoiceExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCardInvoiceExtensions.cs
index 730c9a6f..11434611 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCardInvoiceExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCardInvoiceExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfo 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90284
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90420
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90902
+ /// REF: https://developer.work.weixin.qq.com/document/path/90284
+ /// REF: https://developer.work.weixin.qq.com/document/path/90420
+ /// REF: https://developer.work.weixin.qq.com/document/path/90902
///
///
///
@@ -35,9 +33,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/card/invoice/reimburse/updateinvoicestatus 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90285
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90421
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90903
+ /// REF: https://developer.work.weixin.qq.com/document/path/90285
+ /// REF: https://developer.work.weixin.qq.com/document/path/90421
+ /// REF: https://developer.work.weixin.qq.com/document/path/90903
///
///
///
@@ -57,9 +55,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/card/invoice/reimburse/updatestatusbatch 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90286
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90422
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90904
+ /// REF: https://developer.work.weixin.qq.com/document/path/90286
+ /// REF: https://developer.work.weixin.qq.com/document/path/90422
+ /// REF: https://developer.work.weixin.qq.com/document/path/90904
///
///
///
@@ -79,9 +77,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfobatch 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90287
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90423
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90905
+ /// REF: https://developer.work.weixin.qq.com/document/path/90287
+ /// REF: https://developer.work.weixin.qq.com/document/path/90423
+ /// REF: https://developer.work.weixin.qq.com/document/path/90905
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCheckinExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCheckinExtensions.cs
index 46a6e5bf..93ebfeed 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCheckinExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCheckinExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/checkin/getcorpcheckinoption 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93384
+ /// REF: https://developer.work.weixin.qq.com/document/path/93384
///
///
///
@@ -33,8 +31,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/getcheckinoption 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90263
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94204
+ /// REF: https://developer.work.weixin.qq.com/document/path/90263
+ /// REF: https://developer.work.weixin.qq.com/document/path/94204
///
///
///
@@ -54,8 +52,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/getcheckindata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90262
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94205
+ /// REF: https://developer.work.weixin.qq.com/document/path/90262
+ /// REF: https://developer.work.weixin.qq.com/document/path/94205
///
///
///
@@ -75,8 +73,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/getcheckin_daydata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93374
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94206
+ /// REF: https://developer.work.weixin.qq.com/document/path/93374
+ /// REF: https://developer.work.weixin.qq.com/document/path/94206
///
///
///
@@ -96,8 +94,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/getcheckin_monthdata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93387
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94207
+ /// REF: https://developer.work.weixin.qq.com/document/path/93387
+ /// REF: https://developer.work.weixin.qq.com/document/path/94207
///
///
///
@@ -117,8 +115,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/getcheckinschedulist 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93380
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94208
+ /// REF: https://developer.work.weixin.qq.com/document/path/93380
+ /// REF: https://developer.work.weixin.qq.com/document/path/94208
///
///
///
@@ -138,8 +136,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/setcheckinschedulist 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93385
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94209
+ /// REF: https://developer.work.weixin.qq.com/document/path/93385
+ /// REF: https://developer.work.weixin.qq.com/document/path/94209
///
///
///
@@ -159,7 +157,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/checkin/addcheckinuserface 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93378
+ /// REF: https://developer.work.weixin.qq.com/document/path/93378
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpExtensions.cs
index d5fb4b6a..144095b5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/corp/get_join_qrcode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91039
+ /// REF: https://developer.work.weixin.qq.com/document/path/91039
///
///
///
@@ -36,9 +34,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/corp/getopenapprovaldata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90269
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93798
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91188
+ /// REF: https://developer.work.weixin.qq.com/document/path/90269
+ /// REF: https://developer.work.weixin.qq.com/document/path/93798
+ /// REF: https://developer.work.weixin.qq.com/document/path/91188
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpGroupExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpGroupExtensions.cs
index 13ba228e..d908ba9f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpGroupExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinCorpGroupExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/corpgroup/corp/list_app_share_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93403
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93405
+ /// REF: https://developer.work.weixin.qq.com/document/path/93403
+ /// REF: https://developer.work.weixin.qq.com/document/path/93405
///
///
///
@@ -37,7 +35,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/corpgroup/corp/gettoken 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93359
+ /// REF: https://developer.work.weixin.qq.com/document/path/93359
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDepartmentExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDepartmentExtensions.cs
index aa91d39c..8200aee9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDepartmentExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDepartmentExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/department/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90205
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90341
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90824
+ /// REF: https://developer.work.weixin.qq.com/document/path/90205
+ /// REF: https://developer.work.weixin.qq.com/document/path/90341
+ /// REF: https://developer.work.weixin.qq.com/document/path/90824
///
///
///
@@ -35,9 +33,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/department/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90206
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90342
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90825
+ /// REF: https://developer.work.weixin.qq.com/document/path/90206
+ /// REF: https://developer.work.weixin.qq.com/document/path/90342
+ /// REF: https://developer.work.weixin.qq.com/document/path/90825
///
///
///
@@ -57,9 +55,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/department/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90206
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90343
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90826
+ /// REF: https://developer.work.weixin.qq.com/document/path/90206
+ /// REF: https://developer.work.weixin.qq.com/document/path/90343
+ /// REF: https://developer.work.weixin.qq.com/document/path/90826
///
///
///
@@ -80,9 +78,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/department/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90208
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90344
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90827
+ /// REF: https://developer.work.weixin.qq.com/document/path/90208
+ /// REF: https://developer.work.weixin.qq.com/document/path/90344
+ /// REF: https://developer.work.weixin.qq.com/document/path/90827
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDialogExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDialogExtensions.cs
index 9fb29e84..21a8ab78 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDialogExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinDialogExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/dial/get_dial_record 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93662
+ /// REF: https://developer.work.weixin.qq.com/document/path/93662
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExportExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExportExtensions.cs
index f26e3ce4..e5ae80bf 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExportExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExportExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/export/simple_user 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94849
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94950
+ /// REF: https://developer.work.weixin.qq.com/document/path/94849
+ /// REF: https://developer.work.weixin.qq.com/document/path/94950
///
///
///
@@ -29,13 +27,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
.CreateRequest(request, HttpMethod.Post, "cgi-bin", "export", "simple_user")
.SetQueryParam("access_token", request.AccessToken);
- return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);;
+ return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken); ;
}
///
/// 异步调用 [POST] /cgi-bin/export/user 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94851
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94951
+ /// REF: https://developer.work.weixin.qq.com/document/path/94851
+ /// REF: https://developer.work.weixin.qq.com/document/path/94951
///
///
///
@@ -55,8 +53,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/export/department 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94852
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94952
+ /// REF: https://developer.work.weixin.qq.com/document/path/94852
+ /// REF: https://developer.work.weixin.qq.com/document/path/94952
///
///
///
@@ -76,8 +74,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/export/taguser 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94853
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94953
+ /// REF: https://developer.work.weixin.qq.com/document/path/94853
+ /// REF: https://developer.work.weixin.qq.com/document/path/94953
///
///
///
@@ -97,8 +95,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/export/get_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94854
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94954
+ /// REF: https://developer.work.weixin.qq.com/document/path/94854
+ /// REF: https://developer.work.weixin.qq.com/document/path/94954
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExtensions.cs
index 651d0248..0f79628a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/gettoken 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91039
+ /// REF: https://developer.work.weixin.qq.com/document/path/91039
///
///
///
@@ -34,9 +32,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/getcallbackip 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90930
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91116
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91148
+ /// REF: https://developer.work.weixin.qq.com/document/path/90930
+ /// REF: https://developer.work.weixin.qq.com/document/path/91116
+ /// REF: https://developer.work.weixin.qq.com/document/path/91148
///
///
///
@@ -56,7 +54,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/get_api_domain_ip 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92520
+ /// REF: https://developer.work.weixin.qq.com/document/path/92520
///
///
///
@@ -76,8 +74,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/get_jsapi_ticket 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90136/90506
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90144/90539
+ /// REF: https://developer.work.weixin.qq.com/document/path/90506
+ /// REF: https://developer.work.weixin.qq.com/document/path/90539
///
///
///
@@ -97,8 +95,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/ticket/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90136/90506
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90144/90539
+ /// REF: https://developer.work.weixin.qq.com/document/path/90506
+ /// REF: https://developer.work.weixin.qq.com/document/path/90539
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalContactExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalContactExtensions.cs
index f4d0642e..e78f654c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalContactExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalContactExtensions.cs
@@ -11,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/externalcontact/get_follow_user_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92571
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92576
+ /// REF: https://developer.work.weixin.qq.com/document/path/92571
+ /// REF: https://developer.work.weixin.qq.com/document/path/92576
///
///
///
@@ -32,8 +32,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/close_temp_chat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92572
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92577
+ /// REF: https://developer.work.weixin.qq.com/document/path/92572
+ /// REF: https://developer.work.weixin.qq.com/document/path/92577
///
///
///
@@ -53,8 +53,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/externalcontact/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92113
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92264
+ /// REF: https://developer.work.weixin.qq.com/document/path/92113
+ /// REF: https://developer.work.weixin.qq.com/document/path/92264
///
///
///
@@ -75,10 +75,10 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/externalcontact/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92114
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92265
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92322
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91670
+ /// REF: https://developer.work.weixin.qq.com/document/path/92114
+ /// REF: https://developer.work.weixin.qq.com/document/path/92265
+ /// REF: https://developer.work.weixin.qq.com/document/path/92322
+ /// REF: https://developer.work.weixin.qq.com/document/path/91670
///
///
///
@@ -99,8 +99,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/batch/get_by_user 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92994
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93010
+ /// REF: https://developer.work.weixin.qq.com/document/path/92994
+ /// REF: https://developer.work.weixin.qq.com/document/path/93010
///
///
///
@@ -120,8 +120,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/remark 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92994
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92694
+ /// REF: https://developer.work.weixin.qq.com/document/path/92994
+ /// REF: https://developer.work.weixin.qq.com/document/path/92694
///
///
///
@@ -141,8 +141,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/mark_tag 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92118
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92697
+ /// REF: https://developer.work.weixin.qq.com/document/path/92118
+ /// REF: https://developer.work.weixin.qq.com/document/path/92697
///
///
///
@@ -162,8 +162,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_unassigned_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92124
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92273
+ /// REF: https://developer.work.weixin.qq.com/document/path/92124
+ /// REF: https://developer.work.weixin.qq.com/document/path/92273
///
///
///
@@ -183,8 +183,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_user_behavior_data 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92132
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92275
+ /// REF: https://developer.work.weixin.qq.com/document/path/92132
+ /// REF: https://developer.work.weixin.qq.com/document/path/92275
///
///
///
@@ -204,7 +204,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/unionid_to_external_userid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93274
+ /// REF: https://developer.work.weixin.qq.com/document/path/93274
///
///
///
@@ -224,8 +224,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/convert_to_openid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92323
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92292
+ /// REF: https://developer.work.weixin.qq.com/document/path/92323
+ /// REF: https://developer.work.weixin.qq.com/document/path/92292
///
///
///
@@ -245,7 +245,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/batch_to_external_userid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92506
+ /// REF: https://developer.work.weixin.qq.com/document/path/92506
///
///
///
@@ -265,7 +265,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/opengid_to_chatid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94822
+ /// REF: https://developer.work.weixin.qq.com/document/path/94822
///
///
///
@@ -285,7 +285,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/to_service_external_userid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95195
+ /// REF: https://developer.work.weixin.qq.com/document/path/95195
///
///
///
@@ -306,8 +306,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region ContactWay
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_contact_way 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92572
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92577
+ /// REF: https://developer.work.weixin.qq.com/document/path/92572
+ /// REF: https://developer.work.weixin.qq.com/document/path/92577
///
///
///
@@ -327,8 +327,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_contact_way 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92572
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92577
+ /// REF: https://developer.work.weixin.qq.com/document/path/92572
+ /// REF: https://developer.work.weixin.qq.com/document/path/92577
///
///
///
@@ -348,8 +348,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/update_contact_way 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92572
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92577
+ /// REF: https://developer.work.weixin.qq.com/document/path/92572
+ /// REF: https://developer.work.weixin.qq.com/document/path/92577
///
///
///
@@ -369,8 +369,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/del_contact_way 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92572
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92577
+ /// REF: https://developer.work.weixin.qq.com/document/path/92572
+ /// REF: https://developer.work.weixin.qq.com/document/path/92577
///
///
///
@@ -392,8 +392,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region CorpTag
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_corp_tag_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92117
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92696
+ /// REF: https://developer.work.weixin.qq.com/document/path/92117
+ /// REF: https://developer.work.weixin.qq.com/document/path/92696
///
///
///
@@ -413,8 +413,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_corp_tag 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92117
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92696
+ /// REF: https://developer.work.weixin.qq.com/document/path/92117
+ /// REF: https://developer.work.weixin.qq.com/document/path/92696
///
///
///
@@ -434,8 +434,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/edit_corp_tag 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92117
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92696
+ /// REF: https://developer.work.weixin.qq.com/document/path/92117
+ /// REF: https://developer.work.weixin.qq.com/document/path/92696
///
///
///
@@ -455,8 +455,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/del_corp_tag 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92117
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92696
+ /// REF: https://developer.work.weixin.qq.com/document/path/92117
+ /// REF: https://developer.work.weixin.qq.com/document/path/92696
///
///
///
@@ -478,8 +478,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Transfer
///
/// 异步调用 [POST] /cgi-bin/externalcontact/transfer_customer 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92125
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94096
+ /// REF: https://developer.work.weixin.qq.com/document/path/92125
+ /// REF: https://developer.work.weixin.qq.com/document/path/94096
///
///
///
@@ -499,8 +499,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/transfer_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94088
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94097
+ /// REF: https://developer.work.weixin.qq.com/document/path/94088
+ /// REF: https://developer.work.weixin.qq.com/document/path/94097
///
///
///
@@ -520,8 +520,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/resigned/transfer_customer 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94081
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94100
+ /// REF: https://developer.work.weixin.qq.com/document/path/94081
+ /// REF: https://developer.work.weixin.qq.com/document/path/94100
///
///
///
@@ -541,8 +541,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/resigned/transfer_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94082
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94101
+ /// REF: https://developer.work.weixin.qq.com/document/path/94082
+ /// REF: https://developer.work.weixin.qq.com/document/path/94101
///
///
///
@@ -564,8 +564,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region GroupChat
///
/// 异步调用 [POST] /cgi-bin/externalcontact/groupchat/transfer 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92127
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93242
+ /// REF: https://developer.work.weixin.qq.com/document/path/92127
+ /// REF: https://developer.work.weixin.qq.com/document/path/93242
///
///
///
@@ -585,8 +585,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/groupchat/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92120
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93414
+ /// REF: https://developer.work.weixin.qq.com/document/path/92120
+ /// REF: https://developer.work.weixin.qq.com/document/path/93414
///
///
///
@@ -606,8 +606,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/groupchat/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92122
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92707
+ /// REF: https://developer.work.weixin.qq.com/document/path/92122
+ /// REF: https://developer.work.weixin.qq.com/document/path/92707
///
///
///
@@ -628,8 +628,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region GroupChatStatistics
///
/// 异步调用 [POST] /cgi-bin/externalcontact/groupchat/statistic 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92133
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93476
+ /// REF: https://developer.work.weixin.qq.com/document/path/92133
+ /// REF: https://developer.work.weixin.qq.com/document/path/93476
///
///
///
@@ -649,8 +649,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/groupchat/statistic_group_by_day 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92133
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93476
+ /// REF: https://developer.work.weixin.qq.com/document/path/92133
+ /// REF: https://developer.work.weixin.qq.com/document/path/93476
///
///
///
@@ -673,8 +673,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Moment
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93443
+ /// REF: https://developer.work.weixin.qq.com/document/path/93333
+ /// REF: https://developer.work.weixin.qq.com/document/path/93443
///
///
///
@@ -694,8 +694,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_moment_task 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95094
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95095
+ /// REF: https://developer.work.weixin.qq.com/document/path/95094
+ /// REF: https://developer.work.weixin.qq.com/document/path/95095
///
///
///
@@ -715,8 +715,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_task 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93443
+ /// REF: https://developer.work.weixin.qq.com/document/path/93333
+ /// REF: https://developer.work.weixin.qq.com/document/path/93443
///
///
///
@@ -736,8 +736,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_task_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95094
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95095
+ /// REF: https://developer.work.weixin.qq.com/document/path/95094
+ /// REF: https://developer.work.weixin.qq.com/document/path/95095
///
///
///
@@ -757,8 +757,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_customer_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93443
+ /// REF: https://developer.work.weixin.qq.com/document/path/93333
+ /// REF: https://developer.work.weixin.qq.com/document/path/93443
///
///
///
@@ -778,8 +778,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_send_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93443
+ /// REF: https://developer.work.weixin.qq.com/document/path/93333
+ /// REF: https://developer.work.weixin.qq.com/document/path/93443
///
///
///
@@ -799,8 +799,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_moment_comments 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93443
+ /// REF: https://developer.work.weixin.qq.com/document/path/93333
+ /// REF: https://developer.work.weixin.qq.com/document/path/93443
///
///
///
@@ -822,8 +822,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region GroupMessage
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_msg_template 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92135
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92698
+ /// REF: https://developer.work.weixin.qq.com/document/path/92135
+ /// REF: https://developer.work.weixin.qq.com/document/path/92698
///
///
///
@@ -843,8 +843,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_groupmsg_list_v2 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93338
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93439
+ /// REF: https://developer.work.weixin.qq.com/document/path/93338
+ /// REF: https://developer.work.weixin.qq.com/document/path/93439
///
///
///
@@ -864,8 +864,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_groupmsg_task 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93338
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93439
+ /// REF: https://developer.work.weixin.qq.com/document/path/93338
+ /// REF: https://developer.work.weixin.qq.com/document/path/93439
///
///
///
@@ -885,8 +885,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_groupmsg_send_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93338
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93439
+ /// REF: https://developer.work.weixin.qq.com/document/path/93338
+ /// REF: https://developer.work.weixin.qq.com/document/path/93439
///
///
///
@@ -908,8 +908,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region GroupWelcome
///
/// 异步调用 [POST] /cgi-bin/externalcontact/send_welcome_msg 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92137
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92599
+ /// REF: https://developer.work.weixin.qq.com/document/path/92137
+ /// REF: https://developer.work.weixin.qq.com/document/path/92599
///
///
///
@@ -929,8 +929,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/group_welcome_template/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92366
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93438
+ /// REF: https://developer.work.weixin.qq.com/document/path/92366
+ /// REF: https://developer.work.weixin.qq.com/document/path/93438
///
///
///
@@ -950,8 +950,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/group_welcome_template/edit 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92366
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93438
+ /// REF: https://developer.work.weixin.qq.com/document/path/92366
+ /// REF: https://developer.work.weixin.qq.com/document/path/93438
///
///
///
@@ -971,8 +971,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/group_welcome_template/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92366
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93438
+ /// REF: https://developer.work.weixin.qq.com/document/path/92366
+ /// REF: https://developer.work.weixin.qq.com/document/path/93438
///
///
///
@@ -992,8 +992,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/group_welcome_template/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92366
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93438
+ /// REF: https://developer.work.weixin.qq.com/document/path/92366
+ /// REF: https://developer.work.weixin.qq.com/document/path/93438
///
///
///
@@ -1015,9 +1015,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Message
///
/// 异步调用 [POST] /cgi-bin/externalcontact/message/send 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91609
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92321
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92291
+ /// REF: https://developer.work.weixin.qq.com/document/path/91609
+ /// REF: https://developer.work.weixin.qq.com/document/path/92321
+ /// REF: https://developer.work.weixin.qq.com/document/path/92291
///
///
///
@@ -1042,8 +1042,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Subscribe
///
/// 异步调用 [GET] /cgi-bin/externalcontact/get_subscribe_qr_code 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92320
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92197
+ /// REF: https://developer.work.weixin.qq.com/document/path/92320
+ /// REF: https://developer.work.weixin.qq.com/document/path/92197
///
///
///
@@ -1063,8 +1063,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/set_subscribe_mode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92318
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92290
+ /// REF: https://developer.work.weixin.qq.com/document/path/92318
+ /// REF: https://developer.work.weixin.qq.com/document/path/92290
///
///
///
@@ -1084,8 +1084,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/externalcontact/get_subscribe_mode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92318
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92290
+ /// REF: https://developer.work.weixin.qq.com/document/path/92318
+ /// REF: https://developer.work.weixin.qq.com/document/path/92290
///
///
///
@@ -1433,8 +1433,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region ProductAlbum
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_product_album 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95096
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95131
+ /// REF: https://developer.work.weixin.qq.com/document/path/95096
+ /// REF: https://developer.work.weixin.qq.com/document/path/95131
///
///
///
@@ -1454,8 +1454,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_product_album_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95096
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95131
+ /// REF: https://developer.work.weixin.qq.com/document/path/95096
+ /// REF: https://developer.work.weixin.qq.com/document/path/95131
///
///
///
@@ -1475,8 +1475,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_product_album 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95096
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95131
+ /// REF: https://developer.work.weixin.qq.com/document/path/95096
+ /// REF: https://developer.work.weixin.qq.com/document/path/95131
///
///
///
@@ -1496,8 +1496,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/update_product_album 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95096
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95131
+ /// REF: https://developer.work.weixin.qq.com/document/path/95096
+ /// REF: https://developer.work.weixin.qq.com/document/path/95131
///
///
///
@@ -1517,8 +1517,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/delete_product_album 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95096
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95131
+ /// REF: https://developer.work.weixin.qq.com/document/path/95096
+ /// REF: https://developer.work.weixin.qq.com/document/path/95131
///
///
///
@@ -1540,8 +1540,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region InterceptRule
///
/// 异步调用 [POST] /cgi-bin/externalcontact/add_intercept_rule 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95097
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95130
+ /// REF: https://developer.work.weixin.qq.com/document/path/95097
+ /// REF: https://developer.work.weixin.qq.com/document/path/95130
///
///
///
@@ -1561,8 +1561,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/externalcontact/get_intercept_rule_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95097
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95130
+ /// REF: https://developer.work.weixin.qq.com/document/path/95097
+ /// REF: https://developer.work.weixin.qq.com/document/path/95130
///
///
///
@@ -1582,8 +1582,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_intercept_rule 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95097
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95130
+ /// REF: https://developer.work.weixin.qq.com/document/path/95097
+ /// REF: https://developer.work.weixin.qq.com/document/path/95130
///
///
///
@@ -1603,8 +1603,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/update_intercept_rule 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95097
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95130
+ /// REF: https://developer.work.weixin.qq.com/document/path/95097
+ /// REF: https://developer.work.weixin.qq.com/document/path/95130
///
///
///
@@ -1624,8 +1624,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalcontact/del_intercept_rule 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95097
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95130
+ /// REF: https://developer.work.weixin.qq.com/document/path/95097
+ /// REF: https://developer.work.weixin.qq.com/document/path/95130
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalPayExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalPayExtensions.cs
index ca000826..41704bf4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalPayExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinExternalPayExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -14,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Merchant
///
/// 异步调用 [POST] /cgi-bin/externalpay/addmerchant 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93666
+ /// REF: https://developer.work.weixin.qq.com/document/path/93666
///
///
///
@@ -34,7 +32,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalpay/getmerchant 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93666
+ /// REF: https://developer.work.weixin.qq.com/document/path/93666
///
///
///
@@ -54,7 +52,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalpay/delmerchant 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93666
+ /// REF: https://developer.work.weixin.qq.com/document/path/93666
///
///
///
@@ -74,7 +72,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/externalpay/set_mch_use_scope 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93666
+ /// REF: https://developer.work.weixin.qq.com/document/path/93666
///
///
///
@@ -96,8 +94,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Bill
///
/// 异步调用 [POST] /cgi-bin/externalpay/get_bill_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93667
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93727
+ /// REF: https://developer.work.weixin.qq.com/document/path/93667
+ /// REF: https://developer.work.weixin.qq.com/document/path/93727
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHarewareExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHarewareExtensions.cs
index f3593259..6c0ae4c5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHarewareExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHarewareExtensions.cs
@@ -11,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/hardware/get_device_feature 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/92739
+ /// REF: https://developer.work.weixin.qq.com/document/path/92739
///
///
///
@@ -31,8 +31,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/hardware/get_hardware_checkin_data 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94126
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95176
+ /// REF: https://developer.work.weixin.qq.com/document/path/94126
+ /// REF: https://developer.work.weixin.qq.com/document/path/95176
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHealthExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHealthExtensions.cs
index b675f27f..505c8357 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHealthExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinHealthExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/health/get_health_report_stat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93676
+ /// REF: https://developer.work.weixin.qq.com/document/path/93676
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/health/get_report_jobids 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93677
+ /// REF: https://developer.work.weixin.qq.com/document/path/93677
///
///
///
@@ -53,7 +51,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/health/get_report_job_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93678
+ /// REF: https://developer.work.weixin.qq.com/document/path/93678
///
///
///
@@ -73,7 +71,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/health/get_report_answer 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93679
+ /// REF: https://developer.work.weixin.qq.com/document/path/93679
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinKfExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinKfExtensions.cs
index 63a80db8..5991e3a0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinKfExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinKfExtensions.cs
@@ -12,8 +12,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Account
///
/// 异步调用 [POST] /cgi-bin/kf/account/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94662
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94688
+ /// REF: https://developer.work.weixin.qq.com/document/path/94662
+ /// REF: https://developer.work.weixin.qq.com/document/path/94688
///
///
///
@@ -33,8 +33,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/kf/account/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94661
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94691
+ /// REF: https://developer.work.weixin.qq.com/document/path/94661
+ /// REF: https://developer.work.weixin.qq.com/document/path/94691
///
///
///
@@ -54,8 +54,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/account/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94664
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94690
+ /// REF: https://developer.work.weixin.qq.com/document/path/94664
+ /// REF: https://developer.work.weixin.qq.com/document/path/94690
///
///
///
@@ -75,8 +75,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/account/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94663
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94689
+ /// REF: https://developer.work.weixin.qq.com/document/path/94663
+ /// REF: https://developer.work.weixin.qq.com/document/path/94689
///
///
///
@@ -96,8 +96,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/add_contact_way 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94665
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94692
+ /// REF: https://developer.work.weixin.qq.com/document/path/94665
+ /// REF: https://developer.work.weixin.qq.com/document/path/94692
///
///
///
@@ -119,8 +119,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Servicer
///
/// 异步调用 [POST] /cgi-bin/kf/servicer/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94646
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94695
+ /// REF: https://developer.work.weixin.qq.com/document/path/94646
+ /// REF: https://developer.work.weixin.qq.com/document/path/94695
///
///
///
@@ -140,8 +140,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/servicer/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94647
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94696
+ /// REF: https://developer.work.weixin.qq.com/document/path/94647
+ /// REF: https://developer.work.weixin.qq.com/document/path/94696
///
///
///
@@ -161,8 +161,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/kf/servicer/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94645
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94697
+ /// REF: https://developer.work.weixin.qq.com/document/path/94645
+ /// REF: https://developer.work.weixin.qq.com/document/path/94697
///
///
///
@@ -185,8 +185,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region ServiceState
///
/// 异步调用 [POST] /cgi-bin/kf/service_state/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94669
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94698
+ /// REF: https://developer.work.weixin.qq.com/document/path/94669
+ /// REF: https://developer.work.weixin.qq.com/document/path/94698
///
///
///
@@ -206,8 +206,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/service_state/trans 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94669
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94698
+ /// REF: https://developer.work.weixin.qq.com/document/path/94669
+ /// REF: https://developer.work.weixin.qq.com/document/path/94698
///
///
///
@@ -229,8 +229,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Customer
///
/// 异步调用 [GET] /cgi-bin/kf/customer/get_upgrade_service_config 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94674
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94702
+ /// REF: https://developer.work.weixin.qq.com/document/path/94674
+ /// REF: https://developer.work.weixin.qq.com/document/path/94702
///
///
///
@@ -250,8 +250,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/customer/upgrade_service 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94674
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94702
+ /// REF: https://developer.work.weixin.qq.com/document/path/94674
+ /// REF: https://developer.work.weixin.qq.com/document/path/94702
///
///
///
@@ -271,8 +271,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/kf/customer/cancel_upgrade_service 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94674
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94702
+ /// REF: https://developer.work.weixin.qq.com/document/path/94674
+ /// REF: https://developer.work.weixin.qq.com/document/path/94702
///
///
///
@@ -289,11 +289,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);
}
-
+
///
/// 异步调用 [POST] /cgi-bin/kf/customer/batchget 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95159
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95149
+ /// REF: https://developer.work.weixin.qq.com/document/path/95159
+ /// REF: https://developer.work.weixin.qq.com/document/path/95149
///
///
///
@@ -310,10 +310,10 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);
}
-
+
///
/// 异步调用 [GET] /cgi-bin/kf/get_corp_qualification 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95153
+ /// REF: https://developer.work.weixin.qq.com/document/path/95153
///
///
///
@@ -331,11 +331,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);
}
#endregion
-
+
///
/// 异步调用 [POST] /cgi-bin/kf/send_msg 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94677
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94700
+ /// REF: https://developer.work.weixin.qq.com/document/path/94677
+ /// REF: https://developer.work.weixin.qq.com/document/path/94700
///
///
///
@@ -352,11 +352,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);
}
-
+
///
/// 异步调用 [POST] /cgi-bin/kf/send_msg_on_event 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95122
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94910
+ /// REF: https://developer.work.weixin.qq.com/document/path/95122
+ /// REF: https://developer.work.weixin.qq.com/document/path/94910
///
///
///
@@ -373,11 +373,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
return await client.SendRequestWithJsonAsync(flurlReq, data: request, cancellationToken: cancellationToken);
}
-
+
///
/// 异步调用 [POST] /cgi-bin/kf/sync_msg 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94670
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94699
+ /// REF: https://developer.work.weixin.qq.com/document/path/94670
+ /// REF: https://developer.work.weixin.qq.com/document/path/94699
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLinkedCorpExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLinkedCorpExtensions.cs
index bdd2223f..94be34a6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLinkedCorpExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLinkedCorpExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/agent/get_perm_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93172
+ /// REF: https://developer.work.weixin.qq.com/document/path/93172
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/user/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93171
+ /// REF: https://developer.work.weixin.qq.com/document/path/93171
///
///
///
@@ -53,7 +51,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/user/simplelist 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93168
+ /// REF: https://developer.work.weixin.qq.com/document/path/93168
///
///
///
@@ -73,7 +71,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/user/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93169
+ /// REF: https://developer.work.weixin.qq.com/document/path/93169
///
///
///
@@ -93,7 +91,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/department/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93170
+ /// REF: https://developer.work.weixin.qq.com/document/path/93170
///
///
///
@@ -114,7 +112,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Message
///
/// 异步调用 [POST] /cgi-bin/linkedcorp/message/send 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90250
+ /// REF: https://developer.work.weixin.qq.com/document/path/90250
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLivingExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLivingExtensions.cs
index 304f0562..04ba0411 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLivingExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinLivingExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/living/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93637
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93717
+ /// REF: https://developer.work.weixin.qq.com/document/path/93637
+ /// REF: https://developer.work.weixin.qq.com/document/path/93717
///
///
///
@@ -34,8 +32,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/modify 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93640
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93720
+ /// REF: https://developer.work.weixin.qq.com/document/path/93640
+ /// REF: https://developer.work.weixin.qq.com/document/path/93720
///
///
///
@@ -55,8 +53,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/cancel 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93638
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93718
+ /// REF: https://developer.work.weixin.qq.com/document/path/93638
+ /// REF: https://developer.work.weixin.qq.com/document/path/93718
///
///
///
@@ -76,10 +74,10 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/delete_replay_data 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93874
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93719
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93743
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93860
+ /// REF: https://developer.work.weixin.qq.com/document/path/93874
+ /// REF: https://developer.work.weixin.qq.com/document/path/93719
+ /// REF: https://developer.work.weixin.qq.com/document/path/93743
+ /// REF: https://developer.work.weixin.qq.com/document/path/93860
///
///
///
@@ -99,8 +97,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/living/get_living_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93635
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93715
+ /// REF: https://developer.work.weixin.qq.com/document/path/93635
+ /// REF: https://developer.work.weixin.qq.com/document/path/93715
///
///
///
@@ -121,8 +119,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/get_living_code 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93641
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93721
+ /// REF: https://developer.work.weixin.qq.com/document/path/93641
+ /// REF: https://developer.work.weixin.qq.com/document/path/93721
///
///
///
@@ -142,8 +140,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/get_living_share_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94442
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94578
+ /// REF: https://developer.work.weixin.qq.com/document/path/94442
+ /// REF: https://developer.work.weixin.qq.com/document/path/94578
///
///
///
@@ -163,10 +161,10 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/get_user_all_livingid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93634
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93714
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93739
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93856
+ /// REF: https://developer.work.weixin.qq.com/document/path/93634
+ /// REF: https://developer.work.weixin.qq.com/document/path/93714
+ /// REF: https://developer.work.weixin.qq.com/document/path/93739
+ /// REF: https://developer.work.weixin.qq.com/document/path/93856
///
///
///
@@ -186,8 +184,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/living/get_watch_stat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93636
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93716
+ /// REF: https://developer.work.weixin.qq.com/document/path/93636
+ /// REF: https://developer.work.weixin.qq.com/document/path/93716
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMediaExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMediaExtensions.cs
index 55470002..0f7dc594 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMediaExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMediaExtensions.cs
@@ -13,9 +13,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/media/upload 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90253
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90389
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90871
+ /// REF: https://developer.work.weixin.qq.com/document/path/90253
+ /// REF: https://developer.work.weixin.qq.com/document/path/90389
+ /// REF: https://developer.work.weixin.qq.com/document/path/90871
///
///
///
@@ -73,9 +73,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/media/uploadimg 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90256
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90392
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90874
+ /// REF: https://developer.work.weixin.qq.com/document/path/90256
+ /// REF: https://developer.work.weixin.qq.com/document/path/90392
+ /// REF: https://developer.work.weixin.qq.com/document/path/90874
///
///
///
@@ -109,8 +109,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/media/upload_attachment 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/95098
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95178
+ /// REF: https://developer.work.weixin.qq.com/document/path/95098
+ /// REF: https://developer.work.weixin.qq.com/document/path/95178
///
///
///
@@ -169,9 +169,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/media/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90254
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90390
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90872
+ /// REF: https://developer.work.weixin.qq.com/document/path/90254
+ /// REF: https://developer.work.weixin.qq.com/document/path/90390
+ /// REF: https://developer.work.weixin.qq.com/document/path/90872
///
///
///
@@ -192,9 +192,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/media/get/jssdk 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90255
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90391
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90873
+ /// REF: https://developer.work.weixin.qq.com/document/path/90255
+ /// REF: https://developer.work.weixin.qq.com/document/path/90391
+ /// REF: https://developer.work.weixin.qq.com/document/path/90873
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMeetingExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMeetingExtensions.cs
index ab408473..ca564748 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMeetingExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMeetingExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/meeting/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93627
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93706
+ /// REF: https://developer.work.weixin.qq.com/document/path/93627
+ /// REF: https://developer.work.weixin.qq.com/document/path/93706
///
///
///
@@ -34,8 +32,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/meeting/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93631
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93710
+ /// REF: https://developer.work.weixin.qq.com/document/path/93631
+ /// REF: https://developer.work.weixin.qq.com/document/path/93710
///
///
///
@@ -55,8 +53,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/meeting/cancel 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93630
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93709
+ /// REF: https://developer.work.weixin.qq.com/document/path/93630
+ /// REF: https://developer.work.weixin.qq.com/document/path/93709
///
///
///
@@ -76,8 +74,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/meeting/get_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93629
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93708
+ /// REF: https://developer.work.weixin.qq.com/document/path/93629
+ /// REF: https://developer.work.weixin.qq.com/document/path/93708
///
///
///
@@ -97,8 +95,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/meeting/get_user_meetingid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93628
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93707
+ /// REF: https://developer.work.weixin.qq.com/document/path/93628
+ /// REF: https://developer.work.weixin.qq.com/document/path/93707
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMenuExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMenuExtensions.cs
index feefc5e6..b01c62c5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMenuExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMenuExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/menu/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90231
+ /// REF: https://developer.work.weixin.qq.com/document/path/90231
///
///
///
@@ -37,7 +35,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/menu/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90232
+ /// REF: https://developer.work.weixin.qq.com/document/path/90232
///
///
///
@@ -61,7 +59,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/menu/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90233
+ /// REF: https://developer.work.weixin.qq.com/document/path/90233
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageAuditExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageAuditExtensions.cs
index c0cce66b..880c58df 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageAuditExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageAuditExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/msgaudit/get_robot_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91774
+ /// REF: https://developer.work.weixin.qq.com/document/path/91774
///
///
///
@@ -34,7 +32,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/msgaudit/get_permit_user_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91614
+ /// REF: https://developer.work.weixin.qq.com/document/path/91614
///
///
///
@@ -54,7 +52,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/msgaudit/check_single_agree 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91782
+ /// REF: https://developer.work.weixin.qq.com/document/path/91782
///
///
///
@@ -74,7 +72,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/msgaudit/check_room_agree 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91782
+ /// REF: https://developer.work.weixin.qq.com/document/path/91782
///
///
///
@@ -94,7 +92,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/msgaudit/groupchat/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92951
+ /// REF: https://developer.work.weixin.qq.com/document/path/92951
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageExtensions.cs
index c7f17650..035cbb2c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMessageExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/message/send 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90236
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90372
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90854
+ /// REF: https://developer.work.weixin.qq.com/document/path/90236
+ /// REF: https://developer.work.weixin.qq.com/document/path/90372
+ /// REF: https://developer.work.weixin.qq.com/document/path/90854
///
///
///
@@ -38,8 +36,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/message/update_taskcard 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91579
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91585
+ /// REF: https://developer.work.weixin.qq.com/document/path/91579
+ /// REF: https://developer.work.weixin.qq.com/document/path/91585
///
///
///
@@ -62,8 +60,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/message/update_template_card 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94888
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94888
+ /// REF: https://developer.work.weixin.qq.com/document/path/94888
+ /// REF: https://developer.work.weixin.qq.com/document/path/94888
///
///
///
@@ -86,7 +84,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/message/get_statistics 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92369
+ /// REF: https://developer.work.weixin.qq.com/document/path/92369
///
///
///
@@ -106,8 +104,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/message/recall 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94867
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94867
+ /// REF: https://developer.work.weixin.qq.com/document/path/94867
+ /// REF: https://developer.work.weixin.qq.com/document/path/94867
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMiniProgramExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMiniProgramExtensions.cs
index 38d5b36b..2308381f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMiniProgramExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinMiniProgramExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/miniprogram/transfer_session 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93403
+ /// REF: https://developer.work.weixin.qq.com/document/path/93403
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/miniprogram/jscode2session 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90136/91507
+ /// REF: https://developer.work.weixin.qq.com/document/path/91507
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinOAExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinOAExtensions.cs
index a278b245..4be9a371 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinOAExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinOAExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -14,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Approval
///
/// 异步调用 [POST] /cgi-bin/oa/approval/copytemplate 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92630
+ /// REF: https://developer.work.weixin.qq.com/document/path/92630
///
///
///
@@ -34,8 +32,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/gettemplatedetail 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91982
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92631
+ /// REF: https://developer.work.weixin.qq.com/document/path/91982
+ /// REF: https://developer.work.weixin.qq.com/document/path/92631
///
///
///
@@ -55,8 +53,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/applyevent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91853
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92632
+ /// REF: https://developer.work.weixin.qq.com/document/path/91853
+ /// REF: https://developer.work.weixin.qq.com/document/path/92632
///
///
///
@@ -76,8 +74,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/getapprovalinfo 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91816
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94603
+ /// REF: https://developer.work.weixin.qq.com/document/path/91816
+ /// REF: https://developer.work.weixin.qq.com/document/path/94603
///
///
///
@@ -97,8 +95,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/getapprovaldetail 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91983
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92634
+ /// REF: https://developer.work.weixin.qq.com/document/path/91983
+ /// REF: https://developer.work.weixin.qq.com/document/path/92634
///
///
///
@@ -120,8 +118,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Vacation
///
/// 异步调用 [GET] /cgi-bin/oa/vacation/getcorpconf 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93375
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94211
+ /// REF: https://developer.work.weixin.qq.com/document/path/93375
+ /// REF: https://developer.work.weixin.qq.com/document/path/94211
///
///
///
@@ -141,8 +139,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/vacation/getuservacationquota 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93376
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94212
+ /// REF: https://developer.work.weixin.qq.com/document/path/93376
+ /// REF: https://developer.work.weixin.qq.com/document/path/94212
///
///
///
@@ -162,8 +160,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/vacation/setoneuserquota 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93377
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94213
+ /// REF: https://developer.work.weixin.qq.com/document/path/93377
+ /// REF: https://developer.work.weixin.qq.com/document/path/94213
///
///
///
@@ -185,7 +183,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Journal
///
/// 异步调用 [POST] /cgi-bin/oa/journal/get_record_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93393
+ /// REF: https://developer.work.weixin.qq.com/document/path/93393
///
///
///
@@ -205,7 +203,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/journal/get_record_detail 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93394
+ /// REF: https://developer.work.weixin.qq.com/document/path/93394
///
///
///
@@ -225,7 +223,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/journal/get_stat_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93395
+ /// REF: https://developer.work.weixin.qq.com/document/path/93395
///
///
///
@@ -247,7 +245,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region MeetingRoom
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93619
+ /// REF: https://developer.work.weixin.qq.com/document/path/93619
///
///
///
@@ -267,7 +265,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93619
+ /// REF: https://developer.work.weixin.qq.com/document/path/93619
///
///
///
@@ -287,7 +285,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/edit 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93619
+ /// REF: https://developer.work.weixin.qq.com/document/path/93619
///
///
///
@@ -307,7 +305,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93619
+ /// REF: https://developer.work.weixin.qq.com/document/path/93619
///
///
///
@@ -328,7 +326,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region MeetingRoomBook
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/get_booking_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93620
+ /// REF: https://developer.work.weixin.qq.com/document/path/93620
///
///
///
@@ -348,7 +346,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/get_booking_info_by_meeting_id 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93620
+ /// REF: https://developer.work.weixin.qq.com/document/path/93620
///
///
///
@@ -368,7 +366,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/book 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93620
+ /// REF: https://developer.work.weixin.qq.com/document/path/93620
///
///
///
@@ -388,7 +386,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/meetingroom/cancel_book 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93620
+ /// REF: https://developer.work.weixin.qq.com/document/path/93620
///
///
///
@@ -411,8 +409,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Calendar
///
/// 异步调用 [POST] /cgi-bin/oa/calendar/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93647
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93702
+ /// REF: https://developer.work.weixin.qq.com/document/path/93647
+ /// REF: https://developer.work.weixin.qq.com/document/path/93702
///
///
///
@@ -432,8 +430,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/calendar/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93647
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93702
+ /// REF: https://developer.work.weixin.qq.com/document/path/93647
+ /// REF: https://developer.work.weixin.qq.com/document/path/93702
///
///
///
@@ -453,8 +451,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/calendar/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93647
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93702
+ /// REF: https://developer.work.weixin.qq.com/document/path/93647
+ /// REF: https://developer.work.weixin.qq.com/document/path/93702
///
///
///
@@ -474,8 +472,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/calendar/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93647
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93702
+ /// REF: https://developer.work.weixin.qq.com/document/path/93647
+ /// REF: https://developer.work.weixin.qq.com/document/path/93702
///
///
///
@@ -497,8 +495,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Schedule
///
/// 异步调用 [POST] /cgi-bin/oa/schedule/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93648
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93703
+ /// REF: https://developer.work.weixin.qq.com/document/path/93648
+ /// REF: https://developer.work.weixin.qq.com/document/path/93703
///
///
///
@@ -518,8 +516,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/schedule/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93648
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93703
+ /// REF: https://developer.work.weixin.qq.com/document/path/93648
+ /// REF: https://developer.work.weixin.qq.com/document/path/93703
///
///
///
@@ -539,8 +537,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/schedule/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93648
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93703
+ /// REF: https://developer.work.weixin.qq.com/document/path/93648
+ /// REF: https://developer.work.weixin.qq.com/document/path/93703
///
///
///
@@ -560,8 +558,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/schedule/get_by_calendar 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93648
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93703
+ /// REF: https://developer.work.weixin.qq.com/document/path/93648
+ /// REF: https://developer.work.weixin.qq.com/document/path/93703
///
///
///
@@ -581,8 +579,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/oa/schedule/del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93648
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93703
+ /// REF: https://developer.work.weixin.qq.com/document/path/93648
+ /// REF: https://developer.work.weixin.qq.com/document/path/93703
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinPSTNCCExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinPSTNCCExtensions.cs
index 882001c2..4c92a2f1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinPSTNCCExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinPSTNCCExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/pstncc/call 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91627
+ /// REF: https://developer.work.weixin.qq.com/document/path/91627
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/pstncc/getstates 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91628
+ /// REF: https://developer.work.weixin.qq.com/document/path/91628
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinReportExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinReportExtensions.cs
index c4568ad4..f74a791e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinReportExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinReportExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -14,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Grid
///
/// 异步调用 [POST] /cgi-bin/report/grid/add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94478
+ /// REF: https://developer.work.weixin.qq.com/document/path/94478
///
///
///
@@ -34,7 +32,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94479
+ /// REF: https://developer.work.weixin.qq.com/document/path/94479
///
///
///
@@ -54,7 +52,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94480
+ /// REF: https://developer.work.weixin.qq.com/document/path/94480
///
///
///
@@ -74,7 +72,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94481
+ /// REF: https://developer.work.weixin.qq.com/document/path/94481
///
///
///
@@ -94,7 +92,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/get_user_grid_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94482
+ /// REF: https://developer.work.weixin.qq.com/document/path/94482
///
///
///
@@ -116,7 +114,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region GridCategory
///
/// 异步调用 [POST] /cgi-bin/report/grid/add_cata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94536
+ /// REF: https://developer.work.weixin.qq.com/document/path/94536
///
///
///
@@ -136,7 +134,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/update_cata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94537
+ /// REF: https://developer.work.weixin.qq.com/document/path/94537
///
///
///
@@ -156,7 +154,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/delete_cata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94538
+ /// REF: https://developer.work.weixin.qq.com/document/path/94538
///
///
///
@@ -176,7 +174,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/grid/list_cata 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94540
+ /// REF: https://developer.work.weixin.qq.com/document/path/94540
///
///
///
@@ -198,7 +196,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Patrol
///
/// 异步调用 [GET] /cgi-bin/report/patrol/get_grid_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93531
+ /// REF: https://developer.work.weixin.qq.com/document/path/93531
///
///
///
@@ -218,7 +216,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/patrol/get_corp_status 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93532
+ /// REF: https://developer.work.weixin.qq.com/document/path/93532
///
///
///
@@ -238,7 +236,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/patrol/get_user_status 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93533
+ /// REF: https://developer.work.weixin.qq.com/document/path/93533
///
///
///
@@ -258,7 +256,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/patrol/category_statistic 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93534
+ /// REF: https://developer.work.weixin.qq.com/document/path/93534
///
///
///
@@ -278,7 +276,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/patrol/get_order_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93536
+ /// REF: https://developer.work.weixin.qq.com/document/path/93536
///
///
///
@@ -298,7 +296,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/patrol/get_order_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93535
+ /// REF: https://developer.work.weixin.qq.com/document/path/93535
///
///
///
@@ -320,7 +318,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Resident
///
/// 异步调用 [GET] /cgi-bin/report/resident/get_grid_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93514
+ /// REF: https://developer.work.weixin.qq.com/document/path/93514
///
///
///
@@ -340,7 +338,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/resident/get_corp_status 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93515
+ /// REF: https://developer.work.weixin.qq.com/document/path/93515
///
///
///
@@ -360,7 +358,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/resident/get_user_status 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93516
+ /// REF: https://developer.work.weixin.qq.com/document/path/93516
///
///
///
@@ -380,7 +378,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/resident/category_statistic 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93517
+ /// REF: https://developer.work.weixin.qq.com/document/path/93517
///
///
///
@@ -400,7 +398,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/resident/get_order_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93518
+ /// REF: https://developer.work.weixin.qq.com/document/path/93518
///
///
///
@@ -420,7 +418,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/report/resident/get_order_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93519
+ /// REF: https://developer.work.weixin.qq.com/document/path/93519
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSchoolExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSchoolExtensions.cs
index 4db95d8a..456988ad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSchoolExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSchoolExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/school/set_teacher_view_mode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92652
+ /// REF: https://developer.work.weixin.qq.com/document/path/92652
///
///
///
@@ -33,7 +31,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/get_teacher_view_mode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92652
+ /// REF: https://developer.work.weixin.qq.com/document/path/92652
///
///
///
@@ -53,8 +51,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/set_arch_sync_mode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92345
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92083
+ /// REF: https://developer.work.weixin.qq.com/document/path/92345
+ /// REF: https://developer.work.weixin.qq.com/document/path/92083
///
///
///
@@ -74,8 +72,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/set_upgrade_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92949
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92950
+ /// REF: https://developer.work.weixin.qq.com/document/path/92949
+ /// REF: https://developer.work.weixin.qq.com/document/path/92950
///
///
///
@@ -96,8 +94,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region User
///
/// 异步调用 [GET] /cgi-bin/school/user/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92337
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92038
+ /// REF: https://developer.work.weixin.qq.com/document/path/92337
+ /// REF: https://developer.work.weixin.qq.com/document/path/92038
///
///
///
@@ -118,8 +116,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/user/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92338
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92043
+ /// REF: https://developer.work.weixin.qq.com/document/path/92338
+ /// REF: https://developer.work.weixin.qq.com/document/path/92043
///
///
///
@@ -143,7 +141,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/user/list_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92446
+ /// REF: https://developer.work.weixin.qq.com/document/path/92446
///
///
///
@@ -165,8 +163,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region UserStudent
///
/// 异步调用 [POST] /cgi-bin/school/user/create_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92325
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92035
+ /// REF: https://developer.work.weixin.qq.com/document/path/92325
+ /// REF: https://developer.work.weixin.qq.com/document/path/92035
///
///
///
@@ -186,8 +184,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/user/delete_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92326
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92039
+ /// REF: https://developer.work.weixin.qq.com/document/path/92326
+ /// REF: https://developer.work.weixin.qq.com/document/path/92039
///
///
///
@@ -208,8 +206,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/update_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92327
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92041
+ /// REF: https://developer.work.weixin.qq.com/document/path/92327
+ /// REF: https://developer.work.weixin.qq.com/document/path/92041
///
///
///
@@ -229,8 +227,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_create_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92328
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92037
+ /// REF: https://developer.work.weixin.qq.com/document/path/92328
+ /// REF: https://developer.work.weixin.qq.com/document/path/92037
///
///
///
@@ -250,8 +248,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_delete_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92329
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92040
+ /// REF: https://developer.work.weixin.qq.com/document/path/92329
+ /// REF: https://developer.work.weixin.qq.com/document/path/92040
///
///
///
@@ -271,8 +269,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_update_student 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92330
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92042
+ /// REF: https://developer.work.weixin.qq.com/document/path/92330
+ /// REF: https://developer.work.weixin.qq.com/document/path/92042
///
///
///
@@ -294,8 +292,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region UserParent
///
/// 异步调用 [POST] /cgi-bin/school/user/create_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92331
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92077
+ /// REF: https://developer.work.weixin.qq.com/document/path/92331
+ /// REF: https://developer.work.weixin.qq.com/document/path/92077
///
///
///
@@ -315,8 +313,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/user/delete_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92332
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92079
+ /// REF: https://developer.work.weixin.qq.com/document/path/92332
+ /// REF: https://developer.work.weixin.qq.com/document/path/92079
///
///
///
@@ -337,8 +335,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/update_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92333
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92081
+ /// REF: https://developer.work.weixin.qq.com/document/path/92333
+ /// REF: https://developer.work.weixin.qq.com/document/path/92081
///
///
///
@@ -358,8 +356,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_create_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92334
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92078
+ /// REF: https://developer.work.weixin.qq.com/document/path/92334
+ /// REF: https://developer.work.weixin.qq.com/document/path/92078
///
///
///
@@ -379,8 +377,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_delete_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92335
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92080
+ /// REF: https://developer.work.weixin.qq.com/document/path/92335
+ /// REF: https://developer.work.weixin.qq.com/document/path/92080
///
///
///
@@ -400,8 +398,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/batch_update_parent 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92336
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92082
+ /// REF: https://developer.work.weixin.qq.com/document/path/92336
+ /// REF: https://developer.work.weixin.qq.com/document/path/92082
///
///
///
@@ -423,7 +421,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region UserHealth
///
/// 异步调用 [POST] /cgi-bin/school/user/get_teacher_customize_health_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93744
+ /// REF: https://developer.work.weixin.qq.com/document/path/93744
///
///
///
@@ -443,7 +441,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/get_student_customize_health_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93745
+ /// REF: https://developer.work.weixin.qq.com/document/path/93745
///
///
///
@@ -463,7 +461,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/user/get_health_qrcode 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93746
+ /// REF: https://developer.work.weixin.qq.com/document/path/93746
///
///
///
@@ -486,8 +484,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Department
///
/// 异步调用 [POST] /cgi-bin/school/department/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92340
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92296
+ /// REF: https://developer.work.weixin.qq.com/document/path/92340
+ /// REF: https://developer.work.weixin.qq.com/document/path/92296
///
///
///
@@ -507,8 +505,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/department/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92341
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92297
+ /// REF: https://developer.work.weixin.qq.com/document/path/92341
+ /// REF: https://developer.work.weixin.qq.com/document/path/92297
///
///
///
@@ -528,8 +526,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/department/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92342
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92298
+ /// REF: https://developer.work.weixin.qq.com/document/path/92342
+ /// REF: https://developer.work.weixin.qq.com/document/path/92298
///
///
///
@@ -550,8 +548,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/school/department/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92343
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92299
+ /// REF: https://developer.work.weixin.qq.com/document/path/92343
+ /// REF: https://developer.work.weixin.qq.com/document/path/92299
///
///
///
@@ -576,8 +574,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Living
///
/// 异步调用 [GET] /cgi-bin/school/living/get_living_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93740
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93857
+ /// REF: https://developer.work.weixin.qq.com/document/path/93740
+ /// REF: https://developer.work.weixin.qq.com/document/path/93857
///
///
///
@@ -598,8 +596,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/living/get_watch_stat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93741
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93858
+ /// REF: https://developer.work.weixin.qq.com/document/path/93741
+ /// REF: https://developer.work.weixin.qq.com/document/path/93858
///
///
///
@@ -619,8 +617,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/living/get_unwatch_stat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93742
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93859
+ /// REF: https://developer.work.weixin.qq.com/document/path/93742
+ /// REF: https://developer.work.weixin.qq.com/document/path/93859
///
///
///
@@ -642,7 +640,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Payment
///
/// 异步调用 [POST] /cgi-bin/school/get_payment_result 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94470
+ /// REF: https://developer.work.weixin.qq.com/document/path/94470
///
///
///
@@ -662,7 +660,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/school/get_trade 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94471
+ /// REF: https://developer.work.weixin.qq.com/document/path/94471
///
///
///
@@ -684,7 +682,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Agent
///
/// 异步调用 [GET] /cgi-bin/school/agent/get_allow_scope 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/94895
+ /// REF: https://developer.work.weixin.qq.com/document/path/94895
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinServiceExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinServiceExtensions.cs
index de1443db..640a18ee 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinServiceExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinServiceExtensions.cs
@@ -13,8 +13,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/service/get_provider_token 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91200
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90648
+ /// REF: https://developer.work.weixin.qq.com/document/path/91200
+ /// REF: https://developer.work.weixin.qq.com/document/path/90648
///
///
///
@@ -34,8 +34,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_suite_token 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90600
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90785
+ /// REF: https://developer.work.weixin.qq.com/document/path/90600
+ /// REF: https://developer.work.weixin.qq.com/document/path/90785
///
///
///
@@ -60,8 +60,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/service/get_pre_auth_code 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90601
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90786
+ /// REF: https://developer.work.weixin.qq.com/document/path/90601
+ /// REF: https://developer.work.weixin.qq.com/document/path/90786
///
///
///
@@ -81,8 +81,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/set_session_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90602
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90787
+ /// REF: https://developer.work.weixin.qq.com/document/path/90602
+ /// REF: https://developer.work.weixin.qq.com/document/path/90787
///
///
///
@@ -102,8 +102,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_permanent_code 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90603
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90788
+ /// REF: https://developer.work.weixin.qq.com/document/path/90603
+ /// REF: https://developer.work.weixin.qq.com/document/path/90788
///
///
///
@@ -123,8 +123,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_auth_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90604
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90789
+ /// REF: https://developer.work.weixin.qq.com/document/path/90604
+ /// REF: https://developer.work.weixin.qq.com/document/path/90789
///
///
///
@@ -144,8 +144,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_corp_token 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90605
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90790
+ /// REF: https://developer.work.weixin.qq.com/document/path/90605
+ /// REF: https://developer.work.weixin.qq.com/document/path/90790
///
///
///
@@ -165,8 +165,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_admin_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90605
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90791
+ /// REF: https://developer.work.weixin.qq.com/document/path/90605
+ /// REF: https://developer.work.weixin.qq.com/document/path/90791
///
///
///
@@ -187,8 +187,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Register
///
/// 异步调用 [POST] /cgi-bin/service/get_register_code 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90581
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90805
+ /// REF: https://developer.work.weixin.qq.com/document/path/90581
+ /// REF: https://developer.work.weixin.qq.com/document/path/90805
///
///
///
@@ -208,8 +208,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_register_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90582
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90806
+ /// REF: https://developer.work.weixin.qq.com/document/path/90582
+ /// REF: https://developer.work.weixin.qq.com/document/path/90806
///
///
///
@@ -231,7 +231,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Media
///
/// 异步调用 [POST] /cgi-bin/service/media/upload 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91883
+ /// REF: https://developer.work.weixin.qq.com/document/path/91883
///
///
///
@@ -291,8 +291,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region OAuth
///
/// 异步调用 [GET] /cgi-bin/service/getuserinfo3rd 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91121
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91155
+ /// REF: https://developer.work.weixin.qq.com/document/path/91121
+ /// REF: https://developer.work.weixin.qq.com/document/path/91155
///
///
///
@@ -313,8 +313,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/getuserdetail3rd 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91122
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91156
+ /// REF: https://developer.work.weixin.qq.com/document/path/91122
+ /// REF: https://developer.work.weixin.qq.com/document/path/91156
///
///
///
@@ -334,8 +334,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_login_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91125
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91158
+ /// REF: https://developer.work.weixin.qq.com/document/path/91125
+ /// REF: https://developer.work.weixin.qq.com/document/path/91158
///
///
///
@@ -357,7 +357,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Contact
///
/// 异步调用 [POST] /cgi-bin/service/contact/id_translate 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91846
+ /// REF: https://developer.work.weixin.qq.com/document/path/91846
///
///
///
@@ -377,7 +377,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/contact/sort 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/92093
+ /// REF: https://developer.work.weixin.qq.com/document/path/92093
///
///
///
@@ -399,7 +399,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Batch
///
/// 异步调用 [GET] /cgi-bin/service/batch/getresult 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91882
+ /// REF: https://developer.work.weixin.qq.com/document/path/91882
///
///
///
@@ -422,7 +422,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Device
///
/// 异步调用 [POST] /cgi-bin/service/add_device 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90626
+ /// REF: https://developer.work.weixin.qq.com/document/path/90626
///
///
///
@@ -442,7 +442,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/get_device_auth_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90753
+ /// REF: https://developer.work.weixin.qq.com/document/path/90753
///
///
///
@@ -462,7 +462,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/reset_secret_no 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90753
+ /// REF: https://developer.work.weixin.qq.com/document/path/90753
///
///
///
@@ -482,7 +482,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/list_device 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91346
+ /// REF: https://developer.work.weixin.qq.com/document/path/91346
///
///
///
@@ -502,7 +502,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/fetch_device_log 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/91475
+ /// REF: https://developer.work.weixin.qq.com/document/path/91475
///
///
///
@@ -522,7 +522,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/del_device 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/92770
+ /// REF: https://developer.work.weixin.qq.com/document/path/92770
///
///
///
@@ -542,7 +542,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/set_printer_support_state 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/92782
+ /// REF: https://developer.work.weixin.qq.com/document/path/92782
///
///
///
@@ -564,8 +564,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region MiniProgram
///
/// 异步调用 [GET] /cgi-bin/service/miniprogram/jscode2session 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90152/92468
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90152/92468
+ /// REF: https://developer.work.weixin.qq.com/document/path/92468
+ /// REF: https://developer.work.weixin.qq.com/document/path/92468
///
///
///
@@ -589,7 +589,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region ExternalContactMigration
///
/// 异步调用 [POST] /cgi-bin/externalcontact/get_new_external_userid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95327
+ /// REF: https://developer.work.weixin.qq.com/document/path/95327
///
///
///
@@ -609,7 +609,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/externalcontact/finish_external_userid_migration 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95327
+ /// REF: https://developer.work.weixin.qq.com/document/path/95327
///
///
///
@@ -629,7 +629,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/service/externalcontact/unionid_to_external_userid_3rd 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/95327
+ /// REF: https://developer.work.weixin.qq.com/document/path/95327
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSyncExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSyncExtensions.cs
index 7b89092c..58c9e0da 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSyncExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinSyncExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,8 +11,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [GET] /cgi-bin/sync/contact_sync_success 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90584
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90808
+ /// REF: https://developer.work.weixin.qq.com/document/path/90584
+ /// REF: https://developer.work.weixin.qq.com/document/path/90808
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinTagExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinTagExtensions.cs
index 419f48d9..327d317b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinTagExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinTagExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/tag/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90210
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90346
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90829
+ /// REF: https://developer.work.weixin.qq.com/document/path/90210
+ /// REF: https://developer.work.weixin.qq.com/document/path/90346
+ /// REF: https://developer.work.weixin.qq.com/document/path/90829
///
///
///
@@ -35,9 +33,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/tag/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90211
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90347
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90830
+ /// REF: https://developer.work.weixin.qq.com/document/path/90211
+ /// REF: https://developer.work.weixin.qq.com/document/path/90347
+ /// REF: https://developer.work.weixin.qq.com/document/path/90830
///
///
///
@@ -57,9 +55,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/tag/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90212
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90348
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90831
+ /// REF: https://developer.work.weixin.qq.com/document/path/90212
+ /// REF: https://developer.work.weixin.qq.com/document/path/90348
+ /// REF: https://developer.work.weixin.qq.com/document/path/90831
///
///
///
@@ -80,9 +78,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/tag/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90216
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90352
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90835
+ /// REF: https://developer.work.weixin.qq.com/document/path/90216
+ /// REF: https://developer.work.weixin.qq.com/document/path/90352
+ /// REF: https://developer.work.weixin.qq.com/document/path/90835
///
///
///
@@ -102,9 +100,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/tag/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90213
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90349
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90832
+ /// REF: https://developer.work.weixin.qq.com/document/path/90213
+ /// REF: https://developer.work.weixin.qq.com/document/path/90349
+ /// REF: https://developer.work.weixin.qq.com/document/path/90832
///
///
///
@@ -126,9 +124,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region TagUser
///
/// 异步调用 [POST] /cgi-bin/tag/addtagusers 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90214
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90350
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90833
+ /// REF: https://developer.work.weixin.qq.com/document/path/90214
+ /// REF: https://developer.work.weixin.qq.com/document/path/90350
+ /// REF: https://developer.work.weixin.qq.com/document/path/90833
///
///
///
@@ -148,9 +146,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/tag/deltagusers 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90215
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90351
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90834
+ /// REF: https://developer.work.weixin.qq.com/document/path/90215
+ /// REF: https://developer.work.weixin.qq.com/document/path/90351
+ /// REF: https://developer.work.weixin.qq.com/document/path/90834
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinUserExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinUserExtensions.cs
index d9eeb593..f57f2227 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinUserExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinUserExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -13,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 异步调用 [POST] /cgi-bin/user/create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90195
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90331
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90814
+ /// REF: https://developer.work.weixin.qq.com/document/path/90195
+ /// REF: https://developer.work.weixin.qq.com/document/path/90331
+ /// REF: https://developer.work.weixin.qq.com/document/path/90814
///
///
///
@@ -35,9 +33,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/get 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90196
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90332
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90815
+ /// REF: https://developer.work.weixin.qq.com/document/path/90196
+ /// REF: https://developer.work.weixin.qq.com/document/path/90332
+ /// REF: https://developer.work.weixin.qq.com/document/path/90815
///
///
///
@@ -58,9 +56,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/update 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90197
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90333
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90816
+ /// REF: https://developer.work.weixin.qq.com/document/path/90197
+ /// REF: https://developer.work.weixin.qq.com/document/path/90333
+ /// REF: https://developer.work.weixin.qq.com/document/path/90816
///
///
///
@@ -80,9 +78,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90198
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90334
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90817
+ /// REF: https://developer.work.weixin.qq.com/document/path/90198
+ /// REF: https://developer.work.weixin.qq.com/document/path/90334
+ /// REF: https://developer.work.weixin.qq.com/document/path/90817
///
///
///
@@ -103,9 +101,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/batchdelete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90199
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90335
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90818
+ /// REF: https://developer.work.weixin.qq.com/document/path/90199
+ /// REF: https://developer.work.weixin.qq.com/document/path/90335
+ /// REF: https://developer.work.weixin.qq.com/document/path/90818
///
///
///
@@ -125,9 +123,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/simplelist 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90200
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90336
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90819
+ /// REF: https://developer.work.weixin.qq.com/document/path/90200
+ /// REF: https://developer.work.weixin.qq.com/document/path/90336
+ /// REF: https://developer.work.weixin.qq.com/document/path/90819
///
///
///
@@ -151,9 +149,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90201
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90337
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90820
+ /// REF: https://developer.work.weixin.qq.com/document/path/90201
+ /// REF: https://developer.work.weixin.qq.com/document/path/90337
+ /// REF: https://developer.work.weixin.qq.com/document/path/90820
///
///
///
@@ -177,9 +175,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/convert_to_openid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90202
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90338
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90821
+ /// REF: https://developer.work.weixin.qq.com/document/path/90202
+ /// REF: https://developer.work.weixin.qq.com/document/path/90338
+ /// REF: https://developer.work.weixin.qq.com/document/path/90821
///
///
///
@@ -199,9 +197,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/convert_to_userid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90202
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90338
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90821
+ /// REF: https://developer.work.weixin.qq.com/document/path/90202
+ /// REF: https://developer.work.weixin.qq.com/document/path/90338
+ /// REF: https://developer.work.weixin.qq.com/document/path/90821
///
///
///
@@ -221,10 +219,10 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/getuserinfo 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91023
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91437
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91707
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91711
+ /// REF: https://developer.work.weixin.qq.com/document/path/91023
+ /// REF: https://developer.work.weixin.qq.com/document/path/91437
+ /// REF: https://developer.work.weixin.qq.com/document/path/91707
+ /// REF: https://developer.work.weixin.qq.com/document/path/91711
///
///
///
@@ -245,7 +243,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/getuserid 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91693
+ /// REF: https://developer.work.weixin.qq.com/document/path/91693
///
///
///
@@ -265,7 +263,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/user/get_active_stat 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92714
+ /// REF: https://developer.work.weixin.qq.com/document/path/92714
///
///
///
@@ -286,9 +284,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Auth
///
/// 异步调用 [GET] /cgi-bin/user/authsucc 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/90203
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/90339
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90151/90822
+ /// REF: https://developer.work.weixin.qq.com/document/path/90203
+ /// REF: https://developer.work.weixin.qq.com/document/path/90339
+ /// REF: https://developer.work.weixin.qq.com/document/path/90822
///
///
///
@@ -309,7 +307,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/list_member_auth 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94513
+ /// REF: https://developer.work.weixin.qq.com/document/path/94513
///
///
///
@@ -335,7 +333,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [GET] /cgi-bin/user/check_member_auth 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/94514
+ /// REF: https://developer.work.weixin.qq.com/document/path/94514
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinWebDriveExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinWebDriveExtensions.cs
index 08ebacb1..99014fd8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinWebDriveExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientExecuteCgibinWebDriveExtensions.cs
@@ -1,7 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Net.Http;
-using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
@@ -14,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region Space
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93655
+ /// REF: https://developer.work.weixin.qq.com/document/path/93655
///
///
///
@@ -34,7 +32,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_rename 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93655
+ /// REF: https://developer.work.weixin.qq.com/document/path/93655
///
///
///
@@ -54,7 +52,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_dismiss 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93655
+ /// REF: https://developer.work.weixin.qq.com/document/path/93655
///
///
///
@@ -74,7 +72,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93655
+ /// REF: https://developer.work.weixin.qq.com/document/path/93655
///
///
///
@@ -94,7 +92,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_setting 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93656
+ /// REF: https://developer.work.weixin.qq.com/document/path/93656
///
///
///
@@ -114,7 +112,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_share 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93656
+ /// REF: https://developer.work.weixin.qq.com/document/path/93656
///
///
///
@@ -136,7 +134,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region SpaceACL
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_acl_add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93656
+ /// REF: https://developer.work.weixin.qq.com/document/path/93656
///
///
///
@@ -156,7 +154,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/space_acl_del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93656
+ /// REF: https://developer.work.weixin.qq.com/document/path/93656
///
///
///
@@ -178,7 +176,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region File
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_list 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -198,7 +196,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_upload 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -218,7 +216,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_download 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -238,7 +236,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_create 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -258,7 +256,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_rename 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -278,7 +276,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_move 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -298,7 +296,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_delete 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -318,7 +316,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_info 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93657
+ /// REF: https://developer.work.weixin.qq.com/document/path/93657
///
///
///
@@ -338,7 +336,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_setting 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93658
+ /// REF: https://developer.work.weixin.qq.com/document/path/93658
///
///
///
@@ -358,7 +356,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_share 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93658
+ /// REF: https://developer.work.weixin.qq.com/document/path/93658
///
///
///
@@ -380,7 +378,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
#region FileACL
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_acl_add 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93658
+ /// REF: https://developer.work.weixin.qq.com/document/path/93658
///
///
///
@@ -400,7 +398,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 异步调用 [POST] /cgi-bin/wedrive/file_acl_del 接口。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/93658
+ /// REF: https://developer.work.weixin.qq.com/document/path/93658
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientParameterExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientParameterExtensions.cs
index 3b251ed0..216b5058 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientParameterExtensions.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Extensions/WechatWorkClientParameterExtensions.cs
@@ -9,9 +9,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
{
///
/// 生成企业号 JS-SDK `wx.config` 所需的参数字典。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90136/90506
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90144/90539
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90152/90777
+ /// REF: https://developer.work.weixin.qq.com/document/path/90506
+ /// REF: https://developer.work.weixin.qq.com/document/path/90539
+ /// REF: https://developer.work.weixin.qq.com/document/path/90777
///
///
///
@@ -38,9 +38,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 生成企业号 JS-SDK `wx.agentConfig` 所需的参数字典。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90136/90506
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90144/90539
- /// REF: https://open.work.weixin.qq.com/api/doc/90002/90152/90777
+ /// REF: https://developer.work.weixin.qq.com/document/path/90506
+ /// REF: https://developer.work.weixin.qq.com/document/path/90539
+ /// REF: https://developer.work.weixin.qq.com/document/path/90777
///
///
///
@@ -68,8 +68,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 生成企业号网页授权 URL。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91022
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91120
+ /// REF: https://developer.work.weixin.qq.com/document/path/91022
+ /// REF: https://developer.work.weixin.qq.com/document/path/91120
///
///
///
@@ -91,8 +91,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
///
/// 生成企业号扫码授权 URL。
- /// REF: https://open.work.weixin.qq.com/api/doc/90000/90135/91019
- /// REF: https://open.work.weixin.qq.com/api/doc/90001/90143/91124
+ /// REF: https://developer.work.weixin.qq.com/document/path/91019
+ /// REF: https://developer.work.weixin.qq.com/document/path/91124
///
///
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpRequest.cs
index 937bf31b..3b134742 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/get_api_domain_ip 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpResponse.cs
index 2baf0b61..366bdba0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetApiDomainIpResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/get_api_domain_ip 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpRequest.cs
index 8de99b2f..14ea3056 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/getcallbackip 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpResponse.cs
index 0e7abf5d..85eb8757 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetCallbackIpResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/getcallbackip 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketRequest.cs
index 09e8c6ab..d42c2768 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/get_jsapi_ticket 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketResponse.cs
index 269e69b6..6943f3b0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetJsapiTicketResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/get_jsapi_ticket 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenRequest.cs
index 7fe2fdb6..d7953977 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/gettoken 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenResponse.cs
index 570f91e7..a1424509 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinGetTokenResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/gettoken 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetRequest.cs
index 42f05f3a..fd25b3fa 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/ticket/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetResponse.cs
index 6fafc97b..c0200400 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/Cgibin/CgibinTicketGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/ticket/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetRequest.cs
index f386ae3a..549bbcf3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/agent/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetResponse.cs
index b7bd5257..51f2e7f0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/agent/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListRequest.cs
index c8ac872b..95407d7e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/agent/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListResponse.cs
index 0a7251b6..417a1294 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/agent/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetRequest.cs
index dc803afe..e53273d1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetResponse.cs
index 212daee9..eb5d926d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeRequest.cs
index 45dba9bb..cdab2449 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeRequest.cs
@@ -40,6 +40,6 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
///
[Newtonsoft.Json.JsonProperty("allow_tag")]
[System.Text.Json.Serialization.JsonPropertyName("allow_tag")]
- public IList? AllowedTagIdList { get; set; }
+ public IList? AllowedTagIdList { get; set; }
}
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeResponse.cs
index d237141a..e8bf8b0f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/CgibinAgentSetScopeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set_scope 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateRequest.cs
index fbe5bd4b..19c227b3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/get_workbench_template 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateResponse.cs
index eb8566d0..0fb3a4d5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentGetWorkbenchTemplateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/get_workbench_template 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataRequest.cs
index 47152588..5eee26ef 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set_workbench_data 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataResponse.cs
index dd06fce9..49f1c708 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set_workbench_data 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateRequest.cs
index ab94d00a..06c40903 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateResponse.cs
index d9f512f7..1a4f51b3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAgent/Workbench/CgibinAgentSetWorkbenchTemplateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/agent/set_workbench_template 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateRequest.cs
index 436af034..9aca18fb 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateResponse.cs
index dc575667..c5bf9663 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/appchat/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetRequest.cs
index 6be2727e..2966c4ed 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/appchat/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetResponse.cs
index 4332e070..828c2f5b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/appchat/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendRequest.cs
index 855f270e..bdb8f513 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/appchat/send 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendResponse.cs
index ec61eda6..d310f325 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatSendResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/appchat/send 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateRequest.cs
index b6683345..6fc86b04 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateResponse.cs
index 39e6fb27..4632fcd3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinAppChat/CgibinAppChatUpdateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/appchat/update 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultRequest.cs
index 6acb503b..3375e7cd 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/batch/getresult 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs
index 88133338..6759a6ad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchGetResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/batch/getresult 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteRequest.cs
index 5e6140af..4da37c6e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteResponse.cs
index 562088b1..daf74a6a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchInviteResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/invite 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentRequest.cs
index de9f8624..fa9b1f1c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/replaceparty 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentResponse.cs
index b7bd74b2..5d126157 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceDepartmentResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/replaceparty 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserRequest.cs
index 90d55461..ef989bec 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/replaceuser 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserResponse.cs
index 1c352f82..623505d2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchReplaceUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/replaceuser 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserRequest.cs
index 4a3559a4..b1e8098b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/syncuser 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserResponse.cs
index a00c9de2..a3c01aac 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinBatch/CgibinBatchSyncUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/batch/syncuser 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchRequest.cs
index d62b90ae..a8e354d2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse.cs
index 54864f7d..940d6315 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfobatch 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoRequest.cs
index 5cd5c6fd..0e3626b2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfo 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoResponse.cs
index 6f51301d..5db5cf0b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfo 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusRequest.cs
index dd6b5570..f93df474 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/updateinvoicestatus 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusResponse.cs
index 08dd2cd8..769afa29 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateInvoiceStatusResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/updateinvoicestatus 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchRequest.cs
index 0f18ad63..0d83d8ed 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchResponse.cs
index 2a457c0a..6c7cc2f2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCardInvoice/CgibinCardInvoiceReimburseUpdateStatusBatchResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/card/invoice/reimburse/updatestatusbatch 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceRequest.cs
index 7644d2c6..8f2cc3ac 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/addcheckinuserface 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceResponse.cs
index 5ecb72d9..9bfeccd2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinAddCheckinUserFaceResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/addcheckinuserface 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataRequest.cs
index 445dd867..b6e483b2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataResponse.cs
index aca4b00d..5eb15eba 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckindata 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataRequest.cs
index 8b50dea8..c2e39912 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataResponse.cs
index 68aeb83d..f21f0e14 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinDayDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckin_daydata 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataRequest.cs
index 6c2aeed3..8bba4220 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckin_monthdata 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataResponse.cs
index 259742a8..7d7143e3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinMonthDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckin_monthdata 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionRequest.cs
index 38e7e4d5..b9526f49 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionResponse.cs
index 49e8e474..b82347e3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinOptionResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckinoption 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListRequest.cs
index e1256d75..d171ee59 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckinschedulist 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListResponse.cs
index 177e2bd9..584727ad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCheckinScheduleListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcheckinschedulist 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionRequest.cs
index a99fedb6..97515164 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcorpcheckinoption 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionResponse.cs
index 68207462..52783e4b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinGetCorpCheckinOptionResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/getcorpcheckinoption 接口的响应。
@@ -381,7 +378,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
///
[Newtonsoft.Json.JsonProperty("create_time")]
[System.Text.Json.Serialization.JsonPropertyName("create_time")]
- public long CreateTimestamp { get; set; }
+ public long CreateTimestamp { get; set; }
}
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListRequest.cs
index b16417b9..70978e10 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListResponse.cs
index 7dd96e0c..a89620b3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCheckin/CgibinCheckinSetCheckinScheduleListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/checkin/setcheckinschedulist 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeRequest.cs
index 68ac9491..cd50811d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/corp/get_join_qrcode 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeResponse.cs
index 6c03c12d..1cc994a1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetJoinQrcodeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/corp/get_join_qrcode 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataRequest.cs
index 8c117f70..d59c97e7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corp/getopenapprovaldata 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataResponse.cs
index 38c5d247..cc025036 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorp/CgibinCorpGetOpenApprovalDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corp/getopenapprovaldata 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenRequest.cs
index f4785876..11295c22 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corpgroup/corp/gettoken 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenResponse.cs
index 0e97575a..4ee19b4d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropGetTokenResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corpgroup/corp/gettoken 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoRequest.cs
index d44ff62c..d14eb0ad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corpgroup/corp/list_app_share_info 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoResponse.cs
index 14c7ab7d..491c7345 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinCorpGroup/CgibinCorpGroupCropListAppShareInfoResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/corpgroup/corp/list_app_share_info 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateRequest.cs
index d2bbe117..8a56e8be 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/department/create 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateResponse.cs
index b4861a42..a2261827 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/department/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteRequest.cs
index 0a926549..acb5954e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/department/delete 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteResponse.cs
index cefb89e2..be09d40f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentDeleteResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/department/delete 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListRequest.cs
index 0709c42f..77e6e18a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/department/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListResponse.cs
index 746bf110..1d1b9dc6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/department/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateRequest.cs
index 4d473282..ac126a10 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/department/update 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateResponse.cs
index 83668d7d..745eb27a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDepartment/CgibinDepartmentUpdateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/department/update 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordRequest.cs
index 37385768..8b68224a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/dial/get_dial_record 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordResponse.cs
index a54f2a8d..ad4caabf 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinDialog/CgibinDialogGetDialogRecordResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/dial/get_dial_record 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentRequest.cs
index 735a631a..1308d63f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/department 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentResponse.cs
index 62e5edd2..34863cf1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportDepartmentResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/department 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultRequest.cs
index 5e52565b..749c40b7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/export/get_result 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultResponse.cs
index c7bc84d4..c9035522 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportGetResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/export/get_result 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserRequest.cs
index d8dac3c2..370e14e4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/simple_user 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserResponse.cs
index 552c0652..b1d5656e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportSimpleUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/simple_user 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserRequest.cs
index a8a21d5b..92a2bff4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/taguser 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserResponse.cs
index f13a5533..cf653b5c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportTagUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/taguser 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserRequest.cs
index 694eab10..6735fbdf 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/user 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserResponse.cs
index a75d620a..d3a3c660 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExport/CgibinExportUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/export/user 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserRequest.cs
index f138d9a1..3200fe63 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserResponse.cs
index abd9da29..49b8f0da 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchGetByUserResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/batch/get_by_user 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdRequest.cs
index 9d33cc08..0345178d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdResponse.cs
index 93670625..a57fff48 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactBatchToExternalUserIdResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/batch_to_external_userid 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatRequest.cs
index 8210690e..d7d21145 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/close_temp_chat 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatResponse.cs
index f96b5ebc..2749f946 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactCloseTempChatResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/close_temp_chat 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdRequest.cs
index 3beeb3a4..c449ad22 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/convert_to_openid 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdResponse.cs
index dd34a7ba..95afbd51 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactConvertToOpenIdResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/convert_to_openid 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListRequest.cs
index 1ca8d06a..53f74938 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_follow_user_list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListResponse.cs
index ef802bee..c5ef1914 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetFollowUserListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_follow_user_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetRequest.cs
index c52a59c0..a1aea7c0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetResponse.cs
index aa87d3fa..e3ee600d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get 接口的响应。
@@ -39,7 +36,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
}
public class ExternalProfile : CgibinUserGetResponse.Types.ExternalProfile
- {
+ {
}
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListRequest.cs
index e889f445..a99049a9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_unassigned_list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListResponse.cs
index ff1a995e..2962997c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUnassignedListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_unassigned_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataRequest.cs
index 5e039e6f..1cbc9eb4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataResponse.cs
index 351e6858..c7e4554b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactGetUserBehaviorDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_user_behavior_data 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListRequest.cs
index f869e7db..78939726 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListResponse.cs
index d6d00a19..1aed0346 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagRequest.cs
index ba5d5f63..31f97b6a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagResponse.cs
index becb1e00..a280e14b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactMarkTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/mark_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdRequest.cs
index 2abca11e..e1f27919 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/opengid_to_chatid 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdResponse.cs
index 7c58a58e..cedc45da 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactOpenGroupIdToChatIdResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/opengid_to_chatid 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkRequest.cs
index 4e2e6a3b..82a58c51 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkResponse.cs
index 061de8bb..6a71a5ad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactRemarkResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/remark 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdRequest.cs
index 0377ba9f..3705d95a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/unionid_to_external_userid 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdResponse.cs
index addbb89a..4e6e764f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CgibinExternalContactUnionIdToExternalUserIdResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/unionid_to_external_userid 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayRequest.cs
index 72a5d73c..970c4e5c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayResponse.cs
index 7d841d5a..9dcf1c4b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactAddContactWayResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/add_contact_way 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayRequest.cs
index f15b04e3..a6a4f0bc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/del_contact_way 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayResponse.cs
index 23bb2738..ecfaaf75 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactDeleteContactWayResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/del_contact_way 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayRequest.cs
index 8d9c2609..1e85616c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_contact_way 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayResponse.cs
index 6f5ab543..e1fab174 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactGetContactWayResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_contact_way 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayRequest.cs
index 2183e725..04cfba9a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayResponse.cs
index d0fc555c..7dd554d0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/ContactWay/CgibinExternalContactUpdateContactWayResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/update_contact_way 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagRequest.cs
index 941c430c..1995e7e1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagResponse.cs
index 8c217d0d..a96b07c7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactAddCorpTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/add_corp_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagRequest.cs
index 59d32f5b..80c71b10 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/del_corp_tag 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagResponse.cs
index 62ae9cba..cd0ac51c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactDeleteCorpTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/del_corp_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagRequest.cs
index f465d22f..34afb508 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/edit_corp_tag 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagResponse.cs
index e1421ad2..a1fb1fe2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactEditCorpTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/edit_corp_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListRequest.cs
index dddc4abe..1792b2f0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListResponse.cs
index 6960634a..a4231226 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CorpTag/CgibinExternalContactGetCorpTagListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_corp_tag_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateRequest.cs
index 099f3ed3..7fd25bca 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateResponse.cs
index 30a7848a..40c41b0f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteRequest.cs
index 9aa806a5..1c3e7d2a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/del 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteResponse.cs
index 9094e43d..fe14ca91 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyDeleteResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/del 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditRequest.cs
index acff25c6..ed7c6908 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditResponse.cs
index 565d4ce4..68fb428d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyEditResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/edit 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeRequest.cs
index ebd5c088..9c930900 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/get_range 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeResponse.cs
index 2857353c..80e3b18e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRangeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/get_range 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRequest.cs
index 54fd1862..1b557d90 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetResponse.cs
index 4846193b..fff6fbac 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListRequest.cs
index e1e73075..3373d58f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListResponse.cs
index 90c8c375..e9998287 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/CustomerStrategy/CgibinExternalContactCustomerStrategyListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/customer_strategy/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetRequest.cs
index 40b05f4a..10ba1468 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetResponse.cs
index 9050d766..cce4e80f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListRequest.cs
index 8c26b1c2..1f711ab5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListResponse.cs
index 9ac59819..c18f9edc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferRequest.cs
index 2634e508..8747758d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferResponse.cs
index 03f4b816..3687fb11 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/CgibinExternalContactGroupChatTransferResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/transfer 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayRequest.cs
index 62c8fbc5..4f817fe7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/statistic_group_by_day 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayResponse.cs
index ac1d0b9b..75492e90 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsGroupByDayResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/statistic_group_by_day 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsRequest.cs
index 40979d88..39830bc2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsResponse.cs
index 14fda4a6..08027ac9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupChat/Statistics/CgibinExternalContactGroupChatStatisticsResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/groupchat/statistic 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateRequest.cs
index 5c13c765..6265e1f6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateResponse.cs
index 3564f43e..426ec1b4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactAddMessageTemplateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/add_msg_template 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Request.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Request.cs
index b4c01670..25ac543b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Request.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Request.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_list_v2 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Response.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Response.cs
index c5959b1e..b3e4d3d6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Response.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageListV2Response.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_list_v2 接口的响应。
@@ -15,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
public static class Types
{
public class Text : CgibinExternalContactAddMessageTemplateRequest.Types.Text
- {
+ {
}
public class Attachment : CgibinExternalContactAddMessageTemplateRequest.Types.Attachment
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultRequest.cs
index dbef9c5c..81e9b854 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_send_result 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultResponse.cs
index 9543c751..b6ee8138 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageSendResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_send_result 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskRequest.cs
index 74732133..d1be257e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_task 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskResponse.cs
index 9ca123bc..ace0b26f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupMessage/CgibinExternalContactGetGroupMessageTaskResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_groupmsg_task 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddRequest.cs
index 2f0cb180..ffc701a5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/add 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddResponse.cs
index 4f40fbfc..082dbaa4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateAddResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/add 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateDeleteResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateDeleteResponse.cs
index af9243a8..aa43dd71 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateDeleteResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateDeleteResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/del 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditRequest.cs
index 703bc107..a34aa070 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/edit 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditResponse.cs
index 258bd91c..666dd0e5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateEditResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/edit 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetRequest.cs
index 33c4f4c3..d15e211d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetResponse.cs
index 4cffae8a..2e2899aa 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactGroupWelcomeTemplateGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/group_welcome_template/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageRequest.cs
index 18668083..bde238e0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageResponse.cs
index 12d0eb47..17463e11 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/GroupWelcome/CgibinExternalContactSendWelcomeMessageResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/send_welcome_msg 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/InterceptRule/CgibinExternalContactGetInterceptRuleResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/InterceptRule/CgibinExternalContactGetInterceptRuleResponse.cs
index d5272aca..273e3730 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/InterceptRule/CgibinExternalContactGetInterceptRuleResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/InterceptRule/CgibinExternalContactGetInterceptRuleResponse.cs
@@ -8,7 +8,7 @@
public static class Types
{
public class Rule : CgibinExternalContactGetInterceptRuleListResponse.Types.Rule
- {
+ {
public static class Types
{
public class ExtraRule
@@ -38,7 +38,7 @@
public int[]? DepartmentIdList { get; set; }
}
}
-
+
///
/// 获取或设置敏感词列表。
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendRequest.cs
index e43a7747..5a82c4fb 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendResponse.cs
index 91cb3794..ef18a39e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Message/CgibinExternalContactMessageSendResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/message/send 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactAddMomentTaskRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactAddMomentTaskRequest.cs
index b6703a7e..8e52fd31 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactAddMomentTaskRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactAddMomentTaskRequest.cs
@@ -96,7 +96,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[System.Text.Json.Serialization.JsonPropertyName("video")]
public Types.Video? Video { get; set; }
}
-
+
public class VisibleRange
{
public static class Types
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCommentsRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCommentsRequest.cs
index 2c9fe68c..1ee9eb1e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCommentsRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCommentsRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_comments 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListRequest.cs
index f6674928..e681d570 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_customer_list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListResponse.cs
index 7db8e14e..da7ad449 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentCustomerListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_customer_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListRequest.cs
index e2ad1caf..154d4b35 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_list 接口的请求。
@@ -14,7 +11,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[Newtonsoft.Json.JsonProperty("start_time")]
[System.Text.Json.Serialization.JsonPropertyName("start_time")]
public long StartTimestamp { get; set; }
-
+
///
/// 获取或设置指定结束时间戳。
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListResponse.cs
index 45e24339..a99d7ec6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultRequest.cs
index 3fcb54e1..773ec978 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_send_result 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultResponse.cs
index 3087b958..2d60a56c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentSendResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_send_result 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskRequest.cs
index 715b3f2d..dc945173 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_task 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResponse.cs
index d4d8f1e8..3b329f58 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_moment_task 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResultResponse.cs
index 6f05a69c..379c583b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Moment/CgibinExternalContactGetMomentTaskResultResponse.cs
@@ -44,7 +44,7 @@
///
[Newtonsoft.Json.JsonProperty("errcode")]
[System.Text.Json.Serialization.JsonPropertyName("errcode")]
- public int ErrorCode { get; set; }
+ public int ErrorCode { get; set; }
///
/// 获取或设置错误信息。
@@ -59,7 +59,7 @@
[Newtonsoft.Json.JsonProperty("moment_id")]
[System.Text.Json.Serialization.JsonPropertyName("moment_id")]
public string MomentId { get; set; } = default!;
-
+
///
/// 获取或设置不合法的执行者信息。
///
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateRequest.cs
index fef59627..e5af09f1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateResponse.cs
index 1dced4b3..9181f654 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteRequest.cs
index 77acaf55..128be147 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/del 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteResponse.cs
index c99906ea..dafc7ad9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyDeleteResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/del 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditRequest.cs
index c5aeec0c..f62311d8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditResponse.cs
index 78874826..24ed7cd1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyEditResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/edit 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeRequest.cs
index 0afd2b10..d33650dd 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/get_range 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeResponse.cs
index db6ce90c..a246beae 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRangeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/get_range 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRequest.cs
index e29eb802..0e174889 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetResponse.cs
index 679149b4..3393fdf9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListRequest.cs
index 82274e5c..024d7404 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListResponse.cs
index eea6e4df..106b9881 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/MomentStrategy/CgibinExternalContactMomentStrategyListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/moment_strategy/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagRequest.cs
index 60019ddf..683a1480 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagResponse.cs
index 7ebedb65..828a95b0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactAddStrategyTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/add_strategy_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagRequest.cs
index e4ecfbcb..f0c18fad 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagResponse.cs
index 240fc00e..ce8b32e2 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactDeleteStrategyTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/del_strategy_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagRequest.cs
index 73c9d5dc..cab7a30b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/edit_strategy_tag 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagResponse.cs
index 21e061ea..e1b292c8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactEditStrategyTagResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/edit_strategy_tag 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListRequest.cs
index da5ecf09..315e07a5 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListResponse.cs
index 731b45a7..20075c88 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/StrategyTag/CgibinExternalContactGetStrategyTagListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/get_strategy_tag_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeRequest.cs
index 0df8f54a..aed7aed0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_subscribe_mode 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeResponse.cs
index 3898daa0..228bb19b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeModeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_subscribe_mode 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeRequest.cs
index 04ef3e6c..5fd8fb62 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_subscribe_qr_code 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeResponse.cs
index fdde50cb..876d7683 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactGetSubscribeQrcodeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/externalcontact/get_subscribe_qr_code 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeRequest.cs
index 4fa84fae..0d11a6b9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/set_subscribe_mode 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeResponse.cs
index f1c7482e..1e71e9fc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Subscribe/CgibinExternalContactSetSubscribeModeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/set_subscribe_mode 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerRequest.cs
index 4c0b3e9c..0867bd2a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/resigned/transfer_customer 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerResponse.cs
index a1c1889b..ba33fbc9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferCustomerResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/resigned/transfer_customer 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultRequest.cs
index 02f90d67..dea355bb 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/resigned/transfer_result 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultResponse.cs
index 52a57dde..4e80d4ff 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactResignedTransferResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/resigned/transfer_result 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerRequest.cs
index a7d93b2a..ba031e6e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerResponse.cs
index 07a44ccd..12e2c9ec 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferCustomerResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/transfer_customer 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultRequest.cs
index 0233a659..8d716477 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/transfer_result 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultResponse.cs
index 43ba96d7..bec4d18a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalContact/Transfer/CgibinExternalContactTransferResultResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalcontact/transfer_result 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListRequest.cs
index 4dafa4cf..804d9305 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/get_bill_list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListResponse.cs
index a6c4801b..f45ef3e8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Bill/CgibinExternalPayGetBillListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/get_bill_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantRequest.cs
index af66f0f1..acc7eb5d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/addmerchant 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantResponse.cs
index 35570ab9..4c2d3065 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayAddMerchantResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/addmerchant 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantRequest.cs
index d9bdb2ed..73a5e768 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/delmerchant 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantResponse.cs
index 715639f9..20c758d9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayDeleteMerchantResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/delmerchant 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantRequest.cs
index 4294d845..777b5659 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/getmerchant 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantResponse.cs
index fc98d986..06b5df6c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPayGetMerchantResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/getmerchant 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeRequest.cs
index a6e96533..de3473ef 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeResponse.cs
index a241ac78..1d339e1d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinExternalPay/Merchant/CgibinExternalPaySetMerchantUseScopeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/externalpay/set_mch_use_scope 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureRequest.cs
index 46d89839..70a366ab 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/hardware/get_device_feature 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureResponse.cs
index 84891dd8..2dadad8d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHardware/CgibinHardwareGetDeviceFeatureResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/hardware/get_device_feature 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsRequest.cs
index 23be9a78..d0dbae61 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_health_report_stat 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsResponse.cs
index 3af51c8f..feb604e3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetHealthReportStatisticsResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_health_report_stat 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerRequest.cs
index 51123a2e..aa0587b8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_answer 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerResponse.cs
index a34e13c6..e8565e17 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportAnswerResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_answer 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsRequest.cs
index 032dcd2e..cd18b834 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_jobids 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsResponse.cs
index e85e1801..8cb987df 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobIdsResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_jobids 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoRequest.cs
index db1ea80f..372d568b 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_job_info 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoResponse.cs
index 9fb6679f..987d8716 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinHealth/CgibinHealthGetReportJobInfoResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/health/get_report_job_info 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Account/CgibinKfAccountUpdateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Account/CgibinKfAccountUpdateRequest.cs
index 72eaec62..f9a65f9e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Account/CgibinKfAccountUpdateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Account/CgibinKfAccountUpdateRequest.cs
@@ -17,7 +17,7 @@
///
[Newtonsoft.Json.JsonProperty("name")]
[System.Text.Json.Serialization.JsonPropertyName("name")]
- public string? Name { get; set; }
+ public string? Name { get; set; }
///
/// 获取或设置头像的 MediaId。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Customer/UpgradeService/CgibinKfCustomerGetUpgradeServiceConfigResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Customer/UpgradeService/CgibinKfCustomerGetUpgradeServiceConfigResponse.cs
index a21b6b14..bccc7289 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Customer/UpgradeService/CgibinKfCustomerGetUpgradeServiceConfigResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/Customer/UpgradeService/CgibinKfCustomerGetUpgradeServiceConfigResponse.cs
@@ -47,6 +47,6 @@
///
[Newtonsoft.Json.JsonProperty("groupchat_range")]
[System.Text.Json.Serialization.JsonPropertyName("groupchat_range")]
- public Types.GroupChatRange? GroupChatRange { get; set; }
+ public Types.GroupChatRange? GroupChatRange { get; set; }
}
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateGetResponse.cs
index d5037796..a7ebe4aa 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateGetResponse.cs
@@ -10,7 +10,7 @@
///
[Newtonsoft.Json.JsonProperty("service_state")]
[System.Text.Json.Serialization.JsonPropertyName("service_state")]
- public int ServiceState { get; set; }
+ public int ServiceState { get; set; }
///
/// 获取或设置接待人员的 UserId。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateTransferRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateTransferRequest.cs
index 4c2b03a1..f19848fd 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateTransferRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinKf/ServiceState/CgibinKfServiceStateTransferRequest.cs
@@ -18,13 +18,13 @@
[Newtonsoft.Json.JsonProperty("external_userid")]
[System.Text.Json.Serialization.JsonPropertyName("external_userid")]
public string ExternalUserId { get; set; } = string.Empty;
-
+
///
/// 获取或设置会话状态。
///
[Newtonsoft.Json.JsonProperty("service_state")]
[System.Text.Json.Serialization.JsonPropertyName("service_state")]
- public int ServiceState { get; set; }
+ public int ServiceState { get; set; }
///
/// 获取或设置接待人员的 UserId。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListRequest.cs
index 382703cd..6e32647a 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/agent/get_perm_list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListResponse.cs
index 7b36d027..9e8019d4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpAgentGetPermissionListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/agent/get_perm_list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListRequest.cs
index 1e990f8d..36aea1c4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/department/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListResponse.cs
index b4f9e8e3..41012ab9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpDepartmentListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/department/list 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetRequest.cs
index c3f59610..4cfa7906 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetResponse.cs
index 21341c6c..c9c1c797 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListRequest.cs
index 86d69f37..2889cec0 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/list 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListResponse.cs
index e5f10f1b..51e5cc58 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/list 接口的响应。
@@ -15,7 +12,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
public static class Types
{
public class ExtendedAttribute : CgibinUserGetResponse.Types.ExtendedAttribute
- {
+ {
}
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListRequest.cs
index d86e4d6a..2780eb07 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/simplelist 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListResponse.cs
index 3fb6c80f..fcdd46aa 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/CgibinLinkedCorpUserSimpleListResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/user/simplelist 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendRequest.cs
index 1a184c5f..6792e207 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendResponse.cs
index 4bc613d6..a0aa0f2d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLinkedCorp/Message/CgibinLinkedCorpMessageSendResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/linkedcorp/message/send 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelRequest.cs
index 60a58809..7788bd3e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/cancel 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelResponse.cs
index 1d764142..a79451a4 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCancelResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/cancel 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateRequest.cs
index cd585e6b..5062a6df 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateResponse.cs
index 9c30a347..a120f215 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataRequest.cs
index a5405d41..7289fb2d 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/delete_replay_data 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataResponse.cs
index ff03dcc5..65eaa15c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingDeleteReplayDataResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/delete_replay_data 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeRequest.cs
index 68a3ae13..45985f32 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_living_code 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeResponse.cs
index 02f4d07c..2b6f0b08 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingCodeResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_living_code 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoRequest.cs
index 6d5f6d41..f8ba1f14 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/living/get_living_info 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoResponse.cs
index 9c31e62f..70310762 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingInfoResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/living/get_living_info 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoRequest.cs
index a9bd0724..b3150dab 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_living_share_info 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoResponse.cs
index f51a0d0f..ab096945 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetLivingShareInfoResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_living_share_info 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdRequest.cs
index 93acd982..cd8caaf3 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_user_all_livingid 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdResponse.cs
index cf4f9006..f68a8cc6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetUserAllLivingIdResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_user_all_livingid 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsRequest.cs
index e324ac2d..eefa2d8e 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_watch_stat 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsResponse.cs
index a320c0a6..4ecc55f7 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingGetWatchStatisticsResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/get_watch_stat 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyRequest.cs
index 1c6f9753..1cb84da9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/modify 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyResponse.cs
index 0297d6d3..9dd2df8f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinLiving/CgibinLivingModifyResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/living/modify 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkRequest.cs
index 85a616c7..5b10b142 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/media/get/jssdk 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkResponse.cs
index 5e5efe96..7d1c9bff 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetJssdkResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/media/get/jssdk 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetRequest.cs
index b076f6c0..40f663c6 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/media/get 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetResponse.cs
index 260f0f38..ae16678f 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaGetResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [GET] /cgi-bin/media/get 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageRequest.cs
index 0057447f..1b5c58f8 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/media/uploadimg 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageResponse.cs
index 9a6a33dd..2c11456c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadImageResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/media/uploadimg 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadRequest.cs
index 93f68098..86fe3fff 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/media/upload 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadResponse.cs
index e88bc617..cd4fd001 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMedia/CgibinMediaUploadResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/media/upload 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelRequest.cs
index 143cf5d2..428c0b5c 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/meeting/cancel 接口的请求。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelResponse.cs
index c43ee908..7d158f95 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCancelResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/meeting/cancel 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateRequest.cs
index 0868f317..d664b5e1 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateRequest.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateResponse.cs
index 55701d5a..bdb59963 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateResponse.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingCreateResponse.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
/// 表示 [POST] /cgi-bin/meeting/create 接口的响应。
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingGetInfoRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingGetInfoRequest.cs
index 9213d02a..433fa218 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingGetInfoRequest.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinMeeting/CgibinMeetingGetInfoRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-
-namespace SKIT.FlurlHttpClient.Wechat.Work.Models
+namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
///
///