时间戳格式化调整

This commit is contained in:
daichao 2025-06-26 18:42:53 +08:00
parent b9f68281b7
commit c73864f250
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class ProvTestServerController {
public @ResponseBody
Map<String, Object> receive(HttpServletRequest request) throws IOException {
//时间格式
SimpleDateFormat formatterDatetime = new SimpleDateFormat("YYYYMMddHHmmssSSS");
SimpleDateFormat formatterDatetime = new SimpleDateFormat("yyyyMMddHHmmssSSS");
RequestWrapper requestWrapper = new RequestWrapper(request);
String body = requestWrapper.getBodyString();