|
|
@@ -41,7 +41,7 @@ public class SafetyCheckRegisterController extends BaseController {
|
|
|
@ApiOperation(value = "获取App登记信息")
|
|
|
@GetMapping("app/{id}")
|
|
|
// @RequiresPermissions("core:safetycheck:appregister")
|
|
|
- public AjaxResult appIinfo(@PathVariable Long id) {
|
|
|
+ public AjaxResult appInfo(@PathVariable Long id) {
|
|
|
return success(safetyCheckRegisterSerice.appInfo(id));
|
|
|
}
|
|
|
|