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-28 22:47:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36b5367252b5153518ea1ddb69448a8e8dde414d
36b53672
1 parent
5b05fd00
api modified
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
TFT_My_Galaxy/api/api.js
TFT_My_Galaxy/api/api.js
View file @
36b5367
var
request
=
require
(
'request'
);
const
result
=
require
(
'../user/userinfo'
);
var
search
=
{};
var
apikey
=
"RGAPI-
4ccc267c-4dba-46f4-b705-bdb224f15ac2
"
var
apikey
=
"RGAPI-
b69c36b5-e5c6-4698-af93-4be17fc8a7e4
"
//사용자 정보 api
search
.
getPuuid
=
function
(
name
){
return
new
Promise
(
function
(
resolve
,
reject
){
...
...
@@ -38,4 +39,7 @@ search.getGametrait = function(game_id){
});
});
};
module
.
exports
=
search
;
\ No newline at end of file
...
...
Please
register
or
login
to post a comment