文档
测试

根据工种查询对应类型需求单

POST
http://localhost:8891/order/baDemand/findorderByWorkId/{data}

接口描述

服务者根据工种类型查看对应类型订单

请求参数

参数名
类型
描述
必填
data
Json
封装的所需参数map集合转化成JSON,以下key和value都是data中的所需参数(区分大小写)
必填
workId
int
二级工种id
必填
lon
double
经度
必填
lat
double
纬度
必填
page
int
起始页
必填

响应参数

参数名
类型
描述
必填
create_time
long
订单创建时间
必填
image
String
发布时的图片的地址
必填
video
String
发布时的视频的地址
必填
title
String
标题
必填
content
String
需求的描述
必填
price
Doubel
需求单的金额(当订单为一口价单时会存在)
必填
order_type
int
订单的类型 1:一口价 2:议价
必填
distance
int
与当前位置的距离 单位:米
必填
phone
String
用户的手机号
必填
nickName
String
用户的昵称
必填
district
String
发布需求时的区域
必填
uid
String
发布时的用户id
必填
remarks
String
发布时的备注信息
必填
code
String
需求的编号
必填
wid
int
该需求的一级工种id
必填
work_id
int
该需求的二级工种id
必填
address
String
该需求的详细地址
必填