|
|
@@ -3,6 +3,7 @@ package com.chinaitop.depot.agent.bgz.controller;
|
|
3
|
3
|
import java.io.UnsupportedEncodingException;
|
|
4
|
4
|
import java.lang.reflect.Parameter;
|
|
5
|
5
|
import java.math.BigDecimal;
|
|
|
6
|
+import java.net.URLEncoder;
|
|
6
|
7
|
import java.util.Date;
|
|
7
|
8
|
import java.util.HashMap;
|
|
8
|
9
|
import java.util.List;
|
|
|
@@ -12,7 +13,6 @@ import javax.annotation.Resource;
|
|
12
|
13
|
|
|
13
|
14
|
import com.alibaba.fastjson.JSON;
|
|
14
|
15
|
import com.chinaitop.utils.HTTPUtils;
|
|
15
|
|
-import com.sun.deploy.net.URLEncoder;
|
|
16
|
16
|
import org.springframework.http.MediaType;
|
|
17
|
17
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
18
|
18
|
import org.springframework.web.bind.annotation.RequestMethod;
|