时间戳格式化调整
This commit is contained in:
parent
b9f68281b7
commit
c73864f250
|
@ -45,7 +45,7 @@ public class ProvTestServerController {
|
||||||
public @ResponseBody
|
public @ResponseBody
|
||||||
Map<String, Object> receive(HttpServletRequest request) throws IOException {
|
Map<String, Object> receive(HttpServletRequest request) throws IOException {
|
||||||
//时间格式
|
//时间格式
|
||||||
SimpleDateFormat formatterDatetime = new SimpleDateFormat("YYYYMMddHHmmssSSS");
|
SimpleDateFormat formatterDatetime = new SimpleDateFormat("yyyyMMddHHmmssSSS");
|
||||||
|
|
||||||
RequestWrapper requestWrapper = new RequestWrapper(request);
|
RequestWrapper requestWrapper = new RequestWrapper(request);
|
||||||
String body = requestWrapper.getBodyString();
|
String body = requestWrapper.getBodyString();
|
||||||
|
|
Loading…
Reference in New Issue