Commit ee41b3d2 by sikang

bug fix

parent d58c03df
...@@ -118,8 +118,7 @@ public interface UserApi { ...@@ -118,8 +118,7 @@ public interface UserApi {
/** /**
* 学历列表 * 学历列表
*/ */
@GET("sysdict/{type}") @GET("sysdict/{type}")//*Keep*
//*Keep*
Observable<ArrayList<SysDictBean>> sysDict(@Path("type") String type); Observable<ArrayList<SysDictBean>> sysDict(@Path("type") String type);
......
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