generated from root/miduo_server
quick登陆sdk
parent
c313a16bc1
commit
1bd646bf23
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue