https://secure.phabricator.com/conduit/method/diffusion.lastmodifiedquery/上的"paths“字段接受什么输入?我已经尝试了各种输入,如{"0":"file_path.py"}、{"0":"/<entire_directory_path>/file_path.py"}等。
发布于 2019-10-24 18:19:53
使用以下语法:
{ "paths": ["/<entire_directory_path>/file_path.py"] }所需映射的键是paths,其中它的值是一个路径数组。
https://stackoverflow.com/questions/58330369
复制相似问题