UNPKG
sgtcloud-html5-sdk
Version:
latest (2.0.0)
2.0.0
A html5 out-of-box sdk for damn cool mbaas
www.sgtcloud.cn
sgtcloud/sgtcloud-html5-sdk
sgtcloud-html5-sdk
/
src
/
test
/
test-UserService.js
11 lines
(8 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
console.
log
(
'----------------------PlayerService----------------------------'
);
module
(
'test-UserService'
); test(
'test UserService quickLogin'
,
function
()
{ SgtApi.UserService.quickLogin(
function
(result,data)
{
if
(result){ } }) });