Commit becc64a1 by 吕明尚

更改返回值

parent 9e0290c3
...@@ -187,8 +187,8 @@ public class SStoreController extends BaseController ...@@ -187,8 +187,8 @@ public class SStoreController extends BaseController
@GetMapping("/scope") @GetMapping("/scope")
public List<CustomerKeyShopScopeResponseEntity> scope() { public AjaxResult scope() {
return qpService.scope(); return AjaxResult.success(qpService.scope());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment