Commit aa1bf72a authored by 赵啸非's avatar 赵啸非

添加应用主题

parent 538f5432
...@@ -104,6 +104,8 @@ public class MidSignApiController { ...@@ -104,6 +104,8 @@ public class MidSignApiController {
headerMap.put(entry.getKey(), entry.getValue()); headerMap.put(entry.getKey(), entry.getValue());
} }
} }
}else {
} }
StringBuilder signSb = new StringBuilder(); StringBuilder signSb = new StringBuilder();
...@@ -157,6 +159,9 @@ public class MidSignApiController { ...@@ -157,6 +159,9 @@ public class MidSignApiController {
headerMap.put(entry.getKey(), entry.getValue()); headerMap.put(entry.getKey(), entry.getValue());
} }
}*/ }*/
}else{
JSONObject object1 = JSONObject.parseObject(midReq.getBody());
headerMap.put("body", object1.toJSONString());
} }
signSb.append("appId").append("=").append(headerMap.get("appId")).append("&"); signSb.append("appId").append("=").append(headerMap.get("appId")).append("&");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment