拖延症的理想主义者

Results 3 issues of 拖延症的理想主义者

if __name__ == "__main__": client.add_config_watcher(data_id, group, test_cb) import time time.sleep(3000) Traceback (most recent call last): File "/Users/lzh/micro_service/PythonStart/nacos_test/main.py", line 29, in client.add_config_watcher(data_id, group, test_cb) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/nacos/commons.py", line 10, in synced_func return...

`func (resp *Response) Unmarshal(v interface{}) error { if resp.content == nil { resp.Content() } return json.Unmarshal(resp.content, v) } func (resp *Response) Json() (map[string]interface{}, error) { var result = make(map[string]interface{}) if...