Administrator
2025-06-18 62c99e398d9b05a30fc80f29a0048b95bafa77d7
api/outside_api_callback.py
@@ -144,6 +144,7 @@
            strategy_manager.low_suction_strtegy.load_data()
            return {"code": 0}
        except Exception as e:
            logging.exception(e)
            return {"code": 1, "msg": str(e)}
    def OnCommonRequest(self, client_id, request_id, data):