forked from Gitlink/forgeplus
fixed 打分已达上限5次有分才算
This commit is contained in:
parent
d44ab6c012
commit
6774064216
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue