Python远程充电桩一键断电(演示版)
return jsonify({"code": 200, "msg": "断电成功", "data": pile})return jsonify({"code": 400, "msg": "设备已空闲,无需断电"}), 400。return jsonify({"code": 404, "msg": "充电桩不存在"}), 404。return jsonify({"code": 401, "msg": "未授权"}), 401。return {"code": -1, "msg": "设备离线"}
言乐62026-07-11 22:32:09