add 接口
This commit is contained in:
@@ -165,4 +165,10 @@ public class PCShopController {
|
||||
public ResponseResult<String> getFranchiseBrandName(@RequestParam(name = "shopId")Long shopId) {
|
||||
return ResponseResult.success(shopService.getFranchiseBrandName(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("获取店铺某阶段状态")
|
||||
@GetMapping("/getShopStageStatus")
|
||||
public ResponseResult<ShopStageInfoVO> getShopStageStatus(@RequestParam("shopId")Long shopId, @RequestParam("subStage")Integer subStage) {
|
||||
return ResponseResult.success(shopService.getShopStageStatus(shopId, subStage));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user