Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
M
MusicBigWatermelon
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
MusicBigWatermelon
Commits
89b51fae
Commit
89b51fae
authored
Aug 03, 2021
by
LiLiuZhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
53f5d6f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
17 deletions
+1
-17
GameController.cs
Assets/Scripts/Controllers/GameController.cs
+0
-16
HomeInfoControl.cs
Assets/Scripts/Main/HomeInfoControl.cs
+1
-1
No files found.
Assets/Scripts/Controllers/GameController.cs
View file @
89b51fae
...
...
@@ -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>
...
...
Assets/Scripts/Main/HomeInfoControl.cs
View file @
89b51fae
...
...
@@ -28,7 +28,7 @@ public class HomeInfoControl : MonoBehaviour
EventCenter
.
Getinstance
().
EventTrigger
(
"RegisterPanel"
);
GameController
.
GetInstance
().
GetWithdrawList
(
1
);
//
GameController.GetInstance().GetWithdrawList(1);
GameController
.
GetInstance
().
GetReward
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment