排除fastjson包,保留fastjaon2

This commit is contained in:
2023-06-28 08:54:55 +08:00
parent 373376eedf
commit a5fb27ad97
21 changed files with 36 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
package com.jsowell.thirdparty.amap.service.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import com.github.pagehelper.PageInfo;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;