标志是否为 subMchAppId的对应 openId
This commit is contained in:
parent
e31b82bafc
commit
9f9a069052
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue