@@ -44,7 +44,7 @@ public static class RecordData implements Serializable {
44
44
* </pre>
45
45
*/
46
46
@ SerializedName (value = "mchid" )
47
- private Integer mchid ;
47
+ private String mchid ;
48
48
/**
49
49
* <pre>
50
50
* 字段名:子商户号
@@ -57,7 +57,7 @@ public static class RecordData implements Serializable {
57
57
* </pre>
58
58
*/
59
59
@ SerializedName (value = "sub_mchid" )
60
- private Integer subMchid ;
60
+ private String subMchid ;
61
61
/**
62
62
* <pre>
63
63
* 字段名:用户标识
@@ -70,7 +70,7 @@ public static class RecordData implements Serializable {
70
70
* </pre>
71
71
*/
72
72
@ SerializedName (value = "openid" )
73
- private Integer openid ;
73
+ private String openid ;
74
74
/**
75
75
* <pre>
76
76
* 字段名:核身渠道
@@ -85,7 +85,7 @@ public static class RecordData implements Serializable {
85
85
* </pre>
86
86
*/
87
87
@ SerializedName (value = "authenticate_scene" )
88
- private Integer authenticateScene ;
88
+ private String authenticateScene ;
89
89
/**
90
90
* <pre>
91
91
* 字段名:核身渠道标识
@@ -98,7 +98,7 @@ public static class RecordData implements Serializable {
98
98
* </pre>
99
99
*/
100
100
@ SerializedName (value = "authenticate_source" )
101
- private Integer authenticateSource ;
101
+ private String authenticateSource ;
102
102
/**
103
103
* <pre>
104
104
* 字段名:项目名称
@@ -111,7 +111,7 @@ public static class RecordData implements Serializable {
111
111
* </pre>
112
112
*/
113
113
@ SerializedName (value = "project_name" )
114
- private Integer projectName ;
114
+ private String projectName ;
115
115
/**
116
116
* <pre>
117
117
* 字段名:单位名称
0 commit comments