wangguan
2020-12-05 afc8dfa9a8bba205919489b6a348c6db812b4468
Assets/Scripts/Guide/TestButton.cs
@@ -40,8 +40,8 @@
        if (GUILayout.Button("SendRequest", GUILayout.Width(150), GUILayout.Height(70)))
        {
            //SendRequest("aa", 4700, 28);
            score += 100;
            SendPost(score.ToString(), score, 1, "成绩 25关 3波");
            score += 10;
            SendPost(score.ToString(), score, 1, "25关 3波");
        }
        if (GUILayout.Button("SendGet", GUILayout.Width(150), GUILayout.Height(70)))