worldup
Results
1
comments of
worldup
python的sdk的bug,跟server端没有关系。 client.py self._do_sync_req("/nacos/v1/cs/configs/listener", headers, None, data, self.pulling_timeout + 10, "POST") param传入的是空,后面_inject_auth_info 无法把username 和password注入到参数中 ,把param设个值就好了 