|
@ -19,7 +19,7 @@ import java.util.List; |
|
|
fallback = AppIndexFeignFallBack.class) |
|
|
fallback = AppIndexFeignFallBack.class) |
|
|
public interface AppIndexFeign { |
|
|
public interface AppIndexFeign { |
|
|
|
|
|
|
|
|
@ApiOperation(value = "App首页") |
|
|
@ApiOperation(value = "App首页 ") |
|
|
@ResponseBody |
|
|
@ResponseBody |
|
|
@GetMapping("/index") |
|
|
@GetMapping("/index") |
|
|
public ResultBean<AppIndexVo> index(@RequestParam("userSid") String userSid); |
|
|
public ResultBean<AppIndexVo> index(@RequestParam("userSid") String userSid); |
|
|