fixed 打分已达上限5次有分才算

This commit is contained in:
xxq250 2025-08-01 13:46:53 +08:00
parent d44ab6c012
commit 6774064216
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class CompetitionUserScore < ApplicationRecord
data = api_result
data["msg"].present? ? data["msg"] : data["errorOutput"].present? ? data["errorOutput"] : "系统打分错误,信息不详"
rescue =>err
return "错误信息不详"
return ""
end
def api_result_data