经销商同步接口
POST
测试:http://mobil-dms2.gz.hui-jia.com.cn/api/web/index.php?r=distributor 生产:https://campaign.mobil.com.cn/distributorlocator/api/web/index.php?r=distributor
接口描述
经销商同步接口,请求和响应格式为applicaiton-json
请求参数
参数名
类型
描述
必填
timeStamp
long
秒级时间戳
必填
sign
string
签名,长度32位MD5加密串,不区分大小写
必填
stripesCustomer
string
代码 (必填),这个为唯一性,通过该字段区分新增或编辑
必填
distributorName
string
经销商名称(中文) (必填)
必填
longtitude
double
经度
必填
lattitude
double
纬度
必填
address
string
地址
必填
city
string
城市
必填
province
string
省份
必填
phone
string
联系电话
必填
website
string
网站地址
必填
p
string
乘用车,传参固定值为 P,没有传空字符串
必填
c
string
商用车,传参固定值为 C,没有传空字符串
必填
i
string
工业用油,传参固定值为 I,没有传空字符串
必填
m
string
船舶,传参固定值为 M,没有传空字符串
必填
mobile
string
手机号
必填
pAobe
string
乘用车-aobe
必填
cAobe
string
商用车-aobe
必填
iAobe
string
工业用油-aobe
必填
mAobe
string
船舶-aobe
必填
pkOrg
唯一编码,必填
必填
响应参数
参数名
类型
描述
必填
code
int
响应编码,1成功,10签名错误,其他值失败
必填
message
string
响应提示信息
必填
success
boolean
true成功,false失败
必填
data
object
响应数据集
必填