quick登陆sdk

master
mengchengzhen 2021-06-25 15:11:30 +08:00
parent c313a16bc1
commit 1bd646bf23
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,8 @@ public class VerifyParams {
private String openId; private String openId;
private String productCode;
public String getChannel() { public String getChannel() {
return channel; return channel;
} }
@ -75,4 +77,13 @@ public class VerifyParams {
public void setOpenId(String openId) { public void setOpenId(String openId) {
this.openId = openId; this.openId = openId;
} }
public String getProductCode() {
return productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
}
} }