|
@@ -61,7 +61,7 @@ public class RTCRoomManager : MonoSingleton<RTCRoomManager>, IController
|
|
|
data["roomId"] = mRTCRoomInfo.roomId.ToString();
|
|
|
data["questionCategory"] = (int)question;
|
|
|
|
|
|
- Debug.Log("DGJ =====> " + mRTCRoomInfo.roomId);
|
|
|
+ Debug.Log("DGJ =====> " + data.ToJson());
|
|
|
|
|
|
StartCoroutine(HttpTool.Instance.SendHttp(HttpActionLang.apply, data.ToJson(), message =>
|
|
|
{
|
|
@@ -72,7 +72,7 @@ public class RTCRoomManager : MonoSingleton<RTCRoomManager>, IController
|
|
|
Debug.Log("DGJ ===> ");
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}));
|
|
|
}
|
|
@@ -258,7 +258,7 @@ public class RTCRoomManager : MonoSingleton<RTCRoomManager>, IController
|
|
|
expertView = null;
|
|
|
mRTCRoomInfo = null;
|
|
|
controlPhone = "";
|
|
|
- question = QuestionEnum.NetWork;
|
|
|
+
|
|
|
expertData = null;
|
|
|
controlData = null;
|
|
|
}
|