使用httpclientUtils工具类请求
#图灵机器人 请求接口json数据 { "reqType":0, "perception": { "inputText": { "text": "你好" }, "inputImage": { "url": "imageUrl" }, "selfInfo": { "location": { "city": "北京", "province": "北京", "street": "信息路" } } }, "userInfo": { "apiKey": "95336a4533004ec08026*******", #账号分配apikey "userId": "415411" } }
#接口返回json数据,results喂jsonarray需要遍历转为jsonobject { "emotion": { "robotEmotion": { "a": 0, "d": 0, "emotionId": 0, "p": 0 }, "userEmotion": { "a": 0, "d": 0, "emotionId": 10300, "p": 0 } }, "intent": { "actionName": "", "code": 10004, "intentName": "" }, "results": [{ "groupType": 1, "resultType": "text", "values": { "text": "又见面啦!" } }] }
微信数据为xml格式 需要xstream 解析数据,
@XStreamAlias("item")注释规范返回xml格式数据节点名称
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>12345678</CreateTime>
<MsgType><![CDATA[text]]></MsgType>
<Content><![CDATA[你好]]></Content>
</xml>
有需要的jar和包装类 直接放源码了
链接:https://pan.baidu.com/s/1UftIt8iws4kJLC2tYiCwzQ
提取码:s5r3