经纪人

This commit is contained in:
曹磊 2024-08-09 19:46:03 +08:00
parent a5dc1e763b
commit 3653571552
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class AppFxyController {
@Autowired
private FxyDataService dataService;
@PostMapping("/fxyConfig")
@GetMapping("/fxyConfig")
@ApiOperation("获取分销员配置")
public Result fxyConfig(){
return Result.success().put("data",configService.getOne(new QueryWrapper<FxyConfig>()));