文档
测试

获取推荐人详细信息

GET
http://localhost:8080/oa/referrer/1

接口描述

http://localhost:8080/oa/referrer/{id}

请求头

参数名
类型
描述
必填
Authorization
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIzNTJjMjhkLTFjY2YtNDg5Yi04NjlhLTM4NDM4MTM2ZjgyNCJ9.vX3c2F9HNzzu5pLiNoBlW0dmVa09C9rJN6L4z1ynaN9x_8jQ3sWicv3bDnJRJc4FQX_uiJ8Wpw0DYlpJeHg5_g
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:1
必填
referrer
string
示例:测试推荐人
必填
orderId
int
示例:2
必填
unit
string
示例:济南
必填
referrerAmountNumber
int
示例:2222
必填
bankId
int
示例:2
必填
referralAccount
int
示例:1111111
必填
noTaxAmount
int
示例:2222
必填
phone
string
示例:15524262352
必填
professional
string
示例:设计
必填
returnForm
string
示例:现金
必填
bankAccount
string
示例:测试姓名
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 1, "referrer": "测试推荐人", "orderId": 2, "unit": "济南", "referrerAmountNumber": 2222, "bankId": 2, "referralAccount": 1111111, "noTaxAmount": 2222, "phone": "15524262352", "professional": "设计", "returnForm": "现金", "bankAccount": "测试姓名" } }