+++
get:/store/index/get_info
<<<
success
返回示例:
{
status: 200,
message: "管理员基本信息",
username: "admin",
email: "admin@qq.com",
mobile: "",
nickname: "超级管理员",
reg_time: 1473144716,
reg_ip: 2130706433,
last_login_time: 1480494304,
last_login_ip: 2130706433,
update_time: 1471830307,
type: 1,
set_info_url: "http://account.fo.com/ucenter/config/index",
logout: "http://store.com/admin/login/logout"
}
<<<
error
返回示例:
{
status: 400,
message: "管理员基本信息还没更新!"
}
+++