Update WeChatUserInfo.cs

This commit is contained in:
CortexCore 2024-08-08 22:56:30 +08:00
parent 5029249006
commit e802e03af1
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ namespace WeChatSharp
[JsonProperty(propertyName: "qr_scene_str")] [JsonProperty(propertyName: "qr_scene_str")]
public string QrSceneStr; public string QrSceneStr;
public string DbId => OpenId;
public string Id => OpenId;
} }
/* /*
{ {