Commit 5e2039ce by sikang

bug fix

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