|
发表于 2021-12-12 11:46:09
|
显示全部楼层
本帖最后由 dinglifeng 于 2021-12-12 11:54 编辑
老大 能帮我看看我这个流么,死活不行,用的是百度fanyi的节点
[{"id":"a63568b154301e96","type":"debug","z":"8bd3569d.e2dd48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":830,"y":200,"wires":[]},{"id":"52eede22b8f989a1","type":"http-send-multipart-form-v3","z":"8bd3569d.e2dd48","name":"tts","filetype":"binary","formparts":"","ret":"txt","url":"https://open.ys7.com/api/lapp/voice/sendonce","tls":"","sendrequest":false,"x":730,"y":160,"wires":[["a63568b154301e96"]]},{"id":"2386cb369f5f11c9","type":"function","z":"8bd3569d.e2dd48","name":"","func":"msg.token=global.get('萤石token')\nmsg.payload = {\n file: {\n field: 'voiceFile',\n data: msg.data,\n type: 'binary',\n name: 'tts'\n },\n formOptions: {\n accessToken: `${msg.token}`,\n deviceSerial:'G27591061',\n }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":520,"y":200,"wires":[["52eede22b8f989a1"]]},{"id":"0509d7fc6fd4fabf","type":"baidu-tts","z":"8bd3569d.e2dd48","server":"b9ce62697ac6940d","data":"","spd":"5","pit":"5","vol":"8","per":"0","path":"","x":310,"y":180,"wires":[["2386cb369f5f11c9"]]},{"id":"a4d452c8a9efb7ad","type":"function","z":"8bd3569d.e2dd48","name":"","func":"msg.data = \"来啦老弟,吃大腰子不?\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":140,"y":240,"wires":[["0509d7fc6fd4fabf"]]},{"id":"35f7425625fd0d04","type":"inject","z":"8bd3569d.e2dd48","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":160,"wires":[["a4d452c8a9efb7ad"]]},{"id":"b9ce62697ac6940d","type":"baidu-tts-server","name":"翻译","platform":"baidu-fanyi","appID":"16163348","apiKey":"6FDdl8ZuL5QaVUpMdD3M6uFw","secretKey":"lvyQxi6cClRp2AuiNl5zU873jWKieRPM"}] |
|