用户端获取分享的基础配置

This commit is contained in:
2026-01-28 14:40:54 +08:00
parent abdbe89082
commit 66d3c8ad0b

View File

@@ -52,7 +52,7 @@ public class UCarouselController {
/**
* 分享 基础配置
*/
@PostMapping("/share")
@GetMapping("/share")
public CzgResult<MkShareBase> share(@RequestParam Long shopId) {
return CzgResult.success(mkShareBaseService.getShareBase(shopId));
}