Browse Source

fix bug

release_toaliyun_real
lin 2 years ago
parent
commit
ff2a3bc9ef
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mallinkService/src/main/java/com/iformall/service/park/impl/ketuo/KeTuoUtil.java

+ 0
- 1
mallinkService/src/main/java/com/iformall/service/park/impl/ketuo/KeTuoUtil.java View File

@@ -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) {


Loading…
Cancel
Save