wavechao / lwapi

1 stars 1 forks source link

论题附加信息接口和打分接口返回的selection中的论文分数一直为null #76

Closed Naituw closed 11 years ago

Naituw commented 11 years ago

POST https://lwapi.sinaapp.com/theses/mark.json

titleid:3 studentid:2 atricle_score:40 oral_score:50 comment:Test

Basic Ym9ibzoxMjM0

{"code":200,"message":"成功","object":[{"articleScore":null,"comment":"Test","createAt":"2013-04-15T15:31:52","oralScore":50,"selectionid":7,"studentid":2,"titleid":3}]}

wavechao commented 11 years ago

{ "code": 200, "message": "成功", "object": [ { "articleScore": 40, "comment": "Test", "createAt": "2013-04-15T20:47:19", "oralScore": 50, "selectionid": 7, "studentid": 2, "titleid": 3 } ] }