Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
416ffa09
Commit
416ffa09
authored
Nov 19, 2021
by
terrfly
Browse files
getChannelUserId 不再序列化;
parent
112b4472
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/UnifiedOrderRQ.java
View file @
416ffa09
...
...
@@ -16,6 +16,7 @@
package
com.jeequan.jeepay.pay.rqrs.payorder
;
import
com.alibaba.fastjson.JSONObject
;
import
com.alibaba.fastjson.annotation.JSONField
;
import
com.jeequan.jeepay.core.constants.CS
;
import
com.jeequan.jeepay.pay.rqrs.AbstractMchAppRQ
;
import
com.jeequan.jeepay.pay.rqrs.payorder.payway.*
;
...
...
@@ -151,6 +152,7 @@ public class UnifiedOrderRQ extends AbstractMchAppRQ {
}
/** 获取渠道用户ID **/
@JSONField
(
serialize
=
false
)
public
String
getChannelUserId
(){
return
null
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment