|
@ -39,7 +39,6 @@ public class AppletApiIndexController { |
|
|
* Banner列表查询 |
|
|
* Banner列表查询 |
|
|
* @return Banner列表 |
|
|
* @return Banner列表 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "Banner列表查询") |
|
|
|
|
|
@Operation(summary = "Banner列表查询", description = "获取Banner列表") |
|
|
@Operation(summary = "Banner列表查询", description = "获取Banner列表") |
|
|
@GetMapping(value = "/banner") |
|
|
@GetMapping(value = "/banner") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -53,7 +52,6 @@ public class AppletApiIndexController { |
|
|
* 推荐产品 |
|
|
* 推荐产品 |
|
|
* @return 推荐产品 |
|
|
* @return 推荐产品 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "推荐产品") |
|
|
|
|
|
@Operation(summary = "推荐产品", description = "推荐产品") |
|
|
@Operation(summary = "推荐产品", description = "推荐产品") |
|
|
@GetMapping(value = "/recommendProduct") |
|
|
@GetMapping(value = "/recommendProduct") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -67,7 +65,6 @@ public class AppletApiIndexController { |
|
|
* 关于普兆 |
|
|
* 关于普兆 |
|
|
* @return 关于普兆 |
|
|
* @return 关于普兆 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "关于普兆") |
|
|
|
|
|
@Operation(summary = "关于普兆", description = "关于普兆") |
|
|
@Operation(summary = "关于普兆", description = "关于普兆") |
|
|
@GetMapping(value = "/about") |
|
|
@GetMapping(value = "/about") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -81,7 +78,6 @@ public class AppletApiIndexController { |
|
|
* 关于普兆详情 |
|
|
* 关于普兆详情 |
|
|
* @return 关于普兆 |
|
|
* @return 关于普兆 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "关于普兆详情") |
|
|
|
|
|
@Operation(summary = "关于普兆详情", description = "关于普兆详情") |
|
|
@Operation(summary = "关于普兆详情", description = "关于普兆详情") |
|
|
@GetMapping(value = "/aboutDetail") |
|
|
@GetMapping(value = "/aboutDetail") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -94,7 +90,6 @@ public class AppletApiIndexController { |
|
|
* 普兆介绍->视频介绍 |
|
|
* 普兆介绍->视频介绍 |
|
|
* @return 关于普兆 |
|
|
* @return 关于普兆 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "普兆介绍->视频介绍") |
|
|
|
|
|
@Operation(summary = "普兆介绍->视频介绍", description = "普兆介绍->视频介绍") |
|
|
@Operation(summary = "普兆介绍->视频介绍", description = "普兆介绍->视频介绍") |
|
|
@GetMapping(value = "/video") |
|
|
@GetMapping(value = "/video") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -106,7 +101,6 @@ public class AppletApiIndexController { |
|
|
* 个性化推荐 |
|
|
* 个性化推荐 |
|
|
* @return 个性化推荐 |
|
|
* @return 个性化推荐 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "个性化推荐") |
|
|
|
|
|
@Operation(summary = "个性化推荐", description = "个性化推荐") |
|
|
@Operation(summary = "个性化推荐", description = "个性化推荐") |
|
|
@GetMapping(value = "/personalized") |
|
|
@GetMapping(value = "/personalized") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
@ -115,10 +109,9 @@ public class AppletApiIndexController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 普兆介绍->步骤条《左右滑动的内容》 |
|
|
|
|
|
|
|
|
* 普兆介绍->步骤条 |
|
|
* @return 普兆介绍 |
|
|
* @return 普兆介绍 |
|
|
*/ |
|
|
*/ |
|
|
@AutoLog(value = "普兆介绍->步骤条《左右滑动的内容》") |
|
|
|
|
|
@Operation(summary = "普兆介绍->步骤条《左右滑动的内容》", description = "普兆介绍->步骤条《左右滑动的内容》") |
|
|
@Operation(summary = "普兆介绍->步骤条《左右滑动的内容》", description = "普兆介绍->步骤条《左右滑动的内容》") |
|
|
@GetMapping(value = "/getIntroduce") |
|
|
@GetMapping(value = "/getIntroduce") |
|
|
@IgnoreAuth |
|
|
@IgnoreAuth |
|
|