commit
4c03676a3e
@ -63,6 +63,7 @@ public class StoreManagerController {
|
||||
@ApiImplicitParam(name = "storeId", value = "店铺ID", required = true, paramType = "path", dataType = "String")
|
||||
@GetMapping(value = "/get/detail/{storeId}")
|
||||
public ResultMessage<StoreDetailVO> detail(@PathVariable String storeId) {
|
||||
// todo 对于刚提交审核的信息需要等待缓存失效后才能操作,否则缓存信息还在
|
||||
return ResultUtil.data(storeDetailService.getStoreDetailVO(storeId));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user