|
|
|
@@ -112,7 +112,6 @@ public class KeTuoUtil { |
|
|
|
params.put("serviceCode", serviceCode); |
|
|
|
params.put("ts", String.valueOf(Calendar.getInstance().getTimeInMillis())); |
|
|
|
params.put("reqId", Utility.generate32UUID()+String.valueOf(Calendar.getInstance().getTimeInMillis())); |
|
|
|
//params.put("reqId", Utility.generate32UUID()); |
|
|
|
params.put("key", paramsSign(params, appSercet)); |
|
|
|
httpPost.setEntity(new StringEntity(JSONObject.toJSONString(params),ContentType.create("application/json","utf-8"))); |
|
|
|
} catch (Exception e) { |
|
|
|
|