|
|
@@ -821,9 +821,9 @@ public class GoGenerateService {
|
|
|
|
|
|
public String byCustomerIdGetUrl(String channelCodeId) {
|
|
|
//?channelCodeId=941873&state=1
|
|
|
- long l = System.currentTimeMillis();
|
|
|
+ //long l = System.currentTimeMillis();
|
|
|
String body;
|
|
|
- String url = contactWayUrl + "?channelCodeId="+channelCodeId+"&state="+l;
|
|
|
+ String url = contactWayUrl + "?channelCodeId="+channelCodeId+"&state= ";
|
|
|
try {
|
|
|
body = HttpUtil.get(url, 100000);
|
|
|
} catch (Exception e) {
|