文档
测试

获取当前用户的经验值和等级

GET
http://localhost:8091/clientapi/experience/getmemberexperience?isdebug=1

请求参数

参数名
类型
描述
必填
isdebug
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
level
string
等级名称
必填
experience
int
经验值
必填