Commit 7f926134 by chengxiuhong

test main

parent 324121c2
package com.oo.eye.net;
import com.oo.eye.bean.EyeHistroyBean;
import com.oo.eye.bean.StudentBean;
import com.oo.seex.netlibrary.net.response.OldResponseImpl;
......@@ -25,11 +24,11 @@ public interface EyeApiService {
@FormUrlEncoded
@POST(NetConfig.ADD_EYE)
Observable<OldResponseImpl<String>> postEyeTestData(@FieldMap Map<String ,String> params);
/**
* 获取视力测试历史结果
*/
@POST(NetConfig.GET_STUDENT_TEST_HISTORY)
Observable<OldResponseImpl<ArrayList<EyeHistroyBean>>> getEyeTestData(@FieldMap Map<String ,String> params);
// /**
// * 获取视力测试历史结果
// */
// @POST(NetConfig.GET_STUDENT_TEST_HISTORY)
// Observable<OldResponseImpl<ArrayList<EyeHistroyBean>>> getEyeTestData(@FieldMap Map<String ,String> params);
/**
* 获取学生信息
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment