-
-
Notifications
You must be signed in to change notification settings - Fork 9k
微信支付回调功能优化 #92
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
微信支付回调功能优化 #92
Conversation
|
|
||
| public String toXml() { | ||
| @SuppressWarnings("unchecked") | ||
| public String toXml() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方格式好像不对,是个tab符?
|
|
||
| public T toUser(String toUser) { | ||
| @SuppressWarnings("unchecked") | ||
| public T toUser(String toUser) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方格式好像不对,是个tab符?
|
|
||
| public BuilderType fromUser(String fromusername) { | ||
| @SuppressWarnings("unchecked") | ||
| public BuilderType fromUser(String fromusername) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方格式好像不对,是个tab符?
|
|
||
| public BuilderType toUser(String touser) { | ||
| @SuppressWarnings("unchecked") | ||
| public BuilderType toUser(String touser) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方格式好像不对,是个tab符?
| } | ||
|
|
||
| public Map<String,String> toMap(){ | ||
| return BeanUtils.xmlBean2Map(this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方格式好像不对,是个tab符?
| @@ -0,0 +1,130 @@ | |||
| package me.chanjar.weixin.mp.bean.pay; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你的代码好像没有按照设定的两个空格替代tab的规则吧?看下首页说明吧
还没有线上测试,明天测试下