Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Dec 18, 2023
1 parent 1723a86 commit 5641e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/canyon-backend/src/upload/upload.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export class UploadController {
test(@Query() q, @Body() b) {
console.log(q, b);
// TODO: 需要一个唯一id在post和put之间传递
return `http://localhost:8080/upload/v4

// 第一个参数 resultURL
// 第二个参数 putURL
return `http://localhost:8080/upload/v41234
http://localhost:8080/upload/v4?query=1`;
}
@Put('v4')
Expand Down

0 comments on commit 5641e0d

Please sign in to comment.