|
@@ -25,7 +25,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
@RestController
|
|
|
@Api(tags = "批次接口")
|
|
|
-@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/batch")
|
|
|
+@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/admin/batch")
|
|
|
@Aac(strict = false, auth = true)
|
|
|
public class BatchController extends BaseController {
|
|
|
|