|
|
@@ -10,7 +10,6 @@ import lombok.extern.slf4j.Slf4j; |
|
|
|
* 微信用户绑定的手机号相关信息 |
|
|
|
* @author <a href="https://github.com/binarywang">Binary Wang</a> |
|
|
|
*/ |
|
|
|
@Slf4j |
|
|
|
@Data |
|
|
|
public class WxMaPhoneNumberInfo implements Serializable { |
|
|
|
private static final long serialVersionUID = 6719822331555402137L; |
|
|
@@ -21,7 +20,6 @@ public class WxMaPhoneNumberInfo implements Serializable { |
|
|
|
private Watermark watermark; |
|
|
|
|
|
|
|
public static WxMaPhoneNumberInfo fromJson(String json) { |
|
|
|
log.info("授权手机号解密---{}"+json); |
|
|
|
return WxMaGsonBuilder.create().fromJson(json, WxMaPhoneNumberInfo.class); |
|
|
|
} |
|
|
|
|
|
|
|