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