Merge pull request 'feature-PostLike' (#3) from feature-PostLike into master

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
bao
2025-12-19 02:07:09 +08:00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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