8000 修改添加企业客户标签后无返回信息 by huangxm129 · Pull Request #1699 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

修改添加企业客户标签后无返回信息 #1699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 6, 2020
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public static class FollowedUser {
@SerializedName("remark_corp_name")
private String remarkCorpName;
<<<<<<< HEAD
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

冲突没解决吧?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已改

<<<<<<< HEAD
<<<<<<< HEAD
@SerializedName("add_way")
=======
Expand All @@ -130,6 +131,9 @@ public static class FollowedUser {
=======
@SerializedName("add_way")
>>>>>>> 修改 add_way字段错误
=======
@SerializedName("add_way")
>>>>>>> origin/develop
private String addWay;
@SerializedName("oper_userid")
private String operUserId;
Expand Down
0