|
@@ -58,7 +58,7 @@ public class FeatureController extends BaseController<Feature, FeatureWrapper, L
|
|
*
|
|
*
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- @RequestMapping({"/generate"})
|
|
|
|
|
|
+ @RequestMapping({"/find_symptom_feature"})
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public Response findSymptomFeature(HttpServletRequest request, String text) throws Exception {
|
|
public Response findSymptomFeature(HttpServletRequest request, String text) throws Exception {
|
|
Response response = new Response();
|
|
Response response = new Response();
|