根据id获取会员详情
GET
http://localhost:8076/api/member/getmemberfobyid?id=1
请求参数
参数名
类型
描述
必填
id
int
示例:1
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
id
int
示例:1
必填
username
string
示例:测试会员
必填
category
int
示例:1
必填
level
int
示例:1
必填
firstname
string
示例:王
必填
lastname
string
示例:xx
必填
nickname
string
示例:tracy
必填
account
string
示例:tracy
必填
password
object
示例:null
必填
sex
string
示例:男
必填
email
string
示例:test@test.com
必填
phone
string
示例:18728334545
必填
address
string
示例:洛杉矶xxxx
必填
youbian
string
示例:123213
必填
status
int
示例:1
必填
createdAt
string
示例:2020-12-14T09:48:04.000Z
必填
updatedAt
string
示例:2020-12-14T09:57:25.000Z
必填
logincount
int
登录次数(学习天数)
必填
categoryname
string
类型(考过生等等)
必填
hasPayElseCount
int
续费次数
必填
payelsecount
int
允许续费次数
必填