| | |
| | | */ |
| | | public void baseInfoCompanyPay(){ |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("PayName", "支付宝(中国)网络技术有限公司");//银行或者非银行支付机构名称 |
| | | jsonObject.put("PayId", "2000133000019");//非银行支付机构支付业务许可证编号 |
| | | jsonObject.put("PayType", "1");//支付业务类型 |
| | | jsonObject.put("PayName", "深圳市微信支付科技有限公司");//银行或者非银行支付机构名称 |
| | | jsonObject.put("PayId", "Z2000444000013");//非银行支付机构支付业务许可证编号 |
| | | jsonObject.put("PayType", "互联网支付");//支付业务类型 |
| | | jsonObject.put("PayScope", "全国");//业务覆盖范围 |
| | | jsonObject.put("PrepareBank", "中国工商银行");//备付金存管银行 |
| | | jsonObject.put("CountDate", 15);//结算周期 |
| | | jsonObject.put("State", 0);//状态(0:有效,1:失效) |
| | | jsonObject.put("Flag", 1);//操作标识(1:新增,2:更新,3:删除) |
| | | jsonObject.put("PrepareBank", "中国建设银行股份有限公司昭通珠泉支行");//备付金存管银行 |
| | | jsonObject.put("CountDate", 1);//结算周期 |
| | | jsonObject.put("State", 1);//状态(0:有效,1:失效) |
| | | jsonObject.put("Flag", 2);//操作标识(1:新增,2:更新,3:删除) |
| | | jsonObject.put("UpdateTime", new Date()); |
| | | Map<String, String> map = new HashMap<>(); |
| | | map.put("baseInfoCompanyPay", jsonObject.toJSONString()); |
| | |
| | | */ |
| | | public void baseInfoCompanyService(){ |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//行政区划代码 |
| | | jsonObject.put("ServiceName", "广西云森科技有限公司");//服务机构名称 |
| | | jsonObject.put("ServiceNo", "45020401");//服务机构代码 |
| | | jsonObject.put("DetailAddress", "柳州市柳邕路新翔小区二区6栋11号");//服务机构地址 |
| | | jsonObject.put("ResponsibleName", "翁克顺");//服务机构负责人姓名 |
| | | jsonObject.put("ResponsiblePhone", "13907728585");//负责人联系电话 |
| | | jsonObject.put("ManagerName", "吴志武");//服务机构管理人姓名 |
| | | jsonObject.put("ManagerPhone", "15907720083");//管理人联系电话 |
| | | jsonObject.put("ContactPhone", "0772-3633333");//服务机构紧急联系电话 |
| | | jsonObject.put("MailAddress", "柳州市城中区滨江西路15栋2号OK充电站");//行政文书送达邮寄地址 |
| | | jsonObject.put("CreateDate", "2015年09月18日");//服务机构设立日期 |
| | | jsonObject.put("State", 0);//状态(0:有效,1:失效) |
| | | jsonObject.put("Flag", 1);//操作标识(1:新增,2:更新,3:删除) |
| | | jsonObject.put("Address", 530602);//行政区划代码 |
| | | jsonObject.put("ServiceName", "昭通市睿邦科技有限公司");//服务机构名称 |
| | | jsonObject.put("ServiceNo", "91530600MA6K70Q50D");//服务机构代码 |
| | | jsonObject.put("DetailAddress", "云南省昭通市昭阳区龙泉路501号");//服务机构地址 |
| | | jsonObject.put("ResponsibleName", "虎尊彦");//服务机构负责人姓名 |
| | | jsonObject.put("ResponsiblePhone", "13508701638");//负责人联系电话 |
| | | jsonObject.put("ManagerName", "虎尊彦");//服务机构管理人姓名 |
| | | jsonObject.put("ManagerPhone", "13508701638");//管理人联系电话 |
| | | jsonObject.put("ContactPhone", "14736572423");//服务机构紧急联系电话 |
| | | jsonObject.put("MailAddress", "云南省昭通市昭阳区龙泉路501号");//行政文书送达邮寄地址 |
| | | jsonObject.put("CreateDate", "2016年07月19日");//服务机构设立日期 |
| | | jsonObject.put("State", 1);//状态(0:有效,1:失效) |
| | | jsonObject.put("Flag", 2);//操作标识(1:新增,2:更新,3:删除) |
| | | jsonObject.put("UpdateTime", new Date()); |
| | | Map<String, String> map = new HashMap<>(); |
| | | map.put("baseInfoCompanyService", jsonObject.toJSONString()); |
| | |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", tCompany.getAddressCode());//许可地行政区划代码 |
| | | jsonObject.put("Certificate", tCompany.getLicenseNumber());//网络预约出租车经营许可证号 |
| | | jsonObject.put("OperationArea", "广西壮族自治区柳州市城区");//经营区域 |
| | | jsonObject.put("OperationArea", tCompany.getServiceScope());//经营区域 |
| | | jsonObject.put("OwnerName", tCompany.getName());//公司名称 |
| | | jsonObject.put("Organization", tCompany.getLicensingAgency());//发证机构名称 |
| | | jsonObject.put("StartDate", tCompany.getLicenseStartTime());//有效期起YYYYMMDD |
| | |
| | | JSONObject price = JSON.parseObject(content); |
| | | |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//运价适用地行政区划代码 |
| | | jsonObject.put("Address", 530602);//运价适用地行政区划代码 |
| | | jsonObject.put("FareType", id);//运价类型编码(由网约车平台公司统一编码,应确保唯一性) |
| | | jsonObject.put("FareTypeNote", tSystemPrice.getFareTypeNote());//运价类型说明 |
| | | jsonObject.put("FareValidOn", new Date());//运价有效期起YYYYMMDDhhmmss |
| | |
| | | System.out.println("上传图片文件:" + result_); |
| | | |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//车辆所在城市行政区划代码 |
| | | jsonObject.put("Address", 530602);//车辆所在城市行政区划代码 |
| | | jsonObject.put("VehicleNo", tCar.getCarLicensePlate());//车辆号牌 |
| | | jsonObject.put("PlateColor", tCar.getPlateColor());//车牌颜色 |
| | | jsonObject.put("Seats", tCarModel.getSeat());//核定载客位 |
| | |
| | | System.out.println("上传图片文件:" + result1_); |
| | | |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//注册地行政区划代码 |
| | | jsonObject.put("Address", 530602);//注册地行政区划代码 |
| | | jsonObject.put("DriverName", tDriver.getName());//机动车驾驶员姓名 |
| | | jsonObject.put("DriverPhone", tDriver.getPhone());//驾驶员手机号 |
| | | jsonObject.put("DriverGender", (tDriver.getSex() == 1 ? "男" : "女"));//驾驶员性别 |
| | |
| | | DriverTrain driverTrain = driverTrainMapper.selectById(id); |
| | | TDriver driver = driverService.selectById(driverTrain.getDriverId()); |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//注册地行政区划代码 |
| | | jsonObject.put("Address", 530602);//注册地行政区划代码 |
| | | jsonObject.put("LicenseId", driver.getDriveCard());//机动车驾驶证号 |
| | | jsonObject.put("CourseName", driverTrain.getCourseName());//驾驶员培训课程名称 |
| | | jsonObject.put("CourseDate", driverTrain.getCourseDate());//培训课程日期YYYYMMDD |
| | |
| | | TDriver tDriver = driverService.selectById(driverId); |
| | | TVersionManagement type = versionManagementService.selectOne(new EntityWrapper<TVersionManagement>().eq("type", 2).orderBy("insertTime desc limit 0, 1")); |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//注册地行政区划代码 |
| | | jsonObject.put("Address", 530602);//注册地行政区划代码 |
| | | jsonObject.put("LicenseId", tDriver.getDriveCard());//机动车驾驶证号 |
| | | jsonObject.put("DriverPhone", tDriver.getPhone());//驾驶员手机号 |
| | | jsonObject.put("NetType", phoneExp(tDriver.getPhone()));//手机运营商(1:中国联通,2:中国移动,3:中国电信,4:其他) |
| | |
| | | .between("insert_time", s.getTime(), e.getTime()) |
| | | ); |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("Address", 450204);//注册地行政区划代码 |
| | | jsonObject.put("Address", 530602);//注册地行政区划代码 |
| | | jsonObject.put("LicenseId", tDriver.getDriveCard());//机动车驾驶证号 |
| | | jsonObject.put("Cycle", s.getTime());//统计周期(统计周期按月,内容填写统计月份YYYYMM) |
| | | jsonObject.put("OrderCount", i);//完成订单次数 |