经纪人
This commit is contained in:
parent
a5dc1e763b
commit
3653571552
|
@ -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>()));
|
||||
|
|
Loading…
Reference in New Issue