Commit 05245f6c8fe0b0b13915c173b792b040e6d5913c
1 parent
6130f665ce
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 20 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/Test.java
View file @
05245f6
1 | 1 | package com.lyms.platform.operate.web; |
2 | 2 | |
3 | 3 | import com.alibaba.fastjson.JSON; |
4 | -import com.lyms.platform.common.enums.QhdBasicOrganization; | |
5 | -import com.lyms.platform.common.enums.QhdKindergarten; | |
6 | -import com.lyms.platform.common.result.RespBuilder; | |
7 | -import com.lyms.platform.pojo.BabyEyeCheck; | |
8 | -import org.apache.http.HttpEntity; | |
9 | -import org.apache.http.client.ClientProtocolException; | |
10 | -import org.apache.http.client.config.RequestConfig; | |
11 | -import org.apache.http.client.methods.CloseableHttpResponse; | |
12 | -import org.apache.http.client.methods.HttpPost; | |
13 | -import org.apache.http.entity.ContentType; | |
14 | -import org.apache.http.impl.client.CloseableHttpClient; | |
15 | -import org.apache.http.impl.client.HttpClients; | |
16 | -import org.apache.http.util.EntityUtils; | |
4 | +import com.lyms.platform.common.enums.BabySourceEnums; | |
5 | +import com.lyms.platform.common.enums.QhdBabyPsychologyEnums; | |
17 | 6 | |
18 | -import java.io.File; | |
19 | -import java.io.IOException; | |
20 | -import java.util.ArrayList; | |
21 | -import java.util.List; | |
22 | - | |
23 | 7 | /** |
24 | 8 | * Created by Administrator on 2016/8/22 0022. |
25 | 9 | */ |
... | ... | @@ -28,8 +12,6 @@ |
28 | 12 | final static long TIME = 1000 * 90; |
29 | 13 | |
30 | 14 | public static void main(String[] args) throws Exception { |
31 | - BabyEyeCheck babyEyeCheck=new BabyEyeCheck(); | |
32 | - System.out.println(JSON.toJSON(QhdKindergarten.getMap())); | |
33 | 15 | |
34 | 16 | } |
35 | 17 |