mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update post body recorder
This commit is contained in:
@@ -82,6 +82,7 @@ function normalizeInfo(id,info){
|
||||
//req
|
||||
singleRecord.reqHeader = info.req.headers;
|
||||
singleRecord.startTime = info.startTime;
|
||||
singleRecord.reqBody = info.reqBody || "";
|
||||
|
||||
//res
|
||||
if(info.endTime){
|
||||
@@ -105,7 +106,6 @@ function normalizeInfo(id,info){
|
||||
singleRecord.duration = "";
|
||||
}
|
||||
|
||||
|
||||
return singleRecord;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user