ScanVoiceCommand.php 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. <?php
  2. namespace App\Console\Commands\TencentCloud;
  3. use Illuminate\Console\Command;
  4. use TencentCloud\Common\Credential;
  5. use TencentCloud\Common\Profile\ClientProfile;
  6. use TencentCloud\Common\Profile\HttpProfile;
  7. use TencentCloud\Common\Exception\TencentCloudSDKException;
  8. use TencentCloud\Gme\V20180711\GmeClient;
  9. use TencentCloud\Gme\V20180711\Models\DescribeScanResultListRequest;
  10. use TencentCloud\Gme\V20180711\Models\ScanVoiceRequest;
  11. class ScanVoiceCommand extends Command
  12. {
  13. /**
  14. * The name and signature of the console command.
  15. *
  16. * @var string
  17. */
  18. protected $signature = 'tcloud:voice';
  19. /**
  20. * The console command description.
  21. *
  22. * @var string
  23. */
  24. protected $description = 'Command description';
  25. /**
  26. * Create a new command instance.
  27. *
  28. * @return void
  29. */
  30. public function __construct()
  31. {
  32. parent::__construct();
  33. }
  34. /**
  35. * Execute the console command.
  36. *
  37. * @return mixed
  38. */
  39. public function handle()
  40. {
  41. try {
  42. $credential = new Credential(config('tencentcloud.secretId'), config('tencentcloud.secretKey'));
  43. $httpProfile = new HttpProfile();
  44. $httpProfile->setEndpoint("gme.tencentcloudapi.com");
  45. $clientProfile = new ClientProfile();
  46. $clientProfile->setHttpProfile($httpProfile);
  47. $client = new GmeClient($credential, config('tencentcloud.region'), $clientProfile);
  48. $voiceList = $this->getVoiceList();
  49. // $voiceList = array_splice($voiceList,0,1);
  50. // $params = json_encode([
  51. // 'BizId'=>1400260758,
  52. // 'Scenes'=>['default'],
  53. // 'Live'=>false,
  54. // 'Callback'=>'https://msy.pocketuniversity.cn/api/callback',
  55. // 'Tasks'=>$voiceList
  56. // ]);
  57. // $request = new ScanVoiceRequest();
  58. // $request->fromJsonString($params);
  59. // $response = $client->ScanVoice($request);
  60. // $response = json_decode($response->toJsonString(),true);
  61. $response = $this->getTaskList();
  62. $taskIdList = array_column($response['Data'], 'TaskId');
  63. $params = json_encode([
  64. 'BizId' => 1400260758,
  65. 'TaskIdList' => $taskIdList
  66. ]);
  67. $request = new DescribeScanResultListRequest();
  68. $request->fromJsonString($params);
  69. $response = $client->DescribeScanResultList($request);
  70. print_r($response->toJsonString());
  71. } catch (TencentCloudSDKException $e) {
  72. echo $e;
  73. }
  74. }
  75. public function getVoiceList()
  76. {
  77. return json_decode('[{
  78. "DataId":"128219",
  79. "Url":"https://oss.pocketuniversity.cn/media/2019-09-27/5d8dc1340c7fd.mp3"
  80. }]', true);
  81. return json_decode('[{
  82. "DataId": "737096",
  83. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8e90cf31c3f.mp3?duration=8640"
  84. }, {
  85. "DataId": "737095",
  86. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8e6d03ce2b2.mp3?duration=12096"
  87. }, {
  88. "DataId": "737052",
  89. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8e3eeb20793.mp3?duration=4320"
  90. }, {
  91. "DataId": "737002",
  92. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8e347f59151.mp3?duration=3960"
  93. }, {
  94. "DataId": "736973",
  95. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e287ddc5ba.mp3?duration=3096"
  96. }, {
  97. "DataId": "736971",
  98. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e268e5ebc5.mp3?duration=8352"
  99. }, {
  100. "DataId": "736963",
  101. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8eafd516423.mp3?duration=20160"
  102. }, {
  103. "DataId": "736920",
  104. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e251c9eedf.mp3?duration=18720"
  105. }, {
  106. "DataId": "736799",
  107. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e0118d7662.mp3?duration=2664"
  108. }, {
  109. "DataId": "736778",
  110. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e021d8bcfe.mp3?duration=5256"
  111. }, {
  112. "DataId": "736766",
  113. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-28\/5d8ea0e235749.mp3?duration=4608"
  114. }, {
  115. "DataId": "736607",
  116. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8da5c0653df.mp3?duration=8927"
  117. }, {
  118. "DataId": "736601",
  119. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e12f1b6495.mp3?duration=4752"
  120. }, {
  121. "DataId": "736572",
  122. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d9c3991802.mp3?duration=8928"
  123. }, {
  124. "DataId": "736520",
  125. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d82d03c5dc.mp3?duration=6912"
  126. }, {
  127. "DataId": "736519",
  128. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d98cd3c61c.mp3?duration=7992"
  129. }, {
  130. "DataId": "736449",
  131. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d59ff0e5f3.mp3?duration=4464"
  132. }, {
  133. "DataId": "736379",
  134. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8cf126cd34d.mp3?duration=5760"
  135. }, {
  136. "DataId": "736376",
  137. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8cf11acc888.mp3?duration=15768"
  138. }, {
  139. "DataId": "736371",
  140. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d555f7da2e.mp3?duration=5976"
  141. }, {
  142. "DataId": "736342",
  143. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8cf0f2deef7.mp3?duration=12600"
  144. }, {
  145. "DataId": "736315",
  146. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d97df9dee4.mp3?duration=6696"
  147. }, {
  148. "DataId": "736273",
  149. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8dd82d8a75f.mp3?duration=7056"
  150. }, {
  151. "DataId": "736246",
  152. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8dd47621a8c.mp3?duration=19944"
  153. }, {
  154. "DataId": "736174",
  155. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cda81c6002.mp3?duration=2808"
  156. }, {
  157. "DataId": "736173",
  158. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8ccc1216349.mp3?duration=14760"
  159. }, {
  160. "DataId": "736163",
  161. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cd4115d861.mp3?duration=14616"
  162. }, {
  163. "DataId": "736104",
  164. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cc70fc0f33.mp3?duration=20160"
  165. }, {
  166. "DataId": "736080",
  167. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8dd8cb1a6a8.mp3?duration=14040"
  168. }, {
  169. "DataId": "735939",
  170. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cbb47a174b.mp3?duration=4032"
  171. }, {
  172. "DataId": "735934",
  173. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8ca1e3db7d7.mp3?duration=15480"
  174. }, {
  175. "DataId": "735887",
  176. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cbcc5ac04f.mp3?duration=7488"
  177. }, {
  178. "DataId": "735747",
  179. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c8afc94ce3.mp3?duration=11376"
  180. }, {
  181. "DataId": "735740",
  182. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c6f60b676c.mp3?duration=20088"
  183. }, {
  184. "DataId": "735680",
  185. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c95b6d3435.mp3?duration=15120"
  186. }, {
  187. "DataId": "735674",
  188. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c641cebf94.mp3?duration=14976"
  189. }, {
  190. "DataId": "735563",
  191. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c58392c1bb.mp3?duration=4032"
  192. }, {
  193. "DataId": "735515",
  194. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c588452a54.mp3?duration=10080"
  195. }, {
  196. "DataId": "735511",
  197. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c43907fa5c.mp3?duration=3456"
  198. }, {
  199. "DataId": "735460",
  200. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c379416247.mp3?duration=6696"
  201. }, {
  202. "DataId": "735416",
  203. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c32feb8b55.mp3?duration=17712"
  204. }, {
  205. "DataId": "735381",
  206. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c3b5abc4cc.mp3?duration=3888"
  207. }, {
  208. "DataId": "735301",
  209. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d6395a85bd.mp3?duration=5040"
  210. }, {
  211. "DataId": "735262",
  212. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c261175e23.mp3?duration=6552"
  213. }, {
  214. "DataId": "735214",
  215. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8ddf1f1e039.m4a?duration=32871"
  216. }, {
  217. "DataId": "735154",
  218. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c10ce734c3.mp3?duration=6264"
  219. }, {
  220. "DataId": "735128",
  221. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-24\/5d89fa42d6cea.mp3?duration=20160"
  222. }, {
  223. "DataId": "735066",
  224. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c0bcbafb29.mp3?duration=8712"
  225. }, {
  226. "DataId": "735012",
  227. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c3e75d15bb.mp3?duration=18000"
  228. }, {
  229. "DataId": "735009",
  230. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cd53d5ef37.mp3?duration=3600"
  231. }, {
  232. "DataId": "734949",
  233. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c5ee946919.mp3?duration=7848"
  234. }, {
  235. "DataId": "734881",
  236. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8bb3ec2eb13.mp3?duration=13320"
  237. }, {
  238. "DataId": "734804",
  239. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c4a5e4d711.mp3?duration=20160"
  240. }, {
  241. "DataId": "734721",
  242. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cd8747f27a.mp3?duration=6912"
  243. }, {
  244. "DataId": "734695",
  245. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8ba8ad016fd.mp3?duration=5904"
  246. }, {
  247. "DataId": "734692",
  248. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8b9c1fa12d0.mp3?duration=20160"
  249. }, {
  250. "DataId": "734662",
  251. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8b954e08f31.mp3?duration=5184"
  252. }, {
  253. "DataId": "734332",
  254. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b86fa7d986.mp3?duration=18432"
  255. }, {
  256. "DataId": "734234",
  257. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8dad1e2465a.mp3?duration=5472"
  258. }, {
  259. "DataId": "734212",
  260. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8e25e2b5370.mp3?duration=3672"
  261. }, {
  262. "DataId": "734085",
  263. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cd35918db7.mp3?duration=10872"
  264. }, {
  265. "DataId": "734005",
  266. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8ddf999898f.mp3?duration=16056.000000000002"
  267. }, {
  268. "DataId": "733996",
  269. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d968d6dec7.mp3?duration=3312"
  270. }, {
  271. "DataId": "733825",
  272. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b899a6ce6e.mp3?duration=4608"
  273. }, {
  274. "DataId": "733752",
  275. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8b9638ccf65.mp3?duration=14688"
  276. }, {
  277. "DataId": "733681",
  278. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b761e5c888.mp3?duration=20160"
  279. }, {
  280. "DataId": "733668",
  281. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8b945019591.mp3?duration=8496"
  282. }, {
  283. "DataId": "733647",
  284. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d677233161.mp3?duration=6120"
  285. }, {
  286. "DataId": "733630",
  287. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b8286a5b49.mp3?duration=5616"
  288. }, {
  289. "DataId": "733629",
  290. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c144d2ff78.mp3?duration=3816"
  291. }, {
  292. "DataId": "733620",
  293. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8cda781cddc.mp3?duration=6192"
  294. }, {
  295. "DataId": "733594",
  296. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b71a38fa0d.mp3?duration=6120"
  297. }, {
  298. "DataId": "733575",
  299. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b7a12ec25e.mp3?duration=7200"
  300. }, {
  301. "DataId": "733481",
  302. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b7ecec1097.mp3?duration=3384"
  303. }, {
  304. "DataId": "733473",
  305. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8ca133159b3.mp3?duration=15192"
  306. }, {
  307. "DataId": "733243",
  308. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b6e1fb2b46.mp3?duration=5904"
  309. }, {
  310. "DataId": "733208",
  311. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b65f037d32.mp3?duration=7992"
  312. }, {
  313. "DataId": "733115",
  314. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b6a41dac6e.mp3?duration=11880"
  315. }, {
  316. "DataId": "733096",
  317. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c159360a79.mp3?duration=16344.000000000002"
  318. }, {
  319. "DataId": "733001",
  320. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8b9b7bd116d.mp3?duration=15192"
  321. }, {
  322. "DataId": "732996",
  323. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b67a545518.mp3?duration=16056.000000000002"
  324. }, {
  325. "DataId": "732980",
  326. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b71174c9c7.mp3?duration=9072"
  327. }, {
  328. "DataId": "732973",
  329. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b68bb09b5a.mp3?duration=13320"
  330. }, {
  331. "DataId": "732911",
  332. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b65020136f.mp3?duration=5472"
  333. }, {
  334. "DataId": "732892",
  335. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b6ca955b2b.mp3?duration=10656"
  336. }, {
  337. "DataId": "732870",
  338. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b6df33847c.mp3?duration=16200"
  339. }, {
  340. "DataId": "732794",
  341. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b5e12c9162.mp3?duration=19584"
  342. }, {
  343. "DataId": "732694",
  344. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8ca1e14df91.mp3?duration=4248"
  345. }, {
  346. "DataId": "732692",
  347. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b84afd6b77.mp3?duration=2088"
  348. }, {
  349. "DataId": "732683",
  350. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-27\/5d8d744b7611d.mp3?duration=19800"
  351. }, {
  352. "DataId": "732646",
  353. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b6de257057.mp3?duration=20304"
  354. }, {
  355. "DataId": "732588",
  356. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b791638ee5.mp3?duration=15480"
  357. }, {
  358. "DataId": "732551",
  359. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b7359a00a6.mp3?duration=7200"
  360. }, {
  361. "DataId": "732530",
  362. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b513f5f365.mp3?duration=17136"
  363. }, {
  364. "DataId": "732516",
  365. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-26\/5d8c4251ae265.mp3?duration=7128"
  366. }, {
  367. "DataId": "732503",
  368. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b4cae78804.mp3?duration=9864"
  369. }, {
  370. "DataId": "732471",
  371. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b4c881aeb0.mp3?duration=12024"
  372. }, {
  373. "DataId": "732436",
  374. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b3d9d51999.mp3?duration=4824"
  375. }, {
  376. "DataId": "732425",
  377. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b2df77a2d2.mp3?duration=4032"
  378. }, {
  379. "DataId": "732402",
  380. "Url": "https:\/\/oss.pocketuniversity.cn\/media\/2019-09-25\/5d8b28bcd7cd9.mp3?duration=9360"
  381. }]', true);
  382. }
  383. public function getTaskList()
  384. {
  385. return json_decode('{
  386. "Data":[
  387. {
  388. "DataId":"128219",
  389. "TaskId":"2f827608-97cb-4d03-8b0c-056ba5ea0b21"
  390. }
  391. ]
  392. }', true);
  393. return json_decode('{
  394. "Data": [{
  395. "DataId": "737096",
  396. "TaskId": "8c8530c2-d12e-4dff-ad09-5e90e391647a"
  397. }, {
  398. "DataId": "737095",
  399. "TaskId": "3e0f4c2a-a6f2-4301-9426-a8364ebdf1d1"
  400. }, {
  401. "DataId": "737052",
  402. "TaskId": "e47fb42b-0291-4ee2-9a7c-9e77a2ef5376"
  403. }, {
  404. "DataId": "737002",
  405. "TaskId": "23a7dd80-af3f-4bfe-801e-af68b682b0d9"
  406. }, {
  407. "DataId": "736973",
  408. "TaskId": "aaf0fa1b-aee2-46e8-ad63-ba8d1e7fc9e1"
  409. }, {
  410. "DataId": "736971",
  411. "TaskId": "2545507d-6208-4835-87d4-0f40747dd224"
  412. }, {
  413. "DataId": "736963",
  414. "TaskId": "7488ef93-5749-4516-a0ea-d1063c1b691b"
  415. }, {
  416. "DataId": "736920",
  417. "TaskId": "113998b0-2011-4f13-b769-2b72ea20d1e5"
  418. }, {
  419. "DataId": "736799",
  420. "TaskId": "0686e6c1-a409-437d-9195-4748aea92dad"
  421. }, {
  422. "DataId": "736778",
  423. "TaskId": "84dcf4fe-b753-49b5-b112-ae5b5cc81ff2"
  424. }, {
  425. "DataId": "736766",
  426. "TaskId": "c29f1fd1-f86e-4aa9-b036-6c9259d35b75"
  427. }, {
  428. "DataId": "736607",
  429. "TaskId": "4ed7b36d-569c-44bd-9fa6-075d923ebe64"
  430. }, {
  431. "DataId": "736601",
  432. "TaskId": "6b34354f-43ef-4603-957c-4e77a7c102ea"
  433. }, {
  434. "DataId": "736572",
  435. "TaskId": "0e57553a-3fa3-41fa-a158-77f5a734e99a"
  436. }, {
  437. "DataId": "736520",
  438. "TaskId": "b5b020f0-ef35-4ce5-8ad3-3c709740426a"
  439. }, {
  440. "DataId": "736519",
  441. "TaskId": "d52f6f69-411f-4db4-adaf-961dd1b703d4"
  442. }, {
  443. "DataId": "736449",
  444. "TaskId": "99c6e3be-58ce-4f2e-9f1d-62f06edb6f4d"
  445. }, {
  446. "DataId": "736379",
  447. "TaskId": "a70106d4-77c9-49e2-b5f5-c0c5481276f4"
  448. }, {
  449. "DataId": "736376",
  450. "TaskId": "9f4fc265-1e57-4325-931b-03fb21d5f744"
  451. }, {
  452. "DataId": "736371",
  453. "TaskId": "ff5baccc-a924-448e-8756-87cd38511360"
  454. }, {
  455. "DataId": "736342",
  456. "TaskId": "b4cfd5f2-1e11-4ccf-9833-7843d770fba7"
  457. }, {
  458. "DataId": "736315",
  459. "TaskId": "cb6b0b5b-c7e3-4d54-b766-b66a62f2c8bb"
  460. }, {
  461. "DataId": "736273",
  462. "TaskId": "7f3925f5-2c23-46c3-95dc-7ea3d0e06240"
  463. }, {
  464. "DataId": "736246",
  465. "TaskId": "5586880a-55a9-4818-b215-debb701011a3"
  466. }, {
  467. "DataId": "736174",
  468. "TaskId": "309ab371-28e4-4cc3-baf9-3381ca33f005"
  469. }, {
  470. "DataId": "736173",
  471. "TaskId": "535ca824-ad13-4c53-b824-aa204ed1e876"
  472. }, {
  473. "DataId": "736163",
  474. "TaskId": "36cdbb16-2333-44c3-8cae-31eff67a6d88"
  475. }, {
  476. "DataId": "736104",
  477. "TaskId": "c53fcd53-208c-448b-b03c-6b14a31993de"
  478. }, {
  479. "DataId": "736080",
  480. "TaskId": "86893938-1dcd-40d0-bec2-38d9f9ff15d4"
  481. }, {
  482. "DataId": "735939",
  483. "TaskId": "bc649946-6b91-4ea0-adef-b493d993e540"
  484. }, {
  485. "DataId": "735934",
  486. "TaskId": "64b5ebb1-5ee8-43df-ad4b-47c05f081e5c"
  487. }, {
  488. "DataId": "735887",
  489. "TaskId": "9b4c5e59-0b1f-4cd1-ba19-d8f3c7fa629f"
  490. }, {
  491. "DataId": "735747",
  492. "TaskId": "a0ad9c26-9d1b-4740-ad0e-566ba4991506"
  493. }, {
  494. "DataId": "735740",
  495. "TaskId": "f93e9a1a-28c7-4e21-9cca-b46572b387a3"
  496. }, {
  497. "DataId": "735680",
  498. "TaskId": "12b14ba2-f357-4b42-9b7f-7ce847d4f3c8"
  499. }, {
  500. "DataId": "735674",
  501. "TaskId": "48f0a8e6-ce12-4f67-a681-23d6d5219dad"
  502. }, {
  503. "DataId": "735563",
  504. "TaskId": "0c3b619f-663c-4d15-b528-d1e1dbed600f"
  505. }, {
  506. "DataId": "735515",
  507. "TaskId": "bd8cd4e2-2578-4c20-8e1f-f05dbc741594"
  508. }, {
  509. "DataId": "735511",
  510. "TaskId": "9e723a66-0bd8-4d25-b1d6-3a4cf5fdac5d"
  511. }, {
  512. "DataId": "735460",
  513. "TaskId": "d2fe8c0e-2be6-48aa-b4da-0cf8edbaffd5"
  514. }, {
  515. "DataId": "735416",
  516. "TaskId": "a5360782-f977-4db0-802c-59864c85a645"
  517. }, {
  518. "DataId": "735381",
  519. "TaskId": "1b457365-27d6-429b-8366-ca253168dbdd"
  520. }, {
  521. "DataId": "735301",
  522. "TaskId": "05183887-33ab-471a-b9e3-3a5484ede2df"
  523. }, {
  524. "DataId": "735262",
  525. "TaskId": "12f11a2b-71d2-477e-bb6a-b6c90b663114"
  526. }, {
  527. "DataId": "735214",
  528. "TaskId": "f358f2f3-dbde-4cf6-b5b0-6d9b1b405452"
  529. }, {
  530. "DataId": "735154",
  531. "TaskId": "c29f2d83-46d0-4219-8a36-4f160e5a8776"
  532. }, {
  533. "DataId": "735128",
  534. "TaskId": "364d1bd6-7267-44fc-b4d3-99b7302b8322"
  535. }, {
  536. "DataId": "735066",
  537. "TaskId": "ec9f9f28-5e62-423b-94fb-a29375c00a39"
  538. }, {
  539. "DataId": "735012",
  540. "TaskId": "c7517ca2-7907-4543-9e8f-e45301968586"
  541. }, {
  542. "DataId": "735009",
  543. "TaskId": "8b8678a5-6c80-4a45-9cda-4d52fa8838af"
  544. }, {
  545. "DataId": "734949",
  546. "TaskId": "56e2b9c5-59ef-4db8-8b04-8596cc592af5"
  547. }, {
  548. "DataId": "734881",
  549. "TaskId": "a7185bb7-eaa7-47b5-91b7-5fa1a83e7c78"
  550. }, {
  551. "DataId": "734804",
  552. "TaskId": "548a35c8-4956-465f-836b-b36b42affc2b"
  553. }, {
  554. "DataId": "734721",
  555. "TaskId": "70e841f0-15af-4a20-b8e3-2d213b591165"
  556. }, {
  557. "DataId": "734695",
  558. "TaskId": "df4b142e-3572-4a98-9617-eadb4a9dd164"
  559. }, {
  560. "DataId": "734692",
  561. "TaskId": "c9991a0b-8006-4398-ad0f-71efc82f0544"
  562. }, {
  563. "DataId": "734662",
  564. "TaskId": "33fb6dc3-6c98-4868-af34-e15b98fe18f0"
  565. }, {
  566. "DataId": "734332",
  567. "TaskId": "98ed5069-49b5-4af0-bdf7-3794b2c6401b"
  568. }, {
  569. "DataId": "734234",
  570. "TaskId": "b39d38fe-0ee6-4454-b84f-46ad8884e1ff"
  571. }, {
  572. "DataId": "734212",
  573. "TaskId": "05f55f4e-bc73-43c1-a2c5-dc2d867b0d04"
  574. }, {
  575. "DataId": "734085",
  576. "TaskId": "60bc6bf3-31b7-4dce-aa7a-2dd78bbcd803"
  577. }, {
  578. "DataId": "734005",
  579. "TaskId": "a0b9af3e-ec19-4f60-861b-671b4c4c2a72"
  580. }, {
  581. "DataId": "733996",
  582. "TaskId": "ece6bfbf-4549-4543-87f2-276f46416d44"
  583. }, {
  584. "DataId": "733825",
  585. "TaskId": "76cfd925-eef7-44bc-93b6-e741cf86af0f"
  586. }, {
  587. "DataId": "733752",
  588. "TaskId": "229e5e8e-a7c5-4450-9458-5b6e3051ac85"
  589. }, {
  590. "DataId": "733681",
  591. "TaskId": "af89ab6b-c24f-43c6-abbc-013d6cf2e475"
  592. }, {
  593. "DataId": "733668",
  594. "TaskId": "5f376898-14e9-44d1-8569-514dd45d385a"
  595. }, {
  596. "DataId": "733647",
  597. "TaskId": "4fc02460-1cc2-46e0-9726-5e814a01ca0a"
  598. }, {
  599. "DataId": "733630",
  600. "TaskId": "ff4f03f7-bf75-454b-a299-79f3cf108dec"
  601. }, {
  602. "DataId": "733629",
  603. "TaskId": "2ab3d15d-a759-4be2-bc3a-7755bf9cf50a"
  604. }, {
  605. "DataId": "733620",
  606. "TaskId": "608a47ea-b91e-4365-b5a9-c05a933c2e79"
  607. }, {
  608. "DataId": "733594",
  609. "TaskId": "73adf3f7-1748-481d-9b4b-ffe06a46ccef"
  610. }, {
  611. "DataId": "733575",
  612. "TaskId": "8eb4ab45-2a8e-4988-874e-e5de88c68d57"
  613. }, {
  614. "DataId": "733481",
  615. "TaskId": "62e36a6c-3f78-421b-8578-b81463ced68b"
  616. }, {
  617. "DataId": "733473",
  618. "TaskId": "762fe4fe-dc65-4537-81f1-0e3a6b1ebbb7"
  619. }, {
  620. "DataId": "733243",
  621. "TaskId": "bace2f25-f44e-4ec9-9b97-aae3bfe12f27"
  622. }, {
  623. "DataId": "733208",
  624. "TaskId": "8d03a083-ff32-40cc-a488-2e075fbb5df7"
  625. }, {
  626. "DataId": "733115",
  627. "TaskId": "8559beeb-3728-4558-911b-4ee8199f34b8"
  628. }, {
  629. "DataId": "733096",
  630. "TaskId": "ed68c196-e8c9-46ba-be0a-7191bf475354"
  631. }, {
  632. "DataId": "733001",
  633. "TaskId": "16cb807a-4425-427f-b400-919a1d39ac61"
  634. }, {
  635. "DataId": "732996",
  636. "TaskId": "a4c3fa5f-7915-4ff5-85fb-e0ac935b18a8"
  637. }, {
  638. "DataId": "732980",
  639. "TaskId": "a0b050e5-7422-48d1-aad1-eeba0f9b0dbc"
  640. }, {
  641. "DataId": "732973",
  642. "TaskId": "12f790d0-37b1-4fcd-bf11-ee4170c32800"
  643. }, {
  644. "DataId": "732911",
  645. "TaskId": "c0cdb4a2-5893-48ef-8278-0b2637697a9a"
  646. }, {
  647. "DataId": "732892",
  648. "TaskId": "3cfbf55d-aec4-4493-8794-d77159bbd47a"
  649. }, {
  650. "DataId": "732870",
  651. "TaskId": "72e88bab-85d9-4293-8655-000260fbe726"
  652. }, {
  653. "DataId": "732794",
  654. "TaskId": "3a755cda-6b8f-4f44-9a91-96ef17f93dbb"
  655. }, {
  656. "DataId": "732694",
  657. "TaskId": "94ac3dca-56c4-4888-80fe-917d676a22d2"
  658. }, {
  659. "DataId": "732692",
  660. "TaskId": "ece1472d-f037-4c4c-ae6b-092de590d795"
  661. }, {
  662. "DataId": "732683",
  663. "TaskId": "52d7ce21-fb36-47ff-9932-e5994abb1559"
  664. }, {
  665. "DataId": "732646",
  666. "TaskId": "e57c08f2-913d-4eed-b393-c4cd96e2a392"
  667. }, {
  668. "DataId": "732588",
  669. "TaskId": "d0fc9e1e-e227-4158-98f6-2c4cba935d1c"
  670. }, {
  671. "DataId": "732551",
  672. "TaskId": "c8913a19-c9c8-44a0-bf70-2ee404a6a550"
  673. }, {
  674. "DataId": "732530",
  675. "TaskId": "aec8c070-4aa7-4864-88cd-4e136c962bca"
  676. }, {
  677. "DataId": "732516",
  678. "TaskId": "0b9bc55e-b2bf-404a-ac0b-ecd70e5b7cad"
  679. }, {
  680. "DataId": "732503",
  681. "TaskId": "27067305-e5e5-417f-9a30-ca09f05b428c"
  682. }, {
  683. "DataId": "732471",
  684. "TaskId": "993019fd-1f84-4c67-942e-1079ee1d00af"
  685. }, {
  686. "DataId": "732436",
  687. "TaskId": "56a5dcb1-6bec-4fdf-a6c6-5cb262c7585b"
  688. }, {
  689. "DataId": "732425",
  690. "TaskId": "c83d511a-d264-4222-8a5b-3f26f31fe89e"
  691. }, {
  692. "DataId": "732402",
  693. "TaskId": "cc060023-069e-44a0-8e9d-541ac78ec73d"
  694. }],
  695. "RequestId": "b04e71c3-1704-4181-a8aa-0646953de752"
  696. }', true);
  697. }
  698. }