|
@@ -68,7 +68,7 @@ public class KfMsgContentServiceImpl extends ServiceImpl<KfMsgContentMapper, KfM
|
|
|
//图片上传腾讯
|
|
|
String uploadResult = this.imgUploadApi(kfUser, files);
|
|
|
//发送客服消息
|
|
|
- Map<String, Object> paramMap = JsonUtil.toMapWithClass(param.getParamStr(), Map.class);
|
|
|
+ Map<String, Object> paramMap = param.getParam();
|
|
|
paramMap.put("msg_content", uploadResult);
|
|
|
log.error("解析出来的参数, paramMap : {}", JsonUtil.toString(paramMap));
|
|
|
//腾讯api
|