标志是否为 subMchAppId的对应 openId

This commit is contained in:
xiaoyu 2023-02-08 16:54:14 +08:00
parent e31b82bafc
commit 9f9a069052
1 changed files with 3 additions and 0 deletions

View File

@ -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);