From 14db1514fec89db599766d4996b4bb1fead0eff0 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 25 八月 2022 17:49:54 +0800
Subject: [PATCH] '完善'

---
 app/SocketManager.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/SocketManager.h b/app/SocketManager.h
index b9f67d6..2472881 100644
--- a/app/SocketManager.h
+++ b/app/SocketManager.h
@@ -14,7 +14,7 @@
 #define LOCAL_SERVER_ADDR "127.0.0.1"
 #define LOCAL_SERVER_PORT 9006
 
-typedef bool (*ActionCallback)(string data, void* contex);
+typedef string (*ActionCallback)(string data, void* contex);
 
 class SocketManager
 {

--
Gitblit v1.8.0