文档
测试

通过id获得快递员的详细信息

GET
http://127.0.0.1:8080/postman/getPostManById

请求参数

参数名
类型
描述
必填
post_id
int
快递员的id
必填

响应参数

参数名
类型
描述
必填
postname
string
快递员姓名
必填
express_id
string
快递公司id
必填
full_name
string
全称
必填
openid
string
openid
必填
mobile
string
手机号
必填
short_name
string
简称
必填
net_code
string
网点编码
必填
status
int
状态 0表示正常
必填
id
int
id
必填