Commit 2066cf95 authored by 小费同学阿's avatar 小费同学阿 💬 Committed by 杨秀秀

68734 【企业app-android】企业用户首次登录app,要弹出设置密码界面

parent 06169a71
......@@ -63,7 +63,5 @@ public class MyCommentListAdapter extends xxBaseRecyclerViewAdapter<ItemCommentL
/*隐藏删除按钮*/
dataBind.ivAapDelete.setVisibility(View.GONE);
}
}
}
\ No newline at end of file
......@@ -86,7 +86,7 @@ interface ApiService {
* 设置密码
*/
@Headers("Content-type:application/json")
@POST("app/user/set-password")
@POST("app/user/set-password-token")
open fun SetPwd(@Body requestBody: RequestBody): Observable<BaseResponse<String>>
/**
......
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