Account api
在引用一下api需要获取到token,否则会出现错误提示
Method
getUserInfo(userid:string)
updateUserInfo(userName: string, userAvatar: string, userGender: number)
Parameter | Type | Description | Default |
userName | string | 字段长度不得超过 130 个字符,支持特殊字符 | |
userAvatar | string | 目前只支持IPFS,CDN资源,未来支持 NFT | |
userGender | Number | 0: 1: 2 | 0 |
usetSocialRelationList( pageNum: string, pageSize: string )
Parameter | Type | Description | Default |
pageNum | string | 当前页数 | 1 |
pageSize | string | 列表数量 | 10 |
assetsShow()
claimToken()
Claim UXUY Token
getAccountRecord( pageNum: string, pageSize: string )
Parameter | Type | Description | Default |
pageNum | string | current list number | 1 |
pageSize | string | list item number | 10 |
getRecordDetail(assetClaimId: string)
Parameter | Type | Description | Default |
assetClaimId | string | single history detail Id |
Last updated