This commit is contained in:
laodaming
2023-10-10 15:08:41 +08:00
parent 8593eb2dd3
commit 8f92776103
5 changed files with 88 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ service collection {
get /api/collection/test_ai(TestAiReq) returns (response);
//测试pdf
@handler TestPdfHandler
post /api/collection/test_pdf(TestPdfReq) returns (response);
get /api/collection/test_pdf(TestPdfReq) returns (response);
}
//收藏产品