支持支付宝获取用户手机号

This commit is contained in:
谭凯凯
2024-09-26 17:23:38 +08:00
committed by Tankaikai
parent a97e33984d
commit e7d8d85ea1
4 changed files with 110 additions and 33 deletions

View File

@@ -23,6 +23,8 @@ public class TbMerchantThirdApply implements Serializable {
private String smallAppid;
private String alipaySmallAppid;
private String storeId;
@@ -117,4 +119,12 @@ public class TbMerchantThirdApply implements Serializable {
public void setStoreId(String storeId) {
this.storeId = storeId;
}
public String getAlipaySmallAppid() {
return alipaySmallAppid;
}
public void setAlipaySmallAppid(String alipaySmallAppid) {
this.alipaySmallAppid = alipaySmallAppid;
}
}