时间模式参数: { "charge_mode": 0, "company_id": 352, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 5, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "max_power": 600, "start_fee": 100, "max_pay_fee": 200, "whether_refund": 0, "charge_type": "custom", "charge_value": [ 14400, 14400, 0, 0, 0, 0, 0, 0, 0, 0 ] } 电量模式参数(若需要单价精度4位数,只需要将work_charge字段替换成work_charge_fourdigit,并且将value值改成20000(只是示例值)): { "charge_mode": 1, "company_id": 2, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 5, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "max_power": 2000, "start_fee": 500, "max_pay_fee": 500, "whether_refund": 1, "work_charge": 200 } 功率模式参数: { "charge_mode": 2, "company_id": 2, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 5, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "whether_refund": 0, "type": 0, "check_time": 0, "inc_time": 600, "count_mode": 1, "price_value": [ 100 ], "power_value": [ [ "200", "14400" ], [ "400", "10800" ], [ "600", "7200" ], [ "1000", "3600" ] ] } 时间模式2参数: { "charge_mode": 7, "company_id": 2, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 10, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "max_power": 600, "start_fee": 100, "max_pay_fee": 300, "whether_refund": 0, "charge_type": "custom", "payment_value": [ 100, 100, 100 ], "time_value": [ 14400, 14400, 14400 ] } 电量模式2参数(若需要单价精度4位数,只需要将work_charge字段替换成work_charge_fourdigit,并且将value值改成20000(只是示例值)): { "charge_mode": 8, "company_id": 2, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 10, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "max_power": 800, "start_fee": 100, "max_pay_fee": 500, "whether_refund": 1, "work_charge": 200, "payment_value": [ 100, 100, 100, 100, 100 ] } 功率模式2参数 { "charge_mode": 9, "company_id": 2, "device_num": 18954346, "is_not_disturb": 0, "not_disturb_start": "22:00", "not_disturb_end": "07:00", "not_disturb_volume": 0, "auto_off_wait_time": 60, "auto_off_lower_power": 10, "floating_charge_time": 60, "floating_charge_power": 0, "is_free_charge": 0, "detect_time": 0, "is_outage": 0, "whether_refund": 0, "type": 0, "check_time": 0, "inc_time": 600, "display_delay": 5, "count_mode": 1, "price_value": [ 100 ], "power_value": [ [ "200", "14400" ], [ "400", "10800" ], [ "600", "7200" ] ] }