dev_aliyun_beta
cxt 6 years ago
parent c082d3d5db
commit 279151b6ad

@ -1,4 +1,4 @@
json.status 0
json.message "调分成功"
json.work_score number_with_precision @work.work_score, 1
json.challenge_score number_with_precision @work.final_score, 1
json.work_score number_with_precision(@work.work_score, precision: 1)
json.challenge_score number_with_precision(@work.final_score, precision: 1)
Loading…
Cancel
Save