- 咋装
- 用户模块
- 授权模块
- 系统模块
- 支付模块
- 订单
- 商品模块
- 商城
- 数店通
获取个人信息
开发中
GET
{{local}}facade/storeStaff/profile
请求参数
Query 参数
query
string
可选
示例值:
%7B%22current%22%3A1%7D
Header 参数
Authorization
string
可选
示例值:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmVfc3RhZmY6MTcwNjU0MTUyNTA2OTUwODYwOSIsInJuU3RyIjoiZmhMaVpQSXZibEVsZGhEd0xQbTU0NjVaV0FPdlcxc0ciLCJ1c2VySWQiOjE3MDY1NDE1MjUwNjk1MDg2MDl9.1J38JNOcvGtx3czGKSD0MxYr0pPFDBmZbKhX5pEEvIU
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{local}}facade/storeStaff/profile?query=%7B%22current%22%3A1%7D' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJiaXpfc3RvcmVfc3RhZmY6MTcwNjU0MTUyNTA2OTUwODYwOSIsInJuU3RyIjoiZmhMaVpQSXZibEVsZGhEd0xQbTU0NjVaV0FPdlcxc0ciLCJ1c2VySWQiOjE3MDY1NDE1MjUwNjk1MDg2MDl9.1J38JNOcvGtx3czGKSD0MxYr0pPFDBmZbKhX5pEEvIU' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
userId
string
必需
deptId
null
必需
deptName
string
必需
token
null
必需
userType
string
biz_store 表示商户 biz_brand 品牌商
loginTime
null
必需
expireTime
null
必需
ipaddr
null
必需
loginLocation
null
必需
browser
null
必需
os
null
必需
menuPermission
array[string]
必需
rolePermission
null
必需
postPermission
array[string]
必需
username
string
必需
password
null
必需
roles
array[string]
必需
posts
array [object {13}]
必需
roleId
null
必需
fullName
string
必需
nickName
string
必需
tenantCode
string
必需
storeId
string
必需
storeCode
string
必需
storeStaffId
null
必需
phonenumber
string
必需
storeInfo
object
必需
zazfixToken
string
必需
storeZafixToken
null
必需
appId
string
必需
storeName
string
必需
staffIcon
string
必需
staffNumber
string
必需
praise
integer
必需
valuation
integer
必需
gradeName
string
必需
isManager
boolean
必需
signImg
string
必需
auditStatus
integer
必需
postId
string
必需
postName
string
必需
postGrade
integer
必需
headportrait
null
必需
storeVipMap
object
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"userId": "string",
"deptId": null,
"deptName": "string",
"token": null,
"userType": "string",
"loginTime": null,
"expireTime": null,
"ipaddr": null,
"loginLocation": null,
"browser": null,
"os": null,
"menuPermission": [
"string"
],
"rolePermission": null,
"postPermission": [
"string"
],
"username": "string",
"password": null,
"roles": [
"string"
],
"posts": [
{
"id": "string",
"parentId": "string",
"postCode": "string",
"postName": "string",
"postSort": 0,
"status": "string",
"remark": null,
"tenantCode": null,
"storeId": null,
"level": 0,
"isDba": 0,
"isSysdba": 0,
"isHidden": 0
}
],
"roleId": null,
"fullName": "string",
"nickName": "string",
"tenantCode": "string",
"storeId": "string",
"storeCode": "string",
"storeStaffId": null,
"phonenumber": "string",
"storeInfo": {
"tenantCode": "string",
"storeId": "string",
"storeCode": "string",
"tenantName": "string",
"storeName": "string",
"storeStaffId": null,
"nickName": null,
"grade": null,
"postId": null,
"postName": null,
"mobile": "string",
"staffIcon": null,
"staffNumber": null,
"praise": null,
"valuation": "string",
"password": "string",
"hasVip": null,
"vipExpireTime": null,
"onState": null
},
"zazfixToken": "string",
"storeZafixToken": null,
"appId": "string",
"storeName": "string",
"staffIcon": "string",
"staffNumber": "string",
"praise": 0,
"valuation": 0,
"gradeName": "string",
"isManager": true,
"signImg": "string",
"auditStatus": 0,
"postId": "string",
"postName": "string",
"postGrade": 0,
"headportrait": null,
"storeVipMap": {
"onState": 0,
"expireFlag": true,
"hasVip": 0,
"vipExpireTime": "string",
"residueDay": 0,
"tip": "string",
"hasVipText": "string",
"trialVip": "string",
"trialCommon": "string",
"linkman": "string",
"contactNumber": "string"
}
}
}
修改于 2023-12-14 03:38:53