|
@@ -49,8 +49,8 @@ public class GenerateApi {
|
|
|
/**
|
|
|
* 生成采美百科产品仪器页面
|
|
|
*/
|
|
|
- @PostMapping("/generate/baike/product")
|
|
|
- public String generateBaikeProduct(ServerWebExchange exchange,Integer commodityType) {
|
|
|
+ @PostMapping("/generate/baike/page")
|
|
|
+ public String generateBaikePage(ServerWebExchange exchange,Integer commodityType) {
|
|
|
return generateHtml.generateBaikePage(exchange, commodityType);
|
|
|
}
|
|
|
|