Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김시환
/
emergency_room_ChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
shin0112
2022-11-24 21:27:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a349c70b94a8992b88808e3ff4cebc2830c440e4
a349c70b
1 parent
2e7dc6e4
modify emergency_api.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
emergency_api.js
emergency_api.js
View file @
a349c70
...
...
@@ -12,8 +12,6 @@ queryParams += '&' + encodeURIComponent('SM_TYPE') + '=' + encodeURIComponent(''
queryParams
+=
'&'
+
encodeURIComponent
(
'pageNo'
)
+
'='
+
encodeURIComponent
(
'1'
);
/* */
queryParams
+=
'&'
+
encodeURIComponent
(
'numOfRows'
)
+
'='
+
encodeURIComponent
(
'10'
);
/* */
console
.
log
(
queryParams
);
request
({
url
:
url
+
queryParams
,
method
:
'GET'
...
...
Please
register
or
login
to post a comment