123
This commit is contained in:
parent
9f6f151dcb
commit
c24e911cf2
|
@ -162,6 +162,7 @@ def TrainData():
|
|||
data=request.json
|
||||
examID=data['operateID']
|
||||
result=FetchTrainTestFunc(examID)
|
||||
print(result)
|
||||
return result
|
||||
|
||||
@app.route('/api/student/HistoryTrain',methods=['POST'])
|
||||
|
|
Loading…
Reference in New Issue