Commit 89b51fae authored by LiLiuZhou's avatar LiLiuZhou

1

parent 53f5d6f7
...@@ -61,22 +61,6 @@ public class GameController : MonoBehaviour ...@@ -61,22 +61,6 @@ public class GameController : MonoBehaviour
} }
/// <summary>
/// 合成歌曲上报
/// </summary>
/// <param name="song_id"></param>
public void GetNoteCompleted(int song_id)
{
Dictionary<string, object> paras = new Dictionary<string, object>();
paras.Add("song_id", song_id);
HttpTool.Instance._Get("app/v1/watermelon/note_completed", paras, new Action<EmptyBean>((result) =>
{
}), new Action<string, string>((code, msg) =>
{
Debug.unityLogger.Log("合成歌曲上报 " + code + " msg " + msg);
}));
}
/// <summary> /// <summary>
......
...@@ -28,7 +28,7 @@ public class HomeInfoControl : MonoBehaviour ...@@ -28,7 +28,7 @@ public class HomeInfoControl : MonoBehaviour
EventCenter.Getinstance().EventTrigger("RegisterPanel"); EventCenter.Getinstance().EventTrigger("RegisterPanel");
GameController.GetInstance().GetWithdrawList(1); //GameController.GetInstance().GetWithdrawList(1);
GameController.GetInstance().GetReward(); GameController.GetInstance().GetReward();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment