Commit 9f9a0690 authored by xiaoyu's avatar xiaoyu
Browse files

标志是否为 subMchAppId的对应 openId

parent e31b82ba
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment