门磁触发---callservice 摄像头截图服务--编辑消息--推送
在下小白,没有编程基础,图像保存在/config/www/camera/目录,
截图服务data内容是抄范例以时间命名图片, {"filename":"/config/www/camera/snapshot_{{now().strftime("%Y-%m-%d_%H%M%S")}}.jpg
想知道后面函数里应该怎么写才能得到这张图片的文件名。 感谢各位大佬指教。。。
msg.payload={
"msgtype": "actionCard",
"actionCard": {
"title":"门打开",
"text": "有人![这是一张图片](http://我的公网IP:8123/local/xxxxxxxxxxx.jpg)"
}
}
return msg;
|