|
|
@@ -30,7 +30,7 @@ import java.util.List;
|
|
|
@Api(tags = {"广告发布管理"})
|
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
|
@RestController
|
|
|
-@RequestMapping("/advertising")
|
|
|
+@RequestMapping("/app/common/advertising")
|
|
|
public class ActivityAdvertisingController extends BaseController {
|
|
|
|
|
|
private final IActivityAdvertisingService iActivityAdvertisingService;
|