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
9f9a0690
Commit
9f9a0690
authored
Feb 08, 2023
by
xiaoyu
Browse files
标志是否为 subMchAppId的对应 openId
parent
e31b82ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/WxJsapiOrderRQ.java
View file @
9f9a0690
...
...
@@ -35,6 +35,9 @@ public class WxJsapiOrderRQ extends UnifiedOrderRQ {
@NotBlank
(
message
=
"openid不能为空"
)
private
String
openid
;
/** 标志是否为 subMchAppId的对应 openId, 0-否, 1-是, 默认否 **/
private
Byte
isSubOpenId
;
/** 构造函数 **/
public
WxJsapiOrderRQ
(){
this
.
setWayCode
(
CS
.
PAY_WAY_CODE
.
WX_JSAPI
);
...
...
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