|
|
|
@ -86,11 +86,7 @@ public class ChsYbChsHttpClient {
|
|
|
|
|
params.put("page", pageNum);
|
|
|
|
|
if (StrUtil.isNotBlank(goodsCode)) params.put("goodsCode", goodsCode);
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
Thread.sleep(15000);
|
|
|
|
|
} catch (InterruptedException e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String response = sendPost(getDrugUrl+getParams(params), "",Charset.forName("utf-8"));
|
|
|
|
|
response = response.replace("”", "").replace("“", "").replace("\\\"" , "").replace("\\\"" , "").replace("\\", "");
|
|
|
|
|
System.out.println(response);
|
|
|
|
|