接收客服发给用户的图片消息

POST https://im.yourdomain.com/messages

请求参数:

{
	"action":"chat",
	"message":{
		"id":1636240,
		"appid":1000001,
		"type":"image",
		"chat_id":354345,
		"from_user":242392,
		"to_user":"e4d8c2abfc783e0b8f0d7b4eb93812e5",
		"filename":"image01.jpg",
		"url":"https://kchat-files-aliyun.kf5.com/d38456182bec44166adb7d9948b1e95a.jpg",
		"create_time":1480594319
	}}

用户服务器响应:

状态码 200