wangzhengquan
2020-06-12 9f2f9eed5ca905c4641b296773ac21aaa735624d
service/request_handler.h
@@ -11,5 +11,7 @@
typedef int (*RequestHandleFun)(nng_socket sock, Json::Value request);
int handleLogin(nng_socket sock, Json::Value request);
int handleLogout(nng_socket sock, Json::Value request);
int handleDownloadByTime(nng_socket sock, Json::Value request);
int handleDownloadByTimeAsync(nng_socket sock, Json::Value request);
int handleDownloadByTimeAsync(nng_socket sock, Json::Value request);
int handleGetDeviceInfo(nng_socket sock, Json::Value request);