curl --location --request POST 'https://www.tianqiapi.com/tu/detect?appid=123456&appsecret=123456&image_url=&return_type=模板变量内容'
{ "errcode":0, "data":[ { "attributes":{ "gender":"Female",//性别 "age":23 //年龄 }, "face_rectangle":{ "width":67,//头像图片宽度 "top":285, //坐标 "left":482, //坐标 "height":67,//头像图片高度 "url":"https://www.pyingquan.com/upload/2019043023574149016461.jpg" //头像图片 } } ] }