|
|
|
@@ -420,7 +420,7 @@ public class DmIntentController extends BaseController<DmIntentQuery, DmIntentDt |
|
|
|
vo.setCategory(category); |
|
|
|
vo.addDmLlm("user", intent.getContent()); |
|
|
|
JSONObject testJ = new JSONObject(); |
|
|
|
testJ.put("category","airport"); |
|
|
|
testJ.put("category","chaoyang"); |
|
|
|
JSONArray ja1 = new JSONArray(); |
|
|
|
JSONObject jo = new JSONObject(); |
|
|
|
jo.put("role","user"); |
|
|
|
|