Skip to content

Instantly share code, notes, and snippets.

@anpigon
Created September 9, 2019 04:22
Show Gist options
  • Save anpigon/a5d5ae767e8ccf6347f936be7de559e9 to your computer and use it in GitHub Desktop.
Save anpigon/a5d5ae767e8ccf6347f936be7de559e9 to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="Referrer" content="origin">
<meta name="referrer" contents="always">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title></title>
</head>
<body>
<button onClick="createWallet()">
CreateWallet
</button>
<script>
function createWallet() {
var json = {"mdn":"01071255652","countryCode":"82","userName":"응암트윈스","userId":17,"uuid":"iqfY8Mt2","email":"cho5652@gmail.com","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1IjoiNmEzNzcwOTItY2MxMS00ZWYzLWE0Y2EtZjMxMmFmN2I3N2FkIiwiaWF0IjoxNTY4MDAxMjM5LCJleHAiOjE1Njg2MDYwMzl9.TYUywxe22sIl_E0an_3wO2dwB_-DruRxJmwiPlTshO0","refreshToken":"yeam5nwS7s1B8Cja97mPSYq459X0nw6vVzhPb4ej"}
Android.createWallet(JSON.stringify(json));
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment