|
|
@@ -53,7 +53,6 @@ public class SysNfcBindController extends BaseController {
|
|
|
* 获取【请填写功能名称】详细信息
|
|
|
*/
|
|
|
@ApiOperation(value = "app获取SysNfcBind详细信息,传入code")
|
|
|
- @RequiresPermissions("system:bind:query")
|
|
|
@GetMapping(value = {"/appGetInfo/{code}"})
|
|
|
public AjaxResult appGetInfo(@PathVariable String code) {
|
|
|
AjaxResult ajax = AjaxResult.success();
|