7 Commits

Author SHA1 Message Date
bao
17877753d5 Merge pull request 'feature-PostLike' (#3) from feature-PostLike into master
Reviewed-on: #3
2025-12-19 02:07:09 +08:00
bao
8d9f2285e4 测试 like123 2025-12-19 02:05:22 +08:00
bao
e5f411e342 测试 like 2025-12-19 01:58:09 +08:00
bao
80ede2ad2f Merge remote-tracking branch 'origin/feature-PostLike' into feature-PostLike
# Conflicts:
#	src/main/java/com/bao/dating/controller/PostController.java
2025-12-19 01:56:47 +08:00
bao
088e5612d3 测试 2025-12-19 01:56:15 +08:00
bao
2d3ac68886 测试 2025-12-19 01:55:23 +08:00
bao
bc3ffac3db 测试 2025-12-19 01:54:29 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ public class PostController {
private PostService postService;
/**
* 上传媒体文件接口
* 上传媒体文件接口 like
* @param files 媒体文件数组
* @return 上传后的文件URL列表
*/

View File

@@ -0,0 +1,4 @@
package com.bao.dating.controller;
public class text {
}