同时修改平台id

This commit is contained in:
haomingming
2025-10-11 14:27:01 +08:00
parent e261364482
commit e45d806d91
4 changed files with 23 additions and 28 deletions
-3
View File
@@ -108,9 +108,6 @@ func ReportUserScore(bonuspointsNote, userUuid string, bonuspoints int) (g *Repo
utils.LogJsonInfo("获取app数据返回", g)
println("获取app数据返回")
println(g)
if g.Code != 200 {
if g.Msg != "" {
return g, errors.New(g.Msg)
-3
View File
@@ -160,9 +160,6 @@ func ReportCaseRecord(requestData ReportCaseRecordRequest) (g *ReportCaseRecordR
utils.LogJsonInfo("获取超级袋鼠数据返回", g)
println("获取超级袋鼠数据返回")
println(g)
if g.Code != 1 && g.Code != "1" && g.Code != float64(1) {
if g.Msg != "" {
return g, errors.New(g.Msg)