curl --location --request GET '/api/salesman/salesman/detail' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"salesmanId": 0,
"userId": 0,
"level": 0,
"groupId": 0,
"pid": 0,
"shopId": 0,
"saleAmount": 0,
"addTime": "string",
"salesmanConfig": {
"id": 0,
"shopId": 0,
"code": "string",
"saleType": 0,
"level": [
{
"id": 0,
"name": "string",
"rate": "string",
"downSalesmanRate": "string",
"condition": {
"selfBuyAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesInviteUsers": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"inviteSales": {
"checked": true,
"value": "string"
}
}
}
],
"settlementType": 0,
"dateType": 0,
"authorityCheckSubPermissionName": "string",
"desc": "string"
},
"levelName": "string",
"condition": {
"selfBuyAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesInviteUsers": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"inviteSales": {
"checked": true,
"value": "string"
}
},
"order": {
"todaySum": 0,
"allSum": 0,
"waitCpsSum": 0,
"todayCount": 0,
"allCount": 0,
"todayUserCount": 0,
"allUserCount": 0,
"selfBuySum": 0
}
}