Skip to content

Commit

Permalink
序列化问题解决
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaJk committed Mar 17, 2023
1 parent 449d5a6 commit 2a6cf5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public class GenericServiceInterfaceImpl implements GenericService {
if (Objects.equals(method, "getEntity")){
return Util.canaryReqHandle(mockInfo);
}
return JSONObject.parseObject(mockInfo.getResponse(),UtopiaResponse.class);
return JSONObject.parseObject(mockInfo.getResponse());
}
}

0 comments on commit 2a6cf5a

Please sign in to comment.