1:完成家族中续签请求接口和弹框展示的文案
This commit is contained in:
@@ -884,4 +884,12 @@ public interface ApiServer {
|
||||
|
||||
@GET(Constants.GET_SKILL_LIST)
|
||||
Call<BaseModel<List<String>>> skillList();
|
||||
|
||||
@FormUrlEncoded
|
||||
@POST(Constants.POST_FREE_RE_SIGN)
|
||||
Call<BaseModel<String>> freeReSign(@Field("user_id") String user_id);
|
||||
|
||||
@FormUrlEncoded
|
||||
@POST(Constants.POST_RE_SIGN)
|
||||
Call<BaseModel<String>> reSign(@Field("user_id") String user_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user