8000 微信支付分相关改动 by winter4666 · Pull Request #1827 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

微信支付分相关改动 #1827

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 2 commits into from
Oct 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
< 8000 div class="select-menu-blankslate select-menu-error"> Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
规范字段命名
  • Loading branch information
winter4666 committed Oct 28, 2020
commit c07d620f6ab94240f07f53ce8a433d40b1c8c042
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class UserAuthorizationStatusNotifyResult implements Serializable {
* </pre>
*/
@SerializedName(value = "openorclose_time")
private String openorcloseTime;
private String openOrCloseTime;

/**
* <pre>
Expand Down
0