File tree Expand file tree Collapse file tree
src/SKIT.FlurlHttpClient.Wechat.Work/Models/CgibinWedoc/Form Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,19 +226,19 @@ public class Member
226226 [ System . Text . Json . Serialization . JsonPropertyName ( "answer_id" ) ]
227227 public long AnswerId { get ; set ; }
228228
229+ /// <summary>
230+ /// 获取或设置用户 ID。
231+ /// </summary>
232+ [ Newtonsoft . Json . JsonProperty ( "userid" ) ]
233+ [ System . Text . Json . Serialization . JsonPropertyName ( "userid" ) ]
234+ public string ? UserId { get ; set ; }
235+
229236 /// <summary>
230237 /// 获取或设置用户名。
231238 /// </summary>
232239 [ Newtonsoft . Json . JsonProperty ( "user_name" ) ]
233240 [ System . Text . Json . Serialization . JsonPropertyName ( "user_name" ) ]
234241 public string UserName { get ; set ; } = default ! ;
235-
236- /// <summary>
237- /// 用户id,匿名填写不返回。
238- /// </summary>
239- [ Newtonsoft . Json . JsonProperty ( "userid" ) ]
240- [ System . Text . Json . Serialization . JsonPropertyName ( "userid" ) ]
241- public string UserId { get ; set ; } = default ! ;
242242
243243 /// <summary>
244244 /// 获取或设置外部联系人临时 ID。
You can’t perform that action at this time.
0 commit comments