简要描述:

  • 周边游-下单 通用下单API

请求URL:

参数:

参数名 类型 说明
idCard string 身份证
customerName string 客户名称
customerPhoneNumber string 客户联系方式
address string 地址
memo string 备注

返回示例:

正确时返回:


错误时返回:

{
	data: null
	msg: "失败"
	result: 0
}