diff --git a/lib/requesthandler.dart b/lib/requesthandler.dart index 5b0226d..4e56ae1 100644 --- a/lib/requesthandler.dart +++ b/lib/requesthandler.dart @@ -1,7 +1,7 @@ /* * @Author : Linloir * @Date : 2022-10-08 20:52:48 - * @LastEditTime : 2022-10-14 11:29:03 + * @LastEditTime : 2022-10-14 15:13:08 * @Description : */ @@ -161,6 +161,9 @@ Future onSendMessage(TCPRequest request, Socket socket) async { return TCPResponse( type: ResponseType.fromRequestType(request.requestType), status: ResponseStatus.ok, + body: { + 'md5encoded': message.md5encoded + } ); } on Exception catch (exception) { return TCPResponse(