文档
测试

获取个人信息接口

POST
https://b.mysread.com/api6.php?language=zh-Hant

请求参数

参数名
类型
描述
必填
ac
String
固定值【"getUsr"】
必填
token
String
用户登录唯一标识
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
sql
string
示例:select id,email,pic,mobile,zhye,auto_buy,nicheng,jf,rq,titlePic,token,tokenTimeOut,is365,365rq rq365,subscription_rq,from_id from hy where token='2dfdab607321e26bd98449f3318745f711e5211e'
必填
data
object
数据字典
必填
id
string
示例:130606
必填
email
string
示例:huzhen931018@163.com
必填
pic
string
示例:https://b.mysread.com/upload/header/130606_20181119182505.jpg
必填
mobile
string
示例:18170669757
必填
zhye
int
示例:14180
必填
auto_buy
string
示例:1
必填
nicheng
string
示例:沧海
必填
jf
string
示例:6030
必填
rq
string
示例:2018-11-19 10:43:41
必填
titlePic
object
示例:null
必填
token
string
示例:2dfdab607321e26bd98449f3318745f711e5211e
必填
tokenTimeOut
string
示例:1628130697
必填
is365
boolean
示例:false
必填
rq365
boolean
示例:false
必填
subscription_rq
string
示例:2019-05-02
必填
from_id
string
示例:0
必填
signIn_count
string
示例:1
必填
reward500
boolean
示例:true
必填
frontId
string
示例:606013
必填
headerPic
string
示例:https://b.mysread.com/upload/header/130606_20181119182505.jpg
必填
vip
string
示例:1
必填
upgradeCoin
int
示例:470
必填
canGetPerfect
boolean
示例:false
必填
canGet365
boolean
示例:false
必填
signIn_status
boolean
示例:false
必填
dailyTask
object
数据字典
必填
benefit1
string
示例:0
必填
benefit2
string
示例:0
必填
benefit3
string
示例:1
必填
benefit4
string
示例:0
必填
benefit5
string
示例:0
必填
benefit6
string
示例:0
必填
benefit7
string
示例:0
必填
tokenStatus
int
示例:1
必填
msg
string
示例:成功了
必填
status
boolean
示例:true
必填

说明 / 示例

{ "code": "0", "sql": "select id,email,pic,mobile,zhye,auto_buy,nicheng,jf,rq,titlePic,token,tokenTimeOut,is365,365rq rq365,subscription_rq,from_id from hy where token='2dfdab607321e26bd98449f3318745f711e5211e'", "data": { "id": "130606", "email": "huzhen931018@163.com", "pic": "https://b.mysread.com/upload/header/130606_20181119182505.jpg", "mobile": "18170669757", "zhye": 14180, "auto_buy": "1", "nicheng": "沧海", "jf": "6030", "rq": "2018-11-19 10:43:41", "titlePic": null, "token": "2dfdab607321e26bd98449f3318745f711e5211e", "tokenTimeOut": "1628130719", "is365": false, "rq365": false, "subscription_rq": "2019-05-02", "from_id": "0", "signIn_count": "1", "reward500": true, "frontId": "606013", "headerPic": "https://b.mysread.com/upload/header/130606_20181119182505.jpg", "vip": "1", "upgradeCoin": 470, "canGetPerfect": false, "canGet365": false, "signIn_status": false, "dailyTask": { "benefit1": "0", "benefit2": "0", "benefit3": "1", "benefit4": "0", "benefit5": "0", "benefit6": "0", "benefit7": "0" } }, "tokenStatus": 1, "msg": "成功了", "status": true }