资源描述:
《Dvt-web接口文档》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、DVT-web接口文档版本号修改内容修改时间修改人v.1.0产品模块,用户模块,系统模块,订单模块。2016-11-10朱文涛V1.0.11.用户登录不提供用户名(昵称)登录,注册时也不需要填写用户名。2.用户模块增加手机注册模块。3.系统模块增加获取手机验证码。2016/11/15朱文涛1.产品模块1.1.产品表1.1.1.列表查询接口描述:查询产品的列表信息URL:/product/list.do方法:get参数:req={}参数名类型描述响应:{"result":"0","message":"Success.",
2、"data":{"brandList":[{"productId":3,"brandId":1,"refundRuleId":null,"productSn":"12345678","productName":"马达京旅游套餐","productBrief":"好玩好吃好享受","productImg":"url","productThumb":"url","productPrice":4500.0,"promotePrice":4300.0,"promoteStartTime":1477524034000,"prom
3、oteEndTime":1477524034000,"clickCount":null,"isNew":"Y","isOnsale":"Y","period":"五天四晚","apartment":"公寓","apartmentNum":2,"bedType":"","createBy":1,"createTime":1477524035000,"updateBy":null,"updateTime":null,"isDelete":"N","productDesc":null}]},"date":"2016-10-3
4、0T10:01:27.725+08:00"}参数名类型描述productIdInt产品id1.2.行程表(dvt_trip)1.2.1.列表查询描述:通过产品ID查询行程URL:/product/trip/findByProductId?productId=1方法:get参数:req=?productId=1参数名类型描述productIdLong产品ID响应:{"result":"0","message":"Success.","data":[{"tripId":1,"productId":1,"tripDay":0
5、,"tripPlace":"","tripEvent":"","tripBrief":"","createBy":0,"createTime":1478512921000,"updateBy":null,"updateTime":null,"isDelete":"N","tripDesc":""},{"tripId":2,"productId":1,"tripDay":0,"tripPlace":"","tripEvent":"","tripBrief":"","createBy":0,"createTime":147
6、8697372000,"updateBy":null,"updateTime":null,"isDelete":"N","tripDesc":""}],"date":"2016-11-09T21:21:49.512+08:00"}参数名类型描述tripIdShort行程IDproductIdLong产品IDtripDayByte第几天tripPlaceString行程地点/入住地方(多个地方以“,”隔开)tripEventString行程活动/项目(多个项目以“,”隔开)tripBriefString行程简单描述cre
7、ateByLong创建者createTimeDate创建时间updateByLong修改者updateTimeDate修改时间isDeleteString是否已经删除,N:否,Y:删除tripDescString行程具体描述(富文本)1.3.费用包含表(dvt_cost_includes)1.3.1列表查询描述:通过产品ID查询费用包含URL:/product/costIncludes/findByProductId.do?productId=1方法:get参数:req=?productId=1参数名类型描述produ
8、ctIdLong产品ID响应:{"result":"0","message":"Success.","data":[{"includeId":1,"productId":1,"costTitle":"11","createBy":0,"createTime":1478512842000,"updateBy":null,"updat