[{"id":"476c46d5.7cf908","type":"function","z":"fc6822e6.d8853","name":"百度应用替换刚获取到的TOKEN","func":"var newMsg = {\n "headers": {\n "Content-Type" : "application/x-www-form-urlencoded"\n },\n "payload": {\n "access_token" : "替换刚获取到的TOKEN",\n "image": msg.payload \n \n }\n}\nreturn newMsg","outputs":1,"noerr":0,"x":810,"y":1640,"wires":[["40cab7d5.8ed138"]]},{"id":"40cab7d5.8ed138","type":"http request","z":"fc6822e6.d8853","name":"替换想要的API","method":"POST","ret":"obj","paytoqs":true,"url":"https://aip.baidubce.com/rest/2.0/image-classify/v1/body_analysis","tls":"","proxy":"","authType":"","x":880,"y":1720,"wires":[["a1e154de.304c18"]]},{"id":"b5c4331f.cf59d","type":"base64","z":"fc6822e6.d8853","name":"获取图片","action":"","property":"payload","x":580,"y":1640,"wires":[["476c46d5.7cf908"]]},{"id":"a1e154de.304c18","type":"debug","z":"fc6822e6.d8853","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":810,"y":1780,"wires":[]},{"id":"6857a0f9.7d426","type":"http request","z":"fc6822e6.d8853","name":"得到小姐姐图片地址","method":"GET","ret":"bin","paytoqs":false,"url":"","tls":"","proxy":"","authType":"","x":380,"y":1640,"wires":[["e5674659.be4628","b5c4331f.cf59d"]]},{"id":"e5674659.be4628","type":"image","z":"fc6822e6.d8853","name":"","width":"150","data":"payload","dataType":"msg","thumbnail":false,"active":true,"pass":false,"outputs":0,"x":220,"y":1720,"wires":[]},{"id":"3fab5365.f83b6c","type":"function","z":"fc6822e6.d8853","name":"设置请求头","func":"msg.headers = {};\nmsg.headers['User-Agent'] = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36';\nreturn msg;","outputs":1,"noerr":0,"x":170,"y":1640,"wires":[["6857a0f9.7d426"]]},{"id":"823022b2.7685a","type":"change","z":"fc6822e6.d8853","name":"数据转换","rules":[{"t":"move","p":"payload.results.0.url","pt":"msg","to":"url","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":820,"y":1560,"wires":[["3fab5365.f83b6c"]]},{"id":"f0170c9b.28303","type":"http request","z":"fc6822e6.d8853","name":"小姐姐API","method":"GET","ret":"obj","paytoqs":false,"url":"","tls":"","proxy":"","authType":"","x":650,"y":1560,"wires":[["823022b2.7685a"]]},{"id":"37ccce8c.9fe642","type":"function","z":"fc6822e6.d8853","name":"设置请求头","func":"msg.url = `http://gank.io/api/data/%E7%A6%8F%E5%88%A9/1/${msg.payload}`;\n\nmsg.headers = {};\nmsg.headers['User-Agent'] = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36';\n\nreturn msg;","outputs":1,"noerr":0,"x":470,"y":1560,"wires":[["f0170c9b.28303"]]},{"id":"dcadfe37.10118","type":"random","z":"fc6822e6.d8853","name":"","low":"1","high":"79","inte":"true","property":"payload","x":300,"y":1560,"wires":[["37ccce8c.9fe642"]]},{"id":"e757f218.86165","type":"inject","z":"fc6822e6.d8853","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":1560,"wires":[["dcadfe37.10118"]]},{"id":"d6a63dda.e1b22","type":"function","z":"fc6822e6.d8853","name":"获取百度Token(替换一下client_id client_secret)","func":"var newMsg = {\n "headers": {\n "Content-Type" : "application/x-www-form-urlencoded"\n \n },\n "payload": {\n "grant_type" : "client_credentials",\n "client_id" : "换成你的client_id",\n "client_secret" : "换成你的client_secret"\n \n \n }\n}\nreturn newMsg","outputs":1,"noerr":0,"x":470,"y":1880,"wires":[["eeccaa50.142ca8"]]},{"id":"106b8844.245308","type":"inject","z":"fc6822e6.d8853","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":1880,"wires":[["d6a63dda.e1b22"]]},{"id":"eeccaa50.142ca8","type":"http request","z":"fc6822e6.d8853","name":"获取TokenAPI","method":"POST","ret":"obj","paytoqs":true,"url":"https://aip.baidubce.com/oauth/2.0/token","tls":"","proxy":"","authType":"","x":780,"y":1880,"wires":[["70a6b51c.932a0c"]]},{"id":"70a6b51c.932a0c","type":"debug","z":"fc6822e6.d8853","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":950,"y":1860,"wires":[]},{"id":"c6d41f81.f9f46","type":"comment","z":"fc6822e6.d8853","name":"获取access_token","info":"","x":210,"y":1820,"wires":[]},{"id":"88290870.857ba8","type":"comment","z":"fc6822e6.d8853","name":"上图图片进行api处理","info":"","x":180,"y":1500,"wires":[]}]