Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임승현
/
Multiplex_Ticketing_Platform
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ShinSeungMin
2022-05-16 22:28:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ce3d9ae9adb214d979d3117c25b4d729b8b8712
9ce3d9ae
1 parent
2723ca46
Remove API key
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
BoxOffice/app.js
BoxOffice/app.js
View file @
9ce3d9a
...
...
@@ -17,7 +17,7 @@ let date = year + month + day-1;
//console.log(date);
let
key
=
"
b70513efc156d7b826bb8dc98ff2f1cf
"
;
let
key
=
""
;
let
url
=
"http://kobis.or.kr/kobisopenapi/webservice/rest/boxoffice/searchDailyBoxOfficeList.json?key="
+
key
+
"&targetDt="
+
date
+
"&itemPerPage="
;
//let rank = 5
//apiurl = url + date + "&itemPerPage=" +rank-> "출력할 박스오피스 순위(5: 5위 까지, 10 : 10위 까지.../기본, 최대 10)"
...
...
Please
register
or
login
to post a comment