Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
TFT_My_Galaxy
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이재용
2020-06-29 13:58:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd4022beb173a0ea1b07eb70c027f80cbb8b17f0
bd4022be
1 parent
25277d48
api 갱신
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
TFT_My_Galaxy/api/api.js
TFT_My_Galaxy/api/api.js
View file @
bd4022b
var
request
=
require
(
'request'
);
const
result
=
require
(
'../user/userinfo'
);
var
search
=
{};
var
apikey
=
"RGAPI-
b69c36b5-e5c6-4698-af93-4be17fc8a7e4
"
var
apikey
=
"RGAPI-
96ccd1d4-1a27-4e88-9614-2779405fb94d
"
//사용자 정보 api
search
.
getPuuid
=
function
(
name
){
return
new
Promise
(
function
(
resolve
,
reject
){
...
...
Please
register
or
login
to post a comment