UNPKG
tjc-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TIANJI IM SDK
tjc-sdk
/
dist
/
model
/
nullUserInfo.js
2 lines
(1 loc)
•
167 B
JavaScript
View Raw
1
2
import
s from
"./userInfo.js"
;
class
t
extends
s
{
constructor
(s){
super
(),
this
.uid=s,
this
.name=
"用户"
,
this
.displayName=
this
.name,
this
.portrait=
""
}}export{t
as
default};