|
|
@@ -167,7 +167,7 @@ namespace Controllers.Feign
|
|
|
{
|
|
|
Function.WriteLog(Newtonsoft.Json.JsonConvert.SerializeObject(para), "vscode生成文件接收");
|
|
|
para.content = HttpUtility.UrlDecode(para.content);
|
|
|
- string res = MakeHelper.Instance.DoQueue(para.content);
|
|
|
+ string res = MakeHelper.Instance.DoQueue(para.content, false);
|
|
|
return SUCCESS(res);
|
|
|
}
|
|
|
|