用户端获取分享的基础配置
This commit is contained in:
@@ -52,7 +52,7 @@ public class UCarouselController {
|
||||
/**
|
||||
* 分享 基础配置
|
||||
*/
|
||||
@PostMapping("/share")
|
||||
@GetMapping("/share")
|
||||
public CzgResult<MkShareBase> share(@RequestParam Long shopId) {
|
||||
return CzgResult.success(mkShareBaseService.getShareBase(shopId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user