Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
HBHAndroid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨秀秀
HBHAndroid
Commits
2066cf95
Commit
2066cf95
authored
Oct 27, 2023
by
小费同学阿
💬
Committed by
杨秀秀
Nov 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
68734 【企业app-android】企业用户首次登录app,要弹出设置密码界面
parent
06169a71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
MyCommentListAdapter.java
...xx/hbhbcompany/activity/adapter/MyCommentListAdapter.java
+0
-2
ApiService.kt
.../src/main/java/com/xx/hbhbcompany/data/http/ApiService.kt
+1
-1
No files found.
hbhbcompany/src/main/java/com/xx/hbhbcompany/activity/adapter/MyCommentListAdapter.java
View file @
2066cf95
...
...
@@ -63,7 +63,5 @@ public class MyCommentListAdapter extends xxBaseRecyclerViewAdapter<ItemCommentL
/*隐藏删除按钮*/
dataBind
.
ivAapDelete
.
setVisibility
(
View
.
GONE
);
}
}
}
\ No newline at end of file
hbhbcompany/src/main/java/com/xx/hbhbcompany/data/http/ApiService.kt
View file @
2066cf95
...
...
@@ -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
>>
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment