Support iOS platform

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-22 18:58:51 +08:00
parent d9559203a3
commit a207b6642f
8 changed files with 114 additions and 86 deletions
-1
View File
@@ -38,7 +38,6 @@ func PartyListHandler(ctx *gin.Context) {
}
func PlayLiveHandler(ctx *gin.Context) {
fmt.Println(ctx.PostForm("request_data"))
playReq := model.PlayReq{}
err := json.Unmarshal([]byte(ctx.PostForm("request_data")), &playReq)
CheckErr(err)