1
0
mirror of synced 2025-12-23 18:48:00 +08:00

🎨 修复部分拼写错误的变量命名

This commit is contained in:
Binary Wang
2020-08-16 13:06:43 +08:00
parent a7ea5f5bf3
commit 928ba178a3
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ public class WxCpContactWayInfo {
* </pre>
*/
@SerializedName("party")
private List<String> partys;
private List<String> parties;
/**
* <pre>
@@ -196,7 +196,7 @@ public class WxCpContactWayInfo {
* 单人
*/
@SerializedName("1")
SIGLE,
SINGLE,
/**
* 多人