|
|
@@ -61,12 +61,12 @@ public class ExcelGptSessionAccountData {
|
|
|
@ExcelProperty("备注")
|
|
|
private String remark;
|
|
|
|
|
|
-// @ExcelProperty("officialSession")
|
|
|
-// private String officialSession;
|
|
|
-//
|
|
|
-// @ExcelProperty("access_token")
|
|
|
-// private String accessToken;
|
|
|
-//
|
|
|
-// @ExcelProperty("refresh_token")
|
|
|
-// private String refreshToken;
|
|
|
+ @ExcelProperty("officialSession")
|
|
|
+ private String officialSession;
|
|
|
+
|
|
|
+ @ExcelProperty("access_token")
|
|
|
+ private String accessToken;
|
|
|
+
|
|
|
+ @ExcelProperty("refresh_token")
|
|
|
+ private String refreshToken;
|
|
|
}
|