add console.log

This commit is contained in:
Jay
2018-08-28 23:39:21 +08:00
parent ad45231d8d
commit 1b62131e6b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ const getUserInfo = async (group = '', id = '') => {
let {displayName, userId} = result.data
if (typeof displayName !== 'string' || displayName.length === 0) return null
if (typeof userId !== 'string' || userId.length === 0) return null
console.log('get user result ::::: ', result.data)
return {
displayName,
userId