Administrator
4 天以前 1f69a007aa50b04a55195083970c110954935dfd
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):