mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
fix: 获取模拟数据接口参数问题
This commit is contained in:
parent
4bde0d90a9
commit
e23d79ec04
@ -27,8 +27,8 @@ public class SeataController {
|
||||
|
||||
@ApiOperation("获取模拟数据")
|
||||
@GetMapping("/data")
|
||||
public Result getData() {
|
||||
SeataVO result = seataService.getData();
|
||||
public Result getData(String orderSn) {
|
||||
SeataVO result = seataService.getData(orderSn);
|
||||
return Result.success(result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user