curl --location --request POST 'https://api.gugudata.com/news/fetchcontentimages' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'appkey=请前往 https://www.gugudata.com 购买' \ --data-urlencode 'url=https://mp.weixin.qq.com/s?__biz=MzA4ODM0NzA0Mg==&mid=2650594262&idx=1&sn=c91e4d0aa752ddd2b104b96d9efce88d&chksm=8823e31bbf546a0dabf0381ca987d83b7d742b5ef3e2f4b2ee940afe727c598c4e9e3feb0a0c&mpshare=1&scene=1&srcid=0716GhBRttV1FkzbDjsL06OX&sharer_sharetime=1594881117391&sharer_shareid=3453e12ecb2b33443534bc771e957947&key=4ca6dc60c2eecb19c808b3470c47956cf28b3bcb4d2725f04e9f7cad3ed892ccd44de2fc05cf8f4021716835995f2bcb50383f794a0f63c8496ec5abb46876f2defcff46cc5dcebd1dbf35ced2113e92&ascene=1&uin=MjQ1OTg2OTM2MA%3D%3D&devicetype=Windows+10+x64&version=62090529&lang=zh_CN&exportkey=AeTAZYkQL2%2BC%2Fkqg%2BdvNToI%3D&pass_ticket=GiBZ9PfxfWZvyvz4O4n7ofngTGFUF5GCYEWhv0wKyUdgaVY8245%2BoklaN1sx%2FJNt' \ --data-urlencode 'imagewithtag=true' \ --data-urlencode 'htmlsourcecontent=true'
{ "DataStatus": { "StatusCode": 0, "StatusDescription": "string", "ResponseDateTime": "string", "DataTotalCount": 0 }, "Data": { "Url": "string", "ImagesUrl": [ "string" ], "ImagesTag": [ "string" ], "HTMLSourceContent": "string" } }