This commit is contained in:
陈向学 2024-04-10 11:48:43 +08:00
parent 8a54726a2e
commit 56c0afbcea
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class MyManage : MonoBehaviour
playModeEnum = PlayModeEnum.;
Debug.Log("练习模式:" + startMode.practiseId);
//HttpPractiseService getPractiseInfo = new HttpPractiseService();
//ResponObject responObject = getPractiseInfo.GetPractiseInfo(startMode.practiseId);
//ResponObject responObject = getPractiseInfo.GetPractiseInfo(startMode.practiseId);
//if(responObject.code=="0")
//{
// string data = responObject.data.ToString();