fix 修改post提示词

This commit is contained in:
zyxucp
2024-03-17 20:07:53 +08:00
parent 315f58fdba
commit 2a30f3f221

View File

@@ -215,7 +215,7 @@ namespace AntSK.Domain.Domain.Service
{
return "调用失败:" + ex.Message;
}
}, api.Name, "这是一个Http Post方法:" + api.Describe, postParametes, returnType));
}, api.Name, api.Describe, postParametes, returnType));
break;
}
}