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

This commit is contained in:
xxq250 2025-08-01 10:23:32 +08:00
parent 9c1540da19
commit d44ab6c012
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 nil
return "错误信息不详"
end
def api_result_data