客户端注册
POST
http://localhost:8080/soybean/api/customer/register
请求参数
参数名
类型
描述
必填
phone
string
手机号,示例:15512345679
必填
passWord
string
密码,示例:123456
必填
cfmPass
string
确认密码,示例:123456
必填
idCode
string
身份证号,示例:232324199712150024
必填
selfLand
float
自有土地,示例:
必填
leaseLand
float
承包土地,示例:
必填
mach
int
农机台数,示例:
必填
lng
double
位置-经度,示例:128.021591
必填
lat
double
位置-纬度,示例:47.51607
必填
code
long
地区id(精确到区级),示例:230104
必填
location
String
详细地址
必填
响应参数
参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:操作成功!
必填
data
object
示例:null
必填