通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
> **应用场景**: 对接星星充电桩的车场,场内车辆充电完成后,充电方会发送消息到泊链,然后泊链下发一条充电优惠的信息到车场,车场在计算价格的时候需减去充电减免金额。 字段信息: | 名称 | 说明 | 类型| 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | |service_name |接口名称| String| pay_notice |是 |start_charging_time| 开始充电式时间| String |2020-04-16 14:00:40 |是 |car_number| 车牌 |String| 苏DDDLL03 |是 |comid| 车场编号| String |20180427 |是 |stop_charging_time |结束充电时间| String |2020-04-27 14:50:59| 是 |reduce_amount |减免金额| Double| 2.0 |是 |order_id |订单编号 |String |A1_2C1587980476| 是 |uuid |唯一值 |String| 4548fcd6bdd4491daf3fb32e57afd203| 是 示例: { "service_name": "pay_notice", "start_charging_time": "2020-04-16 14:00:40", "car_number": "苏DDDLL03", "comid": "20180427", "stop_charging_time": "2020-04-27 14:50:59", "reduce_amount": 2.0, "order_id": "A1_2C1587980476", "uuid": "4548fcd6bdd4491daf3fb32e57afd203" } 返回:调用UploadUtil.uploadData(String jsonData)返回上传结果,方法返回描述如下 | 名称 | 说明 | 类型| 示例 | 是否必传字段 | | --- | --- | --- | --- | --- | |service_name |接口名称| String| pay_notice| 是 |data_target| 传输位置 |String| bolink| 是 |uuid |下发下去的唯一值| String| f8d374451fe841eb8d6a5be5356c6a70 |是 |state| 状态| Number |1 |是