xuhy
2024-08-16 b72c8ddb122eea2c58905268046652c4d4adafdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.account.wx.pojo;
 
import lombok.Data;
 
/**
 * @author liheng
 * @ClassName AppletUserDecodeData
 * @Description
 * @date 2021-08-13 17:46
 * 小程序加密数据体
 *
 */
@Data
public class AppletUserEncrypteData extends AppletPhoneEncrypteData {
    private String rawData;
    private String signature;
}