diff --git a/README.md b/README.md index c646d6c1d7023c73b02e0a2eab7f036c200b4333..e250643d6ae7bd519303d0c89dfdaec421a62cba 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ - Controllers 业务控制器目录 **数据通讯socket** + 工程中socket通讯都由socket类同一管理 + 服务订阅方法: - `- (void)sendMsgWithLength:(int)length withsequenceId:(long)sequenceId withcmd:(short)cmd withVersion:(int)Version withRequestId:(int)RequestId withbody:(NSDictionary*)jsonDict;`