Commit 985d42cf by 徐高华

log

parent 50f80c5f
......@@ -1248,6 +1248,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
@Override
public JSONResponse sendMessage(String wxEnterpriseId, String staffId, List<String> extendUserList, String message, List<ContentMaterialDTO> imageList, String planId, CanvasInfoQDTO canvas) {
log.info("imageList={}",JSONObject.toJSON(imageList));
com.gic.api.base.commons.ServiceResponse<String> resp = this.qywxSendService.sendMessage(wxEnterpriseId, staffId, extendUserList, imageList, message,planId,canvas) ;
return this.retJson(resp) ;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment