房间完成

This commit is contained in:
启星
2025-12-01 18:42:49 +08:00
parent 7eb4f8d3b8
commit 2d37ab6844
55 changed files with 653 additions and 41 deletions

View File

@@ -12,6 +12,8 @@
#import "OpenUDID.h"
static AFNetworkReachabilityStatus AFNetWorkStatus; //
static NSInteger HTTP_LOGINLOSE_CODE = 301;
/// code 202
static NSInteger HTTP_ROOM_ERROR_CODE = 202;
static NSInteger HTTP_SUCCESS_CODE = 1;
static NSInteger HTTP_ERROR_CODE = 0;