Commit 9c5e87ec by sikang

bug fix

parent a3a3589a
...@@ -118,7 +118,7 @@ public interface UserApi { ...@@ -118,7 +118,7 @@ public interface UserApi {
/** /**
* 学历列表 * 学历列表
*/ */
@GET("sysdict/{type}") @GET("sysdict/{type}")//*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