Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
eda686da
...
eda686da3ab503bcd597c78acb36995ca2b32185
authored
2023-03-14 15:28:33 +0800
by
牛先锋
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
测试一下调用接口
1 parent
db320afe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/page/tool2.vue
src/page/tool2.vue
View file @
eda686d
...
...
@@ -405,7 +405,7 @@
'Content-Type'
:
'application/x-www-form-urlencoded'
}
}
this
.
$http
.
get
(
'/tool2/smsCode?'
+
this
.
$qs
.
stringify
({
this
.
$http
.
get
(
'/tool2/smsCode
2
?'
+
this
.
$qs
.
stringify
({
phone
:
this
.
smsCode222
.
phone
,
code
:
this
.
smsCode222
.
code
}),
config
).
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment