juzibot / donut-tester

40 stars 4 forks source link

Image message should return xml content. #24

Open jcai opened 4 years ago

jcai commented 4 years ago

Is your feature request related to a problem? Please describe. I find image message return xml content as text property in puppet-padpro,but in donut I find the text is empty.Can the donut return xml content for image message?

[enhancement]

su-chang commented 4 years ago

@jcai already updated, please check it and if it works as expected and then please close this issue.

Thank you very much.

jcai commented 4 years ago

Thank you very much!I had committed something to support cdn information.

https://github.com/wechaty/scala-wechaty/commit/2e398288ca08fe68684dbdf6d25e12a51308809f

jcai commented 4 years ago

I find the xml content only includes cdnthumburl and cdnmidimgurl.If I use these urls as MiniProgram thumburl,the image is very low quality image.Can you help me to improve the image quality?Can the xml content contain hd thumbkey and thumburl ?

image

jcai commented 4 years ago

After send a message,the xml content is :

text: "<msg><img length=\"15444\" hdlength=\"0\" /><commenturl></commenturl></msg>"

Can I get the cdn information when i sent a image?