Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
08644cfd
authored
Jun 03, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改验证码问题
parent
42072fcb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/Other/FUSLoginHttpHelper.m
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/Other/FUSLoginHttpHelper.m
View file @
08644cfd
...
@@ -228,9 +228,12 @@
...
@@ -228,9 +228,12 @@
return
;
return
;
}
}
// 组建字典参数
// 组建字典参数;滑动验证通过后需要把 validationId 一并带给后端,否则会重复要求人机验证。
NSDictionary
*
params
=
@{
@"phone"
:
phone
,
NSMutableDictionary
*
params
=
[@{
@"phone"
:
phone
,
@"countrycode"
:
countrycode
};
@"countrycode"
:
countrycode
}
mutableCopy
];
if
(
!
[
NSString
isNull
:
captchaId
])
{
params
[
@"validationId"
]
=
captchaId
;
}
// 请求网络上传图片
// 请求网络上传图片
[
FUSHttpHelper
postRequestBinaryWithUrl
:
FUSUserCenterURLs
.
fus_FUS_URL_GET_VERIFY_CODE
params
:
params
success
:^
(
NSDictionary
*
dataDict
,
int
code
)
{
[
FUSHttpHelper
postRequestBinaryWithUrl
:
FUSUserCenterURLs
.
fus_FUS_URL_GET_VERIFY_CODE
params
:
params
success
:^
(
NSDictionary
*
dataDict
,
int
code
)
{
...
...
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