Hibok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6194 line
168 KiB

  1. import 'package:chat/data/constants.dart';
  2. import 'package:chat/generated/i18n.dart';
  3. import 'package:flutter/widgets.dart';
  4. import '../data/UserData.dart';
  5. import '../utils/TokenMgr.dart';
  6. import 'package:chat/data/UserData.dart';
  7. import 'package:chat/utils/HttpUtil.dart';
  8. import 'package:dio/dio.dart';
  9. enum PhotoType {
  10. free,
  11. destroy,
  12. money,
  13. destroyMoney,
  14. }
  15. Map<String, String> phone = {
  16. "+86": "86",
  17. "+84": "84",
  18. };
  19. var constData = [
  20. {
  21. 'program': [
  22. {"Key": "Motion", "Value": "Motion", "PageKey": 0, "List": []},
  23. {"Key": "Party", "Value": "Party", "PageKey": 0, "List": []},
  24. {"Key": "Foodie", "Value": "Foodie", "PageKey": 0, "List": []},
  25. {"Key": "Movie", "Value": "WatchMovie", "PageKey": 0, "List": []},
  26. {"Key": "Game", "Value": "Game", "PageKey": 0, "List": []},
  27. {"Key": "Travel", "Value": "CompanionTravel", "PageKey": 0, "List": []},
  28. {"Key": "Chat", "Value": "LianmaiChats", "PageKey": 0, "List": []},
  29. {"Key": "Other", "Value": "Other", "PageKey": 0, "List": []}
  30. ],
  31. 'lovePeople': [
  32. {"Key": "Face", "Value": "LookFace", "PageKey": 0, "List": []},
  33. {"Key": "Interesting", "Value": "Interesting", "PageKey": 0, "List": []},
  34. {"Key": "LocalTyrant", "Value": "LocalTyrant", "PageKey": 0, "List": []},
  35. {"Key": "Love", "Value": "LoveMe", "PageKey": 0, "List": []},
  36. {"Key": "Feel", "Value": "LookFeeling", "PageKey": 0, "List": []},
  37. {"Key": "Indifferent", "Value": "Indifferent", "PageKey": 0, "List": []}
  38. ],
  39. 'job': [
  40. {
  41. "Key": "Information",
  42. "Value": "InformationTechnology",
  43. "PageKey": 0,
  44. "List": [
  45. {
  46. "Key": "Internet",
  47. "Value": "Internet",
  48. "PageKey": 0,
  49. "ParentKey": "Information"
  50. },
  51. {
  52. "Key": "IT",
  53. "Value": "IT",
  54. "PageKey": 0,
  55. "ParentKey": "Information"
  56. },
  57. {
  58. "Key": "Operate",
  59. "Value": "TelecomOperation",
  60. "PageKey": 0,
  61. "ParentKey": "Information"
  62. },
  63. {
  64. "Key": "NetworkGame",
  65. "Value": "NetworkGame",
  66. "PageKey": 0,
  67. "ParentKey": "Information"
  68. },
  69. {
  70. "Key": "Communication",
  71. "Value": "Communication",
  72. "PageKey": 0,
  73. "ParentKey": "Information"
  74. }
  75. ]
  76. },
  77. {
  78. "Key": "Financial",
  79. "Value": "FinancialInsurance",
  80. "PageKey": 0,
  81. "List": [
  82. {
  83. "Key": "Investment",
  84. "Value": "Investment",
  85. "PageKey": 0,
  86. "ParentKey": "Financial"
  87. },
  88. {
  89. "Key": "StockFund",
  90. "Value": "StockFund",
  91. "PageKey": 0,
  92. "ParentKey": "Financial"
  93. },
  94. {
  95. "Key": "Insurance",
  96. "Value": "Insurance",
  97. "PageKey": 0,
  98. "ParentKey": "Financial"
  99. },
  100. {
  101. "Key": "Bank",
  102. "Value": "Bank",
  103. "PageKey": 0,
  104. "ParentKey": "Financial"
  105. },
  106. {
  107. "Key": "TrustGuarantee",
  108. "Value": "TrustGuarantee",
  109. "PageKey": 0,
  110. "ParentKey": "Financial"
  111. }
  112. ]
  113. },
  114. {
  115. "Key": "CommercialServices",
  116. "Value": "CommercialServices",
  117. "PageKey": 0,
  118. "List": [
  119. {
  120. "Key": "Consultation",
  121. "Value": "Consultation",
  122. "PageKey": 0,
  123. "ParentKey": "CommercialServices"
  124. },
  125. {
  126. "Key": "Individual",
  127. "Value": "IndividualManagement",
  128. "PageKey": 0,
  129. "ParentKey": "CommercialServices"
  130. },
  131. {
  132. "Key": "Cosmetology",
  133. "Value": "BeautyAndHairdressing",
  134. "PageKey": 0,
  135. "ParentKey": "CommercialServices"
  136. },
  137. {
  138. "Key": "Decoration",
  139. "Value": "Decoration",
  140. "PageKey": 0,
  141. "ParentKey": "CommercialServices"
  142. },
  143. {
  144. "Key": "Detective",
  145. "Value": "Detective",
  146. "PageKey": 0,
  147. "ParentKey": "CommercialServices"
  148. },
  149. {
  150. "Key": "EstateManagement",
  151. "Value": "EstateManagement",
  152. "PageKey": 0,
  153. "ParentKey": "CommercialServices"
  154. },
  155. {
  156. "Key": "RealEstate",
  157. "Value": "RealEstate",
  158. "PageKey": 0,
  159. "ParentKey": "CommercialServices"
  160. },
  161. {
  162. "Key": "Car",
  163. "Value": "Car",
  164. "PageKey": 0,
  165. "ParentKey": "CommercialServices"
  166. },
  167. {
  168. "Key": "Trade",
  169. "Value": "Trade",
  170. "PageKey": 0,
  171. "ParentKey": "CommercialServices"
  172. },
  173. {
  174. "Key": "LeisureTime",
  175. "Value": "Recreation",
  176. "PageKey": 0,
  177. "ParentKey": "CommercialServices"
  178. },
  179. {
  180. "Key": "HotelCatering",
  181. "Value": "HotelCatering",
  182. "PageKey": 0,
  183. "ParentKey": "CommercialServices"
  184. },
  185. {
  186. "Key": "Travel",
  187. "Value": "Travel",
  188. "PageKey": 0,
  189. "ParentKey": "CommercialServices"
  190. }
  191. ]
  192. },
  193. {
  194. "Key": "Make",
  195. "Value": "EngineeringManufacturing",
  196. "PageKey": 0,
  197. "List": [
  198. {
  199. "Key": "Architecture",
  200. "Value": "Architecture",
  201. "PageKey": 0,
  202. "ParentKey": "Make"
  203. },
  204. {
  205. "Key": "CivilEngineering",
  206. "Value": "CivilEngineering",
  207. "PageKey": 0,
  208. "ParentKey": "Make"
  209. },
  210. {
  211. "Key": "Mechanics",
  212. "Value": "MachineryManufacturing",
  213. "PageKey": 0,
  214. "ParentKey": "Make"
  215. },
  216. {
  217. "Key": "Energy",
  218. "Value": "\r\nEnergy",
  219. "PageKey": 0,
  220. "ParentKey": "Make"
  221. },
  222. {
  223. "Key": "Clothing",
  224. "Value": "Clothing",
  225. "PageKey": 0,
  226. "ParentKey": "Make"
  227. },
  228. {"Key": "Food", "Value": "Food", "PageKey": 0, "ParentKey": "Make"},
  229. {
  230. "Key": "Biomedicine",
  231. "Value": "BiomedicalScience",
  232. "PageKey": 0,
  233. "ParentKey": "Make"
  234. },
  235. {
  236. "Key": "Electronics",
  237. "Value": "Electronics",
  238. "PageKey": 0,
  239. "ParentKey": "Make"
  240. }
  241. ]
  242. },
  243. {
  244. "Key": "Transportation",
  245. "Value": "Traffic",
  246. "PageKey": 0,
  247. "List": [
  248. {
  249. "Key": "Aviation",
  250. "Value": "Aviation",
  251. "PageKey": 0,
  252. "ParentKey": "Transportation"
  253. },
  254. {
  255. "Key": "Railway",
  256. "Value": "Railway",
  257. "PageKey": 0,
  258. "ParentKey": "Transportation"
  259. },
  260. {
  261. "Key": "Logistics",
  262. "Value": "LogisticsTransportation",
  263. "PageKey": 0,
  264. "ParentKey": "Transportation"
  265. },
  266. {
  267. "Key": "Traffic",
  268. "Value": "MassTransit",
  269. "PageKey": 0,
  270. "ParentKey": "Transportation"
  271. },
  272. {
  273. "Key": "ShippingShips",
  274. "Value": "ShippingShips",
  275. "PageKey": 0,
  276. "ParentKey": "Transportation"
  277. }
  278. ]
  279. },
  280. {
  281. "Key": "CulturalMedia",
  282. "Value": "CulturalMedia",
  283. "PageKey": 0,
  284. "List": [
  285. {
  286. "Key": "MediaPublishing",
  287. "Value": "MediaPublishing",
  288. "PageKey": 0,
  289. "ParentKey": "CulturalMedia"
  290. },
  291. {
  292. "Key": "Photography",
  293. "Value": "Photography",
  294. "PageKey": 0,
  295. "ParentKey": "CulturalMedia"
  296. },
  297. {
  298. "Key": "Exhibition",
  299. "Value": "PublicRelationsExhibition",
  300. "PageKey": 0,
  301. "ParentKey": "CulturalMedia"
  302. },
  303. {
  304. "Key": "Comic",
  305. "Value": "Comic",
  306. "PageKey": 0,
  307. "ParentKey": "CulturalMedia"
  308. },
  309. {
  310. "Key": "Originality",
  311. "Value": "AdvertisingCreativity",
  312. "PageKey": 0,
  313. "ParentKey": "CulturalMedia"
  314. },
  315. {
  316. "Key": "Spread",
  317. "Value": "CulturalCommunication",
  318. "PageKey": 0,
  319. "ParentKey": "CulturalMedia"
  320. },
  321. {
  322. "Key": "Design",
  323. "Value": "Design",
  324. "PageKey": 0,
  325. "ParentKey": "CulturalMedia"
  326. }
  327. ]
  328. },
  329. {
  330. "Key": "EntertainmentSports",
  331. "Value": "EntertainmentSports",
  332. "PageKey": 0,
  333. "List": [
  334. {
  335. "Key": "Model",
  336. "Value": "Model",
  337. "PageKey": 0,
  338. "ParentKey": "EntertainmentSports"
  339. },
  340. {
  341. "Key": "Music",
  342. "Value": "Music",
  343. "PageKey": 0,
  344. "ParentKey": "EntertainmentSports"
  345. },
  346. {
  347. "Key": "SportsSports",
  348. "Value": "SportsSports",
  349. "PageKey": 0,
  350. "ParentKey": "EntertainmentSports"
  351. },
  352. {
  353. "Key": "Movies",
  354. "Value": "Movies",
  355. "PageKey": 0,
  356. "ParentKey": "EntertainmentSports"
  357. }
  358. ]
  359. },
  360. {
  361. "Key": "PublicUtilities",
  362. "Value": "PublicUtilities",
  363. "PageKey": 0,
  364. "List": [
  365. {
  366. "Key": "PublicWelfare",
  367. "Value": "PublicWelfare",
  368. "PageKey": 0,
  369. "ParentKey": "PublicUtilities"
  370. },
  371. {
  372. "Key": "Speak",
  373. "Value": "Research",
  374. "PageKey": 0,
  375. "ParentKey": "PublicUtilities"
  376. },
  377. {
  378. "Key": "GovernmentOrgans",
  379. "Value": "GovernmentOrgans",
  380. "PageKey": 0,
  381. "ParentKey": "PublicUtilities"
  382. },
  383. {
  384. "Key": "Education",
  385. "Value": "Education",
  386. "PageKey": 0,
  387. "ParentKey": "PublicUtilities"
  388. },
  389. {
  390. "Key": "Law",
  391. "Value": "Law",
  392. "PageKey": 0,
  393. "ParentKey": "PublicUtilities"
  394. },
  395. {
  396. "Key": "MedicalCare",
  397. "Value": "MedicalCare",
  398. "PageKey": 0,
  399. "ParentKey": "PublicUtilities"
  400. }
  401. ]
  402. },
  403. {
  404. "Key": "Student",
  405. "Value": "Student",
  406. "PageKey": 0,
  407. "List": [
  408. {
  409. "Key": "PuPils",
  410. "Value": "Student",
  411. "PageKey": 0,
  412. "ParentKey": "Student"
  413. }
  414. ]
  415. },
  416. {
  417. "Key": "Nothing",
  418. "Value": "Nothing",
  419. "PageKey": 0,
  420. "List": [
  421. {
  422. "Key": "NotHave",
  423. "Value": "Nothing",
  424. "PageKey": 0,
  425. "ParentKey": "Nothing"
  426. }
  427. ]
  428. }
  429. ],
  430. 'city': [
  431. {
  432. "Key": "VietNam",
  433. "Value": "VietNam",
  434. "PageKey": 0,
  435. "List": [
  436. {
  437. "Key": "AnGiang",
  438. "Value": "AnGiang",
  439. "PageKey": 0,
  440. "ParentKey": "VietNam"
  441. },
  442. {
  443. "Key": "BacGiang",
  444. "Value": "BacGiang",
  445. "PageKey": 0,
  446. "ParentKey": "VietNam"
  447. },
  448. {
  449. "Key": "BacCan",
  450. "Value": "BacCan",
  451. "PageKey": 0,
  452. "ParentKey": "VietNam"
  453. },
  454. {
  455. "Key": "BacLieu",
  456. "Value": "BacLieu",
  457. "PageKey": 0,
  458. "ParentKey": "VietNam"
  459. },
  460. {
  461. "Key": "BeiNing",
  462. "Value": "BeiNing",
  463. "PageKey": 0,
  464. "ParentKey": "VietNam"
  465. },
  466. {
  467. "Key": "BaRiaVungTau",
  468. "Value": "BaRiaVungTau",
  469. "PageKey": 0,
  470. "ParentKey": "VietNam"
  471. },
  472. {
  473. "Key": "BenTre",
  474. "Value": "BenTre",
  475. "PageKey": 0,
  476. "ParentKey": "VietNam"
  477. },
  478. {
  479. "Key": "BinhDinh",
  480. "Value": "BinhDinh",
  481. "PageKey": 0,
  482. "ParentKey": "VietNam"
  483. },
  484. {
  485. "Key": "PingYang",
  486. "Value": "PingYang",
  487. "PageKey": 0,
  488. "ParentKey": "VietNam"
  489. },
  490. {
  491. "Key": "PingFu",
  492. "Value": "PingFu",
  493. "PageKey": 0,
  494. "ParentKey": "VietNam"
  495. },
  496. {
  497. "Key": "CaMau",
  498. "Value": "CaMau",
  499. "PageKey": 0,
  500. "ParentKey": "VietNam"
  501. },
  502. {
  503. "Key": "CaoBang",
  504. "Value": "CaoBang",
  505. "PageKey": 0,
  506. "ParentKey": "VietNam"
  507. },
  508. {
  509. "Key": "DeLe",
  510. "Value": "DeLe",
  511. "PageKey": 0,
  512. "ParentKey": "VietNam"
  513. },
  514. {
  515. "Key": "DeNong",
  516. "Value": "DeNong",
  517. "PageKey": 0,
  518. "ParentKey": "VietNam"
  519. },
  520. {
  521. "Key": "DienBien",
  522. "Value": "DienBien",
  523. "PageKey": 0,
  524. "ParentKey": "VietNam"
  525. },
  526. {
  527. "Key": "DongNai",
  528. "Value": "DongNai",
  529. "PageKey": 0,
  530. "ParentKey": "VietNam"
  531. },
  532. {
  533. "Key": "DongThap",
  534. "Value": "DongThap",
  535. "PageKey": 0,
  536. "ParentKey": "VietNam"
  537. },
  538. {
  539. "Key": "GiaLai",
  540. "Value": "GiaLai",
  541. "PageKey": 0,
  542. "ParentKey": "VietNam"
  543. },
  544. {
  545. "Key": "HaGiang",
  546. "Value": "HaGiang",
  547. "PageKey": 0,
  548. "ParentKey": "VietNam"
  549. },
  550. {
  551. "Key": "HaiDuang",
  552. "Value": "HaiDuang",
  553. "PageKey": 0,
  554. "ParentKey": "VietNam"
  555. },
  556. {
  557. "Key": "Henan",
  558. "Value": "Henan",
  559. "PageKey": 0,
  560. "ParentKey": "VietNam"
  561. },
  562. {
  563. "Key": "HaTinh",
  564. "Value": "HaTinh",
  565. "PageKey": 0,
  566. "ParentKey": "VietNam"
  567. },
  568. {
  569. "Key": "HoaBinh",
  570. "Value": "HoaBinh",
  571. "PageKey": 0,
  572. "ParentKey": "VietNam"
  573. },
  574. {
  575. "Key": "HouJiang",
  576. "Value": "HouJiang",
  577. "PageKey": 0,
  578. "ParentKey": "VietNam"
  579. },
  580. {
  581. "Key": "Xingan",
  582. "Value": "Xingan",
  583. "PageKey": 0,
  584. "ParentKey": "VietNam"
  585. },
  586. {
  587. "Key": "KhanhHo",
  588. "Value": "KhanhHo",
  589. "PageKey": 0,
  590. "ParentKey": "VietNam"
  591. },
  592. {
  593. "Key": "JianJiang",
  594. "Value": "JianJiang",
  595. "PageKey": 0,
  596. "ParentKey": "VietNam"
  597. },
  598. {
  599. "Key": "KonTum",
  600. "Value": "KonTum",
  601. "PageKey": 0,
  602. "ParentKey": "VietNam"
  603. },
  604. {
  605. "Key": "LaiChua",
  606. "Value": "LaiChua",
  607. "PageKey": 0,
  608. "ParentKey": "VietNam"
  609. },
  610. {
  611. "Key": "LamDong",
  612. "Value": "LamDong",
  613. "PageKey": 0,
  614. "ParentKey": "VietNam"
  615. },
  616. {
  617. "Key": "LangSon",
  618. "Value": "LangSon",
  619. "PageKey": 0,
  620. "ParentKey": "VietNam"
  621. },
  622. {
  623. "Key": "LaoCai",
  624. "Value": "LaoCai",
  625. "PageKey": 0,
  626. "ParentKey": "VietNam"
  627. },
  628. {
  629. "Key": "LongAn",
  630. "Value": "LongAn",
  631. "PageKey": 0,
  632. "ParentKey": "VietNam"
  633. },
  634. {
  635. "Key": "NamDinh",
  636. "Value": "NamDinh",
  637. "PageKey": 0,
  638. "ParentKey": "VietNam"
  639. },
  640. {
  641. "Key": "NgheAn",
  642. "Value": "NgheAn",
  643. "PageKey": 0,
  644. "ParentKey": "VietNam"
  645. },
  646. {
  647. "Key": "FuShou",
  648. "Value": "FuShou",
  649. "PageKey": 0,
  650. "ParentKey": "VietNam"
  651. },
  652. {
  653. "Key": "PhuYen",
  654. "Value": "PhuYen",
  655. "PageKey": 0,
  656. "ParentKey": "VietNam"
  657. },
  658. {
  659. "Key": "QuangBinh",
  660. "Value": "QuangBinh",
  661. "PageKey": 0,
  662. "ParentKey": "VietNam"
  663. },
  664. {
  665. "Key": "QuangNam",
  666. "Value": "QuangNam",
  667. "PageKey": 0,
  668. "ParentKey": "VietNam"
  669. },
  670. {
  671. "Key": "QuangNgai",
  672. "Value": "QuangNgai",
  673. "PageKey": 0,
  674. "ParentKey": "VietNam"
  675. },
  676. {
  677. "Key": "QuangNinh",
  678. "Value": "QuangNinh",
  679. "PageKey": 0,
  680. "ParentKey": "VietNam"
  681. },
  682. {
  683. "Key": "QuangTri",
  684. "Value": "QuangTri",
  685. "PageKey": 0,
  686. "ParentKey": "VietNam"
  687. },
  688. {
  689. "Key": "SocTrang",
  690. "Value": "SocTrang",
  691. "PageKey": 0,
  692. "ParentKey": "VietNam"
  693. },
  694. {
  695. "Key": "SonLa",
  696. "Value": "SonLa",
  697. "PageKey": 0,
  698. "ParentKey": "VietNam"
  699. },
  700. {
  701. "Key": "TayNinh",
  702. "Value": "TayNinh",
  703. "PageKey": 0,
  704. "ParentKey": "VietNam"
  705. },
  706. {
  707. "Key": "ThaiBinh",
  708. "Value": "ThaiBinh",
  709. "PageKey": 0,
  710. "ParentKey": "VietNam"
  711. },
  712. {
  713. "Key": "ThaiNguyen",
  714. "Value": "ThaiNguyen",
  715. "PageKey": 0,
  716. "ParentKey": "VietNam"
  717. },
  718. {
  719. "Key": "ThanhHoa",
  720. "Value": "ThanhHoa",
  721. "PageKey": 0,
  722. "ParentKey": "VietNam"
  723. },
  724. {
  725. "Key": "ThuaThienHue",
  726. "Value": "ThuaThienHue",
  727. "PageKey": 0,
  728. "ParentKey": "VietNam"
  729. },
  730. {
  731. "Key": "TraVinh",
  732. "Value": "TraVinh",
  733. "PageKey": 0,
  734. "ParentKey": "VietNam"
  735. },
  736. {
  737. "Key": "TuyenQuang",
  738. "Value": "TuyenQuang",
  739. "PageKey": 0,
  740. "ParentKey": "VietNam"
  741. },
  742. {
  743. "Key": "VinhLon",
  744. "Value": "VinhLon",
  745. "PageKey": 0,
  746. "ParentKey": "VietNam"
  747. },
  748. {
  749. "Key": "VinhPhu",
  750. "Value": "VinhPhu",
  751. "PageKey": 0,
  752. "ParentKey": "VietNam"
  753. },
  754. {
  755. "Key": "YenBai",
  756. "Value": "YenBai",
  757. "PageKey": 0,
  758. "ParentKey": "VietNam"
  759. },
  760. {
  761. "Key": "CaoTho",
  762. "Value": "CaoTho",
  763. "PageKey": 0,
  764. "ParentKey": "VietNam"
  765. },
  766. {
  767. "Key": "DaNang",
  768. "Value": "DaNang",
  769. "PageKey": 0,
  770. "ParentKey": "VietNam"
  771. },
  772. {
  773. "Key": "Haiphong",
  774. "Value": "Haiphong",
  775. "PageKey": 0,
  776. "ParentKey": "VietNam"
  777. },
  778. {
  779. "Key": "Hanoi",
  780. "Value": "Hanoi",
  781. "PageKey": 0,
  782. "ParentKey": "VietNam"
  783. },
  784. {
  785. "Key": "HoChiMinhCIty",
  786. "Value": "HoChiMinhCIty",
  787. "PageKey": 0,
  788. "ParentKey": "VietNam"
  789. },
  790. {
  791. "Key": "NingShun",
  792. "Value": "NingShun",
  793. "PageKey": 0,
  794. "ParentKey": "VietNam"
  795. },
  796. {
  797. "Key": "NinhThuan",
  798. "Value": "NinhThuan",
  799. "PageKey": 0,
  800. "ParentKey": "VietNam"
  801. },
  802. {
  803. "Key": "NingPing",
  804. "Value": "NingPing",
  805. "PageKey": 0,
  806. "ParentKey": "VietNam"
  807. },
  808. {
  809. "Key": "Qianjiang",
  810. "Value": "Qianjiang",
  811. "PageKey": 0,
  812. "ParentKey": "VietNam"
  813. }
  814. ]
  815. },
  816. {
  817. "Key": "China",
  818. "Value": "China",
  819. "PageKey": 0,
  820. "List": [
  821. {
  822. "Key": "ChinaRepeat",
  823. "Value": "China",
  824. "PageKey": 0,
  825. "ParentKey": "China"
  826. }
  827. ]
  828. },
  829. {
  830. "Key": "UnitedStates",
  831. "Value": "UnitedStates",
  832. "PageKey": 0,
  833. "List": []
  834. },
  835. {"Key": "Russia", "Value": "Russia", "PageKey": 0, "List": []},
  836. {"Key": "Germany", "Value": "Germany", "PageKey": 0, "List": []},
  837. {
  838. "Key": "UnitedKingdom",
  839. "Value": "UnitedKingdom",
  840. "PageKey": 0,
  841. "List": []
  842. },
  843. {"Key": "France", "Value": "France", "PageKey": 0, "List": []},
  844. {"Key": "Australia", "Value": "Australia", "PageKey": 0, "List": []},
  845. {"Key": "Japan", "Value": "Japan", "PageKey": 0, "List": []},
  846. {"Key": "Korea", "Value": "Korea", "PageKey": 0, "List": []},
  847. {"Key": "Laos", "Value": "Laos", "PageKey": 0, "List": []},
  848. {"Key": "Cambodia", "Value": "Cambodia", "PageKey": 0, "List": []},
  849. {"Key": "Myanmar", "Value": "Myanmar", "PageKey": 0, "List": []},
  850. {"Key": "Thailand", "Value": "Thailand", "PageKey": 0, "List": []},
  851. {"Key": "Malaysia", "Value": "Malaysia", "PageKey": 0, "List": []},
  852. {"Key": "Singapore", "Value": "Singapore", "PageKey": 0, "List": []},
  853. {
  854. "Key": "OtherCountries",
  855. "Value": "OtherCountries",
  856. "PageKey": 0,
  857. "List": []
  858. }
  859. ]
  860. },
  861. {
  862. 'program': [
  863. {"Key": "Motion", "Value": "Luyện tập Y", "PageKey": 0, "List": []},
  864. {"Key": "Party", "Value": "Tiệc mèo đêm", "PageKey": 0, "List": []},
  865. {"Key": "Foodie", "Value": "Tôi ăn", "PageKey": 0, "List": []},
  866. {"Key": "Movie", "Value": "Xem phim", "PageKey": 0, "List": []},
  867. {"Key": "Game", "Value": "Chơi một trò chơi", "PageKey": 0, "List": []},
  868. {"Key": "Travel", "Value": "Đi với bạn", "PageKey": 0, "List": []},
  869. {"Key": "Chat", "Value": "Lianmai trò chuyện", "PageKey": 0, "List": []},
  870. {"Key": "Other", "Value": "Khác", "PageKey": 0, "List": []}
  871. ],
  872. 'lovePeople': [
  873. {"Key": "Face", "Value": "Nhìn mặt đi", "PageKey": 0, "List": []},
  874. {"Key": "Interesting", "Value": "thú vị", "PageKey": 0, "List": []},
  875. {"Key": "LocalTyrant", "Value": "Lão Sa Đà", "PageKey": 0, "List": []},
  876. {"Key": "Love", "Value": "Hãy yêu em", "PageKey": 0, "List": []},
  877. {
  878. "Key": "Feel",
  879. "Value": "Hãy nhìn vào cảm giác",
  880. "PageKey": 0,
  881. "List": []
  882. },
  883. {"Key": "Indifferent", "Value": "Khác", "PageKey": 0, "List": []}
  884. ],
  885. 'job': [
  886. {
  887. "Key": "Information",
  888. "Value": "Công nghệ thông tin",
  889. "PageKey": 0,
  890. "List": [
  891. {
  892. "Key": "Internet",
  893. "Value": "Internet",
  894. "PageKey": 0,
  895. "ParentKey": "Information"
  896. },
  897. {
  898. "Key": "IT",
  899. "Value": "IT",
  900. "PageKey": 0,
  901. "ParentKey": "Information"
  902. },
  903. {
  904. "Key": "Operate",
  905. "Value": "Hoạt động điện thoại",
  906. "PageKey": 0,
  907. "ParentKey": "Information"
  908. },
  909. {
  910. "Key": "NetworkGame",
  911. "Value": "Trò chơi mạng",
  912. "PageKey": 0,
  913. "ParentKey": "Information"
  914. },
  915. {
  916. "Key": "Communication",
  917. "Value": "Truyền thông",
  918. "PageKey": 0,
  919. "ParentKey": "Information"
  920. }
  921. ]
  922. },
  923. {
  924. "Key": "Financial",
  925. "Value": "Công ty bảo hiểm",
  926. "PageKey": 0,
  927. "List": [
  928. {
  929. "Key": "Investment",
  930. "Value": "Đầu",
  931. "PageKey": 0,
  932. "ParentKey": "Financial"
  933. },
  934. {
  935. "Key": "StockFund",
  936. "Value": "Quỹ cổ phiếu",
  937. "PageKey": 0,
  938. "ParentKey": "Financial"
  939. },
  940. {
  941. "Key": "Insurance",
  942. "Value": "Bảo hiểm",
  943. "PageKey": 0,
  944. "ParentKey": "Financial"
  945. },
  946. {
  947. "Key": "Bank",
  948. "Value": "Mở",
  949. "PageKey": 0,
  950. "ParentKey": "Financial"
  951. },
  952. {
  953. "Key": "TrustGuarantee",
  954. "Value": "Bảo đảm tín dụng",
  955. "PageKey": 0,
  956. "ParentKey": "Financial"
  957. }
  958. ]
  959. },
  960. {
  961. "Key": "CommercialServices",
  962. "Value": "Dịch vụ kinh doanh",
  963. "PageKey": 0,
  964. "List": [
  965. {
  966. "Key": "Consultation",
  967. "Value": "Tư vấn",
  968. "PageKey": 0,
  969. "ParentKey": "CommercialServices"
  970. },
  971. {
  972. "Key": "Individual",
  973. "Value": "Tự làm chủ",
  974. "PageKey": 0,
  975. "ParentKey": "CommercialServices"
  976. },
  977. {
  978. "Key": "Cosmetology",
  979. "Value": "Thẩm mỹ viện",
  980. "PageKey": 0,
  981. "ParentKey": "CommercialServices"
  982. },
  983. {
  984. "Key": "Decoration",
  985. "Value": "Cải tạo và trang trí",
  986. "PageKey": 0,
  987. "ParentKey": "CommercialServices"
  988. },
  989. {
  990. "Key": "Detective",
  991. "Value": "Thám tử.",
  992. "PageKey": 0,
  993. "ParentKey": "CommercialServices"
  994. },
  995. {
  996. "Key": "EstateManagement",
  997. "Value": "Quản lý đất",
  998. "PageKey": 0,
  999. "ParentKey": "CommercialServices"
  1000. },
  1001. {
  1002. "Key": "RealEstate",
  1003. "Value": "Bất động sản",
  1004. "PageKey": 0,
  1005. "ParentKey": "CommercialServices"
  1006. },
  1007. {
  1008. "Key": "Car",
  1009. "Value": "xe hơi",
  1010. "PageKey": 0,
  1011. "ParentKey": "CommercialServices"
  1012. },
  1013. {
  1014. "Key": "Trade",
  1015. "Value": "buôn bán",
  1016. "PageKey": 0,
  1017. "ParentKey": "CommercialServices"
  1018. },
  1019. {
  1020. "Key": "LeisureTime",
  1021. "Value": "Giải lao",
  1022. "PageKey": 0,
  1023. "ParentKey": "CommercialServices"
  1024. },
  1025. {
  1026. "Key": "HotelCatering",
  1027. "Value": "Khách sạn Name",
  1028. "PageKey": 0,
  1029. "ParentKey": "CommercialServices"
  1030. },
  1031. {
  1032. "Key": "Travel",
  1033. "Value": "chuyến du lịch",
  1034. "PageKey": 0,
  1035. "ParentKey": "CommercialServices"
  1036. }
  1037. ]
  1038. },
  1039. {
  1040. "Key": "Make",
  1041. "Value": "Kỹ sư sản xuất",
  1042. "PageKey": 0,
  1043. "List": [
  1044. {
  1045. "Key": "Architecture",
  1046. "Value": "Kiến",
  1047. "PageKey": 0,
  1048. "ParentKey": "Make"
  1049. },
  1050. {
  1051. "Key": "CivilEngineering",
  1052. "Value": "Công cụ",
  1053. "PageKey": 0,
  1054. "ParentKey": "Make"
  1055. },
  1056. {
  1057. "Key": "Mechanics",
  1058. "Value": "Xưởng sản xuất",
  1059. "PageKey": 0,
  1060. "ParentKey": "Make"
  1061. },
  1062. {"Key": "Energy", "Value": "năng", "PageKey": 0, "ParentKey": "Make"},
  1063. {
  1064. "Key": "Clothing",
  1065. "Value": "vải",
  1066. "PageKey": 0,
  1067. "ParentKey": "Make"
  1068. },
  1069. {
  1070. "Key": "Food",
  1071. "Value": "thức ăn",
  1072. "PageKey": 0,
  1073. "ParentKey": "Make"
  1074. },
  1075. {
  1076. "Key": "Biomedicine",
  1077. "Value": "Khoa học sinh",
  1078. "PageKey": 0,
  1079. "ParentKey": "Make"
  1080. },
  1081. {
  1082. "Key": "Electronics",
  1083. "Value": "Điện",
  1084. "PageKey": 0,
  1085. "ParentKey": "Make"
  1086. }
  1087. ]
  1088. },
  1089. {
  1090. "Key": "Transportation",
  1091. "Value": "Giao thông vận tải",
  1092. "PageKey": 0,
  1093. "List": [
  1094. {
  1095. "Key": "Aviation",
  1096. "Value": "hàng không",
  1097. "PageKey": 0,
  1098. "ParentKey": "Transportation"
  1099. },
  1100. {
  1101. "Key": "Railway",
  1102. "Value": "Tuyến",
  1103. "PageKey": 0,
  1104. "ParentKey": "Transportation"
  1105. },
  1106. {
  1107. "Key": "Logistics",
  1108. "Value": "Chuyển hóa",
  1109. "PageKey": 0,
  1110. "ParentKey": "Transportation"
  1111. },
  1112. {
  1113. "Key": "Traffic",
  1114. "Value": "Vận chuyển cộng",
  1115. "PageKey": 0,
  1116. "ParentKey": "Transportation"
  1117. },
  1118. {
  1119. "Key": "ShippingShips",
  1120. "Value": "Tàu vận tải",
  1121. "PageKey": 0,
  1122. "ParentKey": "Transportation"
  1123. }
  1124. ]
  1125. },
  1126. {
  1127. "Key": "CulturalMedia",
  1128. "Value": "Truyền thông văn hóa",
  1129. "PageKey": 0,
  1130. "List": [
  1131. {
  1132. "Key": "MediaPublishing",
  1133. "Value": "Nhà xuất bản phương tiện",
  1134. "PageKey": 0,
  1135. "ParentKey": "CulturalMedia"
  1136. },
  1137. {
  1138. "Key": "Photography",
  1139. "Value": "Ảnh",
  1140. "PageKey": 0,
  1141. "ParentKey": "CulturalMedia"
  1142. },
  1143. {
  1144. "Key": "Exhibition",
  1145. "Value": "Hội chợ Quan hệ",
  1146. "PageKey": 0,
  1147. "ParentKey": "CulturalMedia"
  1148. },
  1149. {
  1150. "Key": "Comic",
  1151. "Value": "Truyện",
  1152. "PageKey": 0,
  1153. "ParentKey": "CulturalMedia"
  1154. },
  1155. {
  1156. "Key": "Originality",
  1157. "Value": "Tạo hóa quảng cáo",
  1158. "PageKey": 0,
  1159. "ParentKey": "CulturalMedia"
  1160. },
  1161. {
  1162. "Key": "Spread",
  1163. "Value": "Truyền thuyết văn hóa",
  1164. "PageKey": 0,
  1165. "ParentKey": "CulturalMedia"
  1166. },
  1167. {
  1168. "Key": "Design",
  1169. "Value": "thiết kế",
  1170. "PageKey": 0,
  1171. "ParentKey": "CulturalMedia"
  1172. }
  1173. ]
  1174. },
  1175. {
  1176. "Key": "EntertainmentSports",
  1177. "Value": "Thể thao",
  1178. "PageKey": 0,
  1179. "List": [
  1180. {
  1181. "Key": "Model",
  1182. "Value": "Mẫu",
  1183. "PageKey": 0,
  1184. "ParentKey": "EntertainmentSports"
  1185. },
  1186. {
  1187. "Key": "Music",
  1188. "Value": "Âm",
  1189. "PageKey": 0,
  1190. "ParentKey": "EntertainmentSports"
  1191. },
  1192. {
  1193. "Key": "SportsSports",
  1194. "Value": "Thể thao",
  1195. "PageKey": 0,
  1196. "ParentKey": "EntertainmentSports"
  1197. },
  1198. {
  1199. "Key": "Movies",
  1200. "Value": "Phim",
  1201. "PageKey": 0,
  1202. "ParentKey": "EntertainmentSports"
  1203. }
  1204. ]
  1205. },
  1206. {
  1207. "Key": "PublicUtilities",
  1208. "Value": "Công ty",
  1209. "PageKey": 0,
  1210. "List": [
  1211. {
  1212. "Key": "PublicWelfare",
  1213. "Value": "Phúc lợi xã hội",
  1214. "PageKey": 0,
  1215. "ParentKey": "PublicUtilities"
  1216. },
  1217. {
  1218. "Key": "Speak",
  1219. "Value": "Nghiên cứu khoa học",
  1220. "PageKey": 0,
  1221. "ParentKey": "PublicUtilities"
  1222. },
  1223. {
  1224. "Key": "GovernmentOrgans",
  1225. "Value": "Nội tạng chính phủ",
  1226. "PageKey": 0,
  1227. "ParentKey": "PublicUtilities"
  1228. },
  1229. {
  1230. "Key": "Education",
  1231. "Value": "giáo dục",
  1232. "PageKey": 0,
  1233. "ParentKey": "PublicUtilities"
  1234. },
  1235. {
  1236. "Key": "Law",
  1237. "Value": "Luật",
  1238. "PageKey": 0,
  1239. "ParentKey": "PublicUtilities"
  1240. },
  1241. {
  1242. "Key": "MedicalCare",
  1243. "Value": "Y tế",
  1244. "PageKey": 0,
  1245. "ParentKey": "PublicUtilities"
  1246. }
  1247. ]
  1248. },
  1249. {
  1250. "Key": "Student",
  1251. "Value": "Học sinh",
  1252. "PageKey": 0,
  1253. "List": [
  1254. {
  1255. "Key": "PuPils",
  1256. "Value": "Học sinh",
  1257. "PageKey": 0,
  1258. "ParentKey": "Student"
  1259. }
  1260. ]
  1261. },
  1262. {
  1263. "Key": "Nothing",
  1264. "Value": "không",
  1265. "PageKey": 0,
  1266. "List": [
  1267. {
  1268. "Key": "NotHave",
  1269. "Value": "không",
  1270. "PageKey": 0,
  1271. "ParentKey": "Nothing"
  1272. }
  1273. ]
  1274. }
  1275. ],
  1276. 'city': [
  1277. {
  1278. "Key": "VietNam",
  1279. "Value": "Việt Nam",
  1280. "PageKey": 0,
  1281. "List": [
  1282. {
  1283. "Key": "AnGiang",
  1284. "Value": "An Giang",
  1285. "PageKey": 0,
  1286. "ParentKey": "VietNam"
  1287. },
  1288. {
  1289. "Key": "BacGiang",
  1290. "Value": "Bắc Giang",
  1291. "PageKey": 0,
  1292. "ParentKey": "VietNam"
  1293. },
  1294. {
  1295. "Key": "BacCan",
  1296. "Value": "Bắc Cạn",
  1297. "PageKey": 0,
  1298. "ParentKey": "VietNam"
  1299. },
  1300. {
  1301. "Key": "BacLieu",
  1302. "Value": "Bạc Liêu",
  1303. "PageKey": 0,
  1304. "ParentKey": "VietNam"
  1305. },
  1306. {
  1307. "Key": "BeiNing",
  1308. "Value": "Bắc Ninh",
  1309. "PageKey": 0,
  1310. "ParentKey": "VietNam"
  1311. },
  1312. {
  1313. "Key": "BaRiaVungTau",
  1314. "Value": "Bà Rịa- Vũng Tàu",
  1315. "PageKey": 0,
  1316. "ParentKey": "VietNam"
  1317. },
  1318. {
  1319. "Key": "BenTre",
  1320. "Value": "Bến Tre",
  1321. "PageKey": 0,
  1322. "ParentKey": "VietNam"
  1323. },
  1324. {
  1325. "Key": "BinhDinh",
  1326. "Value": "Bình Định",
  1327. "PageKey": 0,
  1328. "ParentKey": "VietNam"
  1329. },
  1330. {
  1331. "Key": "PingYang",
  1332. "Value": "Bình Dương",
  1333. "PageKey": 0,
  1334. "ParentKey": "VietNam"
  1335. },
  1336. {
  1337. "Key": "PingFu",
  1338. "Value": "Bình Phước",
  1339. "PageKey": 0,
  1340. "ParentKey": "VietNam"
  1341. },
  1342. {
  1343. "Key": "CaMau",
  1344. "Value": "Cà Mau",
  1345. "PageKey": 0,
  1346. "ParentKey": "VietNam"
  1347. },
  1348. {
  1349. "Key": "CaoBang",
  1350. "Value": "Cao Bằng",
  1351. "PageKey": 0,
  1352. "ParentKey": "VietNam"
  1353. },
  1354. {
  1355. "Key": "DeLe",
  1356. "Value": "Đà Lạt",
  1357. "PageKey": 0,
  1358. "ParentKey": "VietNam"
  1359. },
  1360. {
  1361. "Key": "DeNong",
  1362. "Value": "Đắc Nông",
  1363. "PageKey": 0,
  1364. "ParentKey": "VietNam"
  1365. },
  1366. {
  1367. "Key": "DienBien",
  1368. "Value": "Điện Biên",
  1369. "PageKey": 0,
  1370. "ParentKey": "VietNam"
  1371. },
  1372. {
  1373. "Key": "DongNai",
  1374. "Value": "Đồng Nai",
  1375. "PageKey": 0,
  1376. "ParentKey": "VietNam"
  1377. },
  1378. {
  1379. "Key": "DongThap",
  1380. "Value": "Đồng Tháp",
  1381. "PageKey": 0,
  1382. "ParentKey": "VietNam"
  1383. },
  1384. {
  1385. "Key": "GiaLai",
  1386. "Value": "Gia Lai",
  1387. "PageKey": 0,
  1388. "ParentKey": "VietNam"
  1389. },
  1390. {
  1391. "Key": "HaGiang",
  1392. "Value": "Hà Giang",
  1393. "PageKey": 0,
  1394. "ParentKey": "VietNam"
  1395. },
  1396. {
  1397. "Key": "HaiDuang",
  1398. "Value": "Hải Dương",
  1399. "PageKey": 0,
  1400. "ParentKey": "VietNam"
  1401. },
  1402. {
  1403. "Key": "Henan",
  1404. "Value": "Hà Nam",
  1405. "PageKey": 0,
  1406. "ParentKey": "VietNam"
  1407. },
  1408. {
  1409. "Key": "HaTinh",
  1410. "Value": "Hà Tĩnh",
  1411. "PageKey": 0,
  1412. "ParentKey": "VietNam"
  1413. },
  1414. {
  1415. "Key": "HoaBinh",
  1416. "Value": "Hòa Bình",
  1417. "PageKey": 0,
  1418. "ParentKey": "VietNam"
  1419. },
  1420. {
  1421. "Key": "HouJiang",
  1422. "Value": "Hậu Giang",
  1423. "PageKey": 0,
  1424. "ParentKey": "VietNam"
  1425. },
  1426. {
  1427. "Key": "Xingan",
  1428. "Value": "Hưng Yên",
  1429. "PageKey": 0,
  1430. "ParentKey": "VietNam"
  1431. },
  1432. {
  1433. "Key": "KhanhHo",
  1434. "Value": "Khánh Hòa",
  1435. "PageKey": 0,
  1436. "ParentKey": "VietNam"
  1437. },
  1438. {
  1439. "Key": "JianJiang",
  1440. "Value": "Kiên Giang",
  1441. "PageKey": 0,
  1442. "ParentKey": "VietNam"
  1443. },
  1444. {
  1445. "Key": "KonTum",
  1446. "Value": "Kon Tum",
  1447. "PageKey": 0,
  1448. "ParentKey": "VietNam"
  1449. },
  1450. {
  1451. "Key": "LaiChua",
  1452. "Value": "Lai Châu",
  1453. "PageKey": 0,
  1454. "ParentKey": "VietNam"
  1455. },
  1456. {
  1457. "Key": "LamDong",
  1458. "Value": "Lâm Đồng",
  1459. "PageKey": 0,
  1460. "ParentKey": "VietNam"
  1461. },
  1462. {
  1463. "Key": "LangSon",
  1464. "Value": "Lạng Sơn",
  1465. "PageKey": 0,
  1466. "ParentKey": "VietNam"
  1467. },
  1468. {
  1469. "Key": "LaoCai",
  1470. "Value": "Lào Cai",
  1471. "PageKey": 0,
  1472. "ParentKey": "VietNam"
  1473. },
  1474. {
  1475. "Key": "LongAn",
  1476. "Value": "Long An",
  1477. "PageKey": 0,
  1478. "ParentKey": "VietNam"
  1479. },
  1480. {
  1481. "Key": "NamDinh",
  1482. "Value": "Nam Định",
  1483. "PageKey": 0,
  1484. "ParentKey": "VietNam"
  1485. },
  1486. {
  1487. "Key": "NgheAn",
  1488. "Value": "Nghệ An",
  1489. "PageKey": 0,
  1490. "ParentKey": "VietNam"
  1491. },
  1492. {
  1493. "Key": "FuShou",
  1494. "Value": "Phú Thọ",
  1495. "PageKey": 0,
  1496. "ParentKey": "VietNam"
  1497. },
  1498. {
  1499. "Key": "PhuYen",
  1500. "Value": "Phú Yên",
  1501. "PageKey": 0,
  1502. "ParentKey": "VietNam"
  1503. },
  1504. {
  1505. "Key": "QuangBinh",
  1506. "Value": "Quảng Bình",
  1507. "PageKey": 0,
  1508. "ParentKey": "VietNam"
  1509. },
  1510. {
  1511. "Key": "QuangNam",
  1512. "Value": "Quảng Nam",
  1513. "PageKey": 0,
  1514. "ParentKey": "VietNam"
  1515. },
  1516. {
  1517. "Key": "QuangNgai",
  1518. "Value": "Quảng Ngãi",
  1519. "PageKey": 0,
  1520. "ParentKey": "VietNam"
  1521. },
  1522. {
  1523. "Key": "QuangNinh",
  1524. "Value": "Quảng Ninh",
  1525. "PageKey": 0,
  1526. "ParentKey": "VietNam"
  1527. },
  1528. {
  1529. "Key": "QuangTri",
  1530. "Value": "Quảng Trị",
  1531. "PageKey": 0,
  1532. "ParentKey": "VietNam"
  1533. },
  1534. {
  1535. "Key": "SocTrang",
  1536. "Value": "Sóc Trăng",
  1537. "PageKey": 0,
  1538. "ParentKey": "VietNam"
  1539. },
  1540. {
  1541. "Key": "SonLa",
  1542. "Value": "Sơn La",
  1543. "PageKey": 0,
  1544. "ParentKey": "VietNam"
  1545. },
  1546. {
  1547. "Key": "TayNinh",
  1548. "Value": "Tây Ninh",
  1549. "PageKey": 0,
  1550. "ParentKey": "VietNam"
  1551. },
  1552. {
  1553. "Key": "ThaiBinh",
  1554. "Value": "Thái Bình",
  1555. "PageKey": 0,
  1556. "ParentKey": "VietNam"
  1557. },
  1558. {
  1559. "Key": "ThaiNguyen",
  1560. "Value": "Thái Nguyên",
  1561. "PageKey": 0,
  1562. "ParentKey": "VietNam"
  1563. },
  1564. {
  1565. "Key": "ThanhHoa",
  1566. "Value": "Thanh Hóa",
  1567. "PageKey": 0,
  1568. "ParentKey": "VietNam"
  1569. },
  1570. {
  1571. "Key": "ThuaThienHue",
  1572. "Value": "Thừa Thiên- Huế",
  1573. "PageKey": 0,
  1574. "ParentKey": "VietNam"
  1575. },
  1576. {
  1577. "Key": "TraVinh",
  1578. "Value": "Trà Vinh",
  1579. "PageKey": 0,
  1580. "ParentKey": "VietNam"
  1581. },
  1582. {
  1583. "Key": "TuyenQuang",
  1584. "Value": "Tuyên Quang",
  1585. "PageKey": 0,
  1586. "ParentKey": "VietNam"
  1587. },
  1588. {
  1589. "Key": "VinhLon",
  1590. "Value": "Vĩnh Long",
  1591. "PageKey": 0,
  1592. "ParentKey": "VietNam"
  1593. },
  1594. {
  1595. "Key": "VinhPhu",
  1596. "Value": "Vĩnh Phúc",
  1597. "PageKey": 0,
  1598. "ParentKey": "VietNam"
  1599. },
  1600. {
  1601. "Key": "YenBai",
  1602. "Value": "Yên Bái",
  1603. "PageKey": 0,
  1604. "ParentKey": "VietNam"
  1605. },
  1606. {
  1607. "Key": "CaoTho",
  1608. "Value": "Cần Thơ",
  1609. "PageKey": 0,
  1610. "ParentKey": "VietNam"
  1611. },
  1612. {
  1613. "Key": "DaNang",
  1614. "Value": "Đà Nẵng",
  1615. "PageKey": 0,
  1616. "ParentKey": "VietNam"
  1617. },
  1618. {
  1619. "Key": "Haiphong",
  1620. "Value": "Hải Phòng",
  1621. "PageKey": 0,
  1622. "ParentKey": "VietNam"
  1623. },
  1624. {
  1625. "Key": "Hanoi",
  1626. "Value": "Hà Nội",
  1627. "PageKey": 0,
  1628. "ParentKey": "VietNam"
  1629. },
  1630. {
  1631. "Key": "HoChiMinhCIty",
  1632. "Value": "Hồ Chí Minh",
  1633. "PageKey": 0,
  1634. "ParentKey": "VietNam"
  1635. },
  1636. {
  1637. "Key": "NinhThuan",
  1638. "Value": "Bình Thuận",
  1639. "PageKey": 0,
  1640. "ParentKey": "VietNam"
  1641. },
  1642. {
  1643. "Key": "NingShun",
  1644. "Value": "Ninh Thuận",
  1645. "PageKey": 0,
  1646. "ParentKey": "VietNam"
  1647. },
  1648. {
  1649. "Key": "NingPing",
  1650. "Value": "Ninh Bình",
  1651. "PageKey": 0,
  1652. "ParentKey": "VietNam"
  1653. },
  1654. {
  1655. "Key": "Qianjiang",
  1656. "Value": "Tiền Giang",
  1657. "PageKey": 0,
  1658. "ParentKey": "VietNam"
  1659. }
  1660. ]
  1661. },
  1662. {
  1663. "Key": "China",
  1664. "Value": "Trung quốc",
  1665. "PageKey": 0,
  1666. "List": [
  1667. {
  1668. "Key": "ChinaRepeat",
  1669. "Value": "Trung quốc",
  1670. "PageKey": 0,
  1671. "ParentKey": "China"
  1672. },
  1673. ]
  1674. },
  1675. {"Key": "UnitedStates", "Value": "Hoa Kỳ", "PageKey": 0, "List": []},
  1676. {"Key": "Russia", "Value": "Nga", "PageKey": 0, "List": []},
  1677. {"Key": "Germany", "Value": "Đức", "PageKey": 0, "List": []},
  1678. {"Key": "UnitedKingdom", "Value": "Anh", "PageKey": 0, "List": []},
  1679. {"Key": "France", "Value": "Pháp", "PageKey": 0, "List": []},
  1680. {"Key": "Australia", "Value": "Úc", "PageKey": 0, "List": []},
  1681. {"Key": "Japan", "Value": "Nhật Bản", "PageKey": 0, "List": []},
  1682. {"Key": "Korea", "Value": "Hàn Quốc", "PageKey": 0, "List": []},
  1683. {"Key": "Laos", "Value": "Lào", "PageKey": 0, "List": []},
  1684. {"Key": "Cambodia", "Value": "Campuchia", "PageKey": 0, "List": []},
  1685. {"Key": "Myanmar", "Value": "Myanmar", "PageKey": 0, "List": []},
  1686. {"Key": "Thailand", "Value": "Thái Lan", "PageKey": 0, "List": []},
  1687. {"Key": "Malaysia", "Value": "Malaysia", "PageKey": 0, "List": []},
  1688. {"Key": "Singapore", "Value": "Singapore", "PageKey": 0, "List": []},
  1689. {
  1690. "Key": "OtherCountries",
  1691. "Value": "Các nước khác",
  1692. "PageKey": 0,
  1693. "List": []
  1694. }
  1695. ]
  1696. },
  1697. {
  1698. 'program': [
  1699. {"Key": "Motion", "Value": "健康運動", "PageKey": 0, "List": []},
  1700. {"Key": "Party", "Value": "夜蒲聚會", "PageKey": 0, "List": []},
  1701. {"Key": "Foodie", "Value": "我是吃貨", "PageKey": 0, "List": []},
  1702. {"Key": "Movie", "Value": "看電影", "PageKey": 0, "List": []},
  1703. {"Key": "Game", "Value": "玩遊戲", "PageKey": 0, "List": []},
  1704. {"Key": "Travel", "Value": "結伴旅行", "PageKey": 0, "List": []},
  1705. {"Key": "Chat", "Value": "連麥聊天", "PageKey": 0, "List": []},
  1706. {"Key": "Other", "Value": "其他", "PageKey": 0, "List": []}
  1707. ],
  1708. 'lovePeople': [
  1709. {"Key": "Face", "Value": "看臉", "PageKey": 0, "List": []},
  1710. {"Key": "Interesting", "Value": "有趣", "PageKey": 0, "List": []},
  1711. {"Key": "LocalTyrant", "Value": "土豪", "PageKey": 0, "List": []},
  1712. {"Key": "Love", "Value": "關愛我", "PageKey": 0, "List": []},
  1713. {"Key": "Feel", "Value": "看感覺", "PageKey": 0, "List": []},
  1714. {"Key": "Indifferent", "Value": "無所謂", "PageKey": 0, "List": []}
  1715. ],
  1716. 'job': [
  1717. {
  1718. "Key": "Information",
  1719. "Value": "資訊技術",
  1720. "PageKey": 0,
  1721. "List": [
  1722. {
  1723. "Key": "Internet",
  1724. "Value": "互聯網",
  1725. "PageKey": 0,
  1726. "ParentKey": "Information"
  1727. },
  1728. {
  1729. "Key": "IT",
  1730. "Value": "IT",
  1731. "PageKey": 0,
  1732. "ParentKey": "Information"
  1733. },
  1734. {
  1735. "Key": "Operate",
  1736. "Value": "電信運營",
  1737. "PageKey": 0,
  1738. "ParentKey": "Information"
  1739. },
  1740. {
  1741. "Key": "NetworkGame",
  1742. "Value": "網路遊戲",
  1743. "PageKey": 0,
  1744. "ParentKey": "Information"
  1745. },
  1746. {
  1747. "Key": "Communication",
  1748. "Value": "通訊",
  1749. "PageKey": 0,
  1750. "ParentKey": "Information"
  1751. }
  1752. ]
  1753. },
  1754. {
  1755. "Key": "Financial",
  1756. "Value": "金融保險",
  1757. "PageKey": 0,
  1758. "List": [
  1759. {
  1760. "Key": "Investment",
  1761. "Value": "投資",
  1762. "PageKey": 0,
  1763. "ParentKey": "Financial"
  1764. },
  1765. {
  1766. "Key": "StockFund",
  1767. "Value": "股票基金",
  1768. "PageKey": 0,
  1769. "ParentKey": "Financial"
  1770. },
  1771. {
  1772. "Key": "Insurance",
  1773. "Value": "保險",
  1774. "PageKey": 0,
  1775. "ParentKey": "Financial"
  1776. },
  1777. {
  1778. "Key": "Bank",
  1779. "Value": "銀行",
  1780. "PageKey": 0,
  1781. "ParentKey": "Financial"
  1782. },
  1783. {
  1784. "Key": "TrustGuarantee",
  1785. "Value": "信託擔保",
  1786. "PageKey": 0,
  1787. "ParentKey": "Financial"
  1788. }
  1789. ]
  1790. },
  1791. {
  1792. "Key": "CommercialServices",
  1793. "Value": "商業服務",
  1794. "PageKey": 0,
  1795. "List": [
  1796. {
  1797. "Key": "Consultation",
  1798. "Value": "諮詢",
  1799. "PageKey": 0,
  1800. "ParentKey": "CommercialServices"
  1801. },
  1802. {
  1803. "Key": "Individual",
  1804. "Value": "個體經營",
  1805. "PageKey": 0,
  1806. "ParentKey": "CommercialServices"
  1807. },
  1808. {
  1809. "Key": "Cosmetology",
  1810. "Value": "美容美髮",
  1811. "PageKey": 0,
  1812. "ParentKey": "CommercialServices"
  1813. },
  1814. {
  1815. "Key": "Decoration",
  1816. "Value": "裝修裝潢",
  1817. "PageKey": 0,
  1818. "ParentKey": "CommercialServices"
  1819. },
  1820. {
  1821. "Key": "Detective",
  1822. "Value": "偵探",
  1823. "PageKey": 0,
  1824. "ParentKey": "CommercialServices"
  1825. },
  1826. {
  1827. "Key": "EstateManagement",
  1828. "Value": "物業管理",
  1829. "PageKey": 0,
  1830. "ParentKey": "CommercialServices"
  1831. },
  1832. {
  1833. "Key": "RealEstate",
  1834. "Value": "房地產",
  1835. "PageKey": 0,
  1836. "ParentKey": "CommercialServices"
  1837. },
  1838. {
  1839. "Key": "Car",
  1840. "Value": "汽車",
  1841. "PageKey": 0,
  1842. "ParentKey": "CommercialServices"
  1843. },
  1844. {
  1845. "Key": "Trade",
  1846. "Value": "貿易",
  1847. "PageKey": 0,
  1848. "ParentKey": "CommercialServices"
  1849. },
  1850. {
  1851. "Key": "LeisureTime",
  1852. "Value": "休閒娛樂",
  1853. "PageKey": 0,
  1854. "ParentKey": "CommercialServices"
  1855. },
  1856. {
  1857. "Key": "HotelCatering",
  1858. "Value": "酒店餐飲",
  1859. "PageKey": 0,
  1860. "ParentKey": "CommercialServices"
  1861. },
  1862. {
  1863. "Key": "Travel",
  1864. "Value": "旅遊",
  1865. "PageKey": 0,
  1866. "ParentKey": "CommercialServices"
  1867. }
  1868. ]
  1869. },
  1870. {
  1871. "Key": "Make",
  1872. "Value": "工程製造",
  1873. "PageKey": 0,
  1874. "List": [
  1875. {
  1876. "Key": "Architecture",
  1877. "Value": "建築",
  1878. "PageKey": 0,
  1879. "ParentKey": "Make"
  1880. },
  1881. {
  1882. "Key": "CivilEngineering",
  1883. "Value": "土木工程",
  1884. "PageKey": 0,
  1885. "ParentKey": "Make"
  1886. },
  1887. {
  1888. "Key": "Mechanics",
  1889. "Value": "機械製造",
  1890. "PageKey": 0,
  1891. "ParentKey": "Make"
  1892. },
  1893. {"Key": "Energy", "Value": "能源", "PageKey": 0, "ParentKey": "Make"},
  1894. {"Key": "Clothing", "Value": "服裝", "PageKey": 0, "ParentKey": "Make"},
  1895. {"Key": "Food", "Value": "食品", "PageKey": 0, "ParentKey": "Make"},
  1896. {
  1897. "Key": "Biomedicine",
  1898. "Value": "生物醫學",
  1899. "PageKey": 0,
  1900. "ParentKey": "Make"
  1901. },
  1902. {
  1903. "Key": "Electronics",
  1904. "Value": "電子",
  1905. "PageKey": 0,
  1906. "ParentKey": "Make"
  1907. }
  1908. ]
  1909. },
  1910. {
  1911. "Key": "Transportation",
  1912. "Value": "交通運輸",
  1913. "PageKey": 0,
  1914. "List": [
  1915. {
  1916. "Key": "Aviation",
  1917. "Value": "航空",
  1918. "PageKey": 0,
  1919. "ParentKey": "Transportation"
  1920. },
  1921. {
  1922. "Key": "Railway",
  1923. "Value": "鐵路",
  1924. "PageKey": 0,
  1925. "ParentKey": "Transportation"
  1926. },
  1927. {
  1928. "Key": "Logistics",
  1929. "Value": "物流運輸",
  1930. "PageKey": 0,
  1931. "ParentKey": "Transportation"
  1932. },
  1933. {
  1934. "Key": "Traffic",
  1935. "Value": "公共交通",
  1936. "PageKey": 0,
  1937. "ParentKey": "Transportation"
  1938. },
  1939. {
  1940. "Key": "ShippingShips",
  1941. "Value": "航運船舶",
  1942. "PageKey": 0,
  1943. "ParentKey": "Transportation"
  1944. }
  1945. ]
  1946. },
  1947. {
  1948. "Key": "CulturalMedia",
  1949. "Value": "文化傳媒",
  1950. "PageKey": 0,
  1951. "List": [
  1952. {
  1953. "Key": "MediaPublishing",
  1954. "Value": "媒體出版",
  1955. "PageKey": 0,
  1956. "ParentKey": "CulturalMedia"
  1957. },
  1958. {
  1959. "Key": "Photography",
  1960. "Value": "攝影",
  1961. "PageKey": 0,
  1962. "ParentKey": "CulturalMedia"
  1963. },
  1964. {
  1965. "Key": "Exhibition",
  1966. "Value": "公關會展",
  1967. "PageKey": 0,
  1968. "ParentKey": "CulturalMedia"
  1969. },
  1970. {
  1971. "Key": "Comic",
  1972. "Value": "動漫",
  1973. "PageKey": 0,
  1974. "ParentKey": "CulturalMedia"
  1975. },
  1976. {
  1977. "Key": "Originality",
  1978. "Value": "廣告創意",
  1979. "PageKey": 0,
  1980. "ParentKey": "CulturalMedia"
  1981. },
  1982. {
  1983. "Key": "Spread",
  1984. "Value": "文化傳播",
  1985. "PageKey": 0,
  1986. "ParentKey": "CulturalMedia"
  1987. },
  1988. {
  1989. "Key": "Design",
  1990. "Value": "設計",
  1991. "PageKey": 0,
  1992. "ParentKey": "CulturalMedia"
  1993. }
  1994. ]
  1995. },
  1996. {
  1997. "Key": "EntertainmentSports",
  1998. "Value": "娛樂體育",
  1999. "PageKey": 0,
  2000. "List": [
  2001. {
  2002. "Key": "Model",
  2003. "Value": "糢特",
  2004. "PageKey": 0,
  2005. "ParentKey": "EntertainmentSports"
  2006. },
  2007. {
  2008. "Key": "Music",
  2009. "Value": "音樂",
  2010. "PageKey": 0,
  2011. "ParentKey": "EntertainmentSports"
  2012. },
  2013. {
  2014. "Key": "SportsSports",
  2015. "Value": "運動體育",
  2016. "PageKey": 0,
  2017. "ParentKey": "EntertainmentSports"
  2018. },
  2019. {
  2020. "Key": "Movies",
  2021. "Value": "影視",
  2022. "PageKey": 0,
  2023. "ParentKey": "EntertainmentSports"
  2024. }
  2025. ]
  2026. },
  2027. {
  2028. "Key": "PublicUtilities",
  2029. "Value": "公共事業",
  2030. "PageKey": 0,
  2031. "List": [
  2032. {
  2033. "Key": "PublicWelfare",
  2034. "Value": "公益",
  2035. "PageKey": 0,
  2036. "ParentKey": "PublicUtilities"
  2037. },
  2038. {
  2039. "Key": "Speak",
  2040. "Value": "科研",
  2041. "PageKey": 0,
  2042. "ParentKey": "PublicUtilities"
  2043. },
  2044. {
  2045. "Key": "GovernmentOrgans",
  2046. "Value": "政府機構",
  2047. "PageKey": 0,
  2048. "ParentKey": "PublicUtilities"
  2049. },
  2050. {
  2051. "Key": "Education",
  2052. "Value": "教育",
  2053. "PageKey": 0,
  2054. "ParentKey": "PublicUtilities"
  2055. },
  2056. {
  2057. "Key": "Law",
  2058. "Value": "法律",
  2059. "PageKey": 0,
  2060. "ParentKey": "PublicUtilities"
  2061. },
  2062. {
  2063. "Key": "MedicalCare",
  2064. "Value": "醫療",
  2065. "PageKey": 0,
  2066. "ParentKey": "PublicUtilities"
  2067. }
  2068. ]
  2069. },
  2070. {
  2071. "Key": "Student",
  2072. "Value": "學生",
  2073. "PageKey": 0,
  2074. "List": [
  2075. {"Key": "PuPils", "Value": "學生", "PageKey": 0, "ParentKey": "Student"}
  2076. ]
  2077. },
  2078. {
  2079. "Key": "Nothing",
  2080. "Value": "無",
  2081. "PageKey": 0,
  2082. "List": [
  2083. {"Key": "NotHave", "Value": "無", "PageKey": 0, "ParentKey": "Nothing"}
  2084. ]
  2085. }
  2086. ],
  2087. 'city': [
  2088. {
  2089. "Key": "VietNam",
  2090. "Value": "越南",
  2091. "PageKey": 0,
  2092. "List": [
  2093. {
  2094. "Key": "AnGiang",
  2095. "Value": "安江",
  2096. "PageKey": 0,
  2097. "ParentKey": "VietNam"
  2098. },
  2099. {
  2100. "Key": "BacGiang",
  2101. "Value": "北江",
  2102. "PageKey": 0,
  2103. "ParentKey": "VietNam"
  2104. },
  2105. {
  2106. "Key": "BacCan",
  2107. "Value": "北件",
  2108. "PageKey": 0,
  2109. "ParentKey": "VietNam"
  2110. },
  2111. {
  2112. "Key": "BacLieu",
  2113. "Value": "薄遼",
  2114. "PageKey": 0,
  2115. "ParentKey": "VietNam"
  2116. },
  2117. {
  2118. "Key": "BeiNing",
  2119. "Value": "北寧",
  2120. "PageKey": 0,
  2121. "ParentKey": "VietNam"
  2122. },
  2123. {
  2124. "Key": "BaRiaVungTau",
  2125. "Value": "巴地頭頓",
  2126. "PageKey": 0,
  2127. "ParentKey": "VietNam"
  2128. },
  2129. {
  2130. "Key": "BenTre",
  2131. "Value": "檳椥",
  2132. "PageKey": 0,
  2133. "ParentKey": "VietNam"
  2134. },
  2135. {
  2136. "Key": "BinhDinh",
  2137. "Value": "平定",
  2138. "PageKey": 0,
  2139. "ParentKey": "VietNam"
  2140. },
  2141. {
  2142. "Key": "PingYang",
  2143. "Value": "平陽",
  2144. "PageKey": 0,
  2145. "ParentKey": "VietNam"
  2146. },
  2147. {
  2148. "Key": "PingFu",
  2149. "Value": "平福",
  2150. "PageKey": 0,
  2151. "ParentKey": "VietNam"
  2152. },
  2153. {
  2154. "Key": "NinhThuan",
  2155. "Value": "平順",
  2156. "PageKey": 0,
  2157. "ParentKey": "VietNam"
  2158. },
  2159. {"Key": "CaMau", "Value": "金甌", "PageKey": 0, "ParentKey": "VietNam"},
  2160. {
  2161. "Key": "CaoBang",
  2162. "Value": "高平",
  2163. "PageKey": 0,
  2164. "ParentKey": "VietNam"
  2165. },
  2166. {"Key": "DeLe", "Value": "得樂", "PageKey": 0, "ParentKey": "VietNam"},
  2167. {
  2168. "Key": "DeNong",
  2169. "Value": "得農",
  2170. "PageKey": 0,
  2171. "ParentKey": "VietNam"
  2172. },
  2173. {
  2174. "Key": "DienBien",
  2175. "Value": "奠邊",
  2176. "PageKey": 0,
  2177. "ParentKey": "VietNam"
  2178. },
  2179. {
  2180. "Key": "DongNai",
  2181. "Value": "同奈",
  2182. "PageKey": 0,
  2183. "ParentKey": "VietNam"
  2184. },
  2185. {
  2186. "Key": "DongThap",
  2187. "Value": "同塔",
  2188. "PageKey": 0,
  2189. "ParentKey": "VietNam"
  2190. },
  2191. {
  2192. "Key": "GiaLai",
  2193. "Value": "嘉萊",
  2194. "PageKey": 0,
  2195. "ParentKey": "VietNam"
  2196. },
  2197. {
  2198. "Key": "HaGiang",
  2199. "Value": "河江",
  2200. "PageKey": 0,
  2201. "ParentKey": "VietNam"
  2202. },
  2203. {
  2204. "Key": "HaiDuang",
  2205. "Value": "海陽",
  2206. "PageKey": 0,
  2207. "ParentKey": "VietNam"
  2208. },
  2209. {"Key": "Henan", "Value": "河南", "PageKey": 0, "ParentKey": "VietNam"},
  2210. {
  2211. "Key": "HaTinh",
  2212. "Value": "河靜",
  2213. "PageKey": 0,
  2214. "ParentKey": "VietNam"
  2215. },
  2216. {
  2217. "Key": "HoaBinh",
  2218. "Value": "和平",
  2219. "PageKey": 0,
  2220. "ParentKey": "VietNam"
  2221. },
  2222. {
  2223. "Key": "HouJiang",
  2224. "Value": "後江",
  2225. "PageKey": 0,
  2226. "ParentKey": "VietNam"
  2227. },
  2228. {
  2229. "Key": "Xingan",
  2230. "Value": "興安",
  2231. "PageKey": 0,
  2232. "ParentKey": "VietNam"
  2233. },
  2234. {
  2235. "Key": "KhanhHo",
  2236. "Value": "慶和",
  2237. "PageKey": 0,
  2238. "ParentKey": "VietNam"
  2239. },
  2240. {
  2241. "Key": "JianJiang",
  2242. "Value": "堅江",
  2243. "PageKey": 0,
  2244. "ParentKey": "VietNam"
  2245. },
  2246. {
  2247. "Key": "KonTum",
  2248. "Value": "昆嵩",
  2249. "PageKey": 0,
  2250. "ParentKey": "VietNam"
  2251. },
  2252. {
  2253. "Key": "LaiChua",
  2254. "Value": "萊州",
  2255. "PageKey": 0,
  2256. "ParentKey": "VietNam"
  2257. },
  2258. {
  2259. "Key": "LamDong",
  2260. "Value": "林同",
  2261. "PageKey": 0,
  2262. "ParentKey": "VietNam"
  2263. },
  2264. {
  2265. "Key": "LangSon",
  2266. "Value": "諒山",
  2267. "PageKey": 0,
  2268. "ParentKey": "VietNam"
  2269. },
  2270. {
  2271. "Key": "LaoCai",
  2272. "Value": "老街",
  2273. "PageKey": 0,
  2274. "ParentKey": "VietNam"
  2275. },
  2276. {
  2277. "Key": "LongAn",
  2278. "Value": "隆安",
  2279. "PageKey": 0,
  2280. "ParentKey": "VietNam"
  2281. },
  2282. {
  2283. "Key": "NamDinh",
  2284. "Value": "南定",
  2285. "PageKey": 0,
  2286. "ParentKey": "VietNam"
  2287. },
  2288. {
  2289. "Key": "NgheAn",
  2290. "Value": "乂安",
  2291. "PageKey": 0,
  2292. "ParentKey": "VietNam"
  2293. },
  2294. {
  2295. "Key": "NingShun",
  2296. "Value": "寧順",
  2297. "PageKey": 0,
  2298. "ParentKey": "VietNam"
  2299. },
  2300. {
  2301. "Key": "FuShou",
  2302. "Value": "富壽",
  2303. "PageKey": 0,
  2304. "ParentKey": "VietNam"
  2305. },
  2306. {
  2307. "Key": "PhuYen",
  2308. "Value": "富安",
  2309. "PageKey": 0,
  2310. "ParentKey": "VietNam"
  2311. },
  2312. {
  2313. "Key": "QuangBinh",
  2314. "Value": "廣平",
  2315. "PageKey": 0,
  2316. "ParentKey": "VietNam"
  2317. },
  2318. {
  2319. "Key": "QuangNam",
  2320. "Value": "廣南",
  2321. "PageKey": 0,
  2322. "ParentKey": "VietNam"
  2323. },
  2324. {
  2325. "Key": "QuangNgai",
  2326. "Value": "廣義",
  2327. "PageKey": 0,
  2328. "ParentKey": "VietNam"
  2329. },
  2330. {
  2331. "Key": "QuangNinh",
  2332. "Value": "廣寧",
  2333. "PageKey": 0,
  2334. "ParentKey": "VietNam"
  2335. },
  2336. {
  2337. "Key": "QuangTri",
  2338. "Value": "廣治",
  2339. "PageKey": 0,
  2340. "ParentKey": "VietNam"
  2341. },
  2342. {
  2343. "Key": "SocTrang",
  2344. "Value": "朔莊",
  2345. "PageKey": 0,
  2346. "ParentKey": "VietNam"
  2347. },
  2348. {"Key": "SonLa", "Value": "山羅", "PageKey": 0, "ParentKey": "VietNam"},
  2349. {
  2350. "Key": "TayNinh",
  2351. "Value": "西寧",
  2352. "PageKey": 0,
  2353. "ParentKey": "VietNam"
  2354. },
  2355. {
  2356. "Key": "ThaiBinh",
  2357. "Value": "太平",
  2358. "PageKey": 0,
  2359. "ParentKey": "VietNam"
  2360. },
  2361. {
  2362. "Key": "ThaiNguyen",
  2363. "Value": "太原",
  2364. "PageKey": 0,
  2365. "ParentKey": "VietNam"
  2366. },
  2367. {
  2368. "Key": "ThanhHoa",
  2369. "Value": "清化",
  2370. "PageKey": 0,
  2371. "ParentKey": "VietNam"
  2372. },
  2373. {
  2374. "Key": "ThuaThienHue",
  2375. "Value": "承天順化",
  2376. "PageKey": 0,
  2377. "ParentKey": "VietNam"
  2378. },
  2379. {
  2380. "Key": "TraVinh",
  2381. "Value": "茶榮",
  2382. "PageKey": 0,
  2383. "ParentKey": "VietNam"
  2384. },
  2385. {
  2386. "Key": "TuyenQuang",
  2387. "Value": "宣光",
  2388. "PageKey": 0,
  2389. "ParentKey": "VietNam"
  2390. },
  2391. {
  2392. "Key": "VinhLon",
  2393. "Value": "永隆",
  2394. "PageKey": 0,
  2395. "ParentKey": "VietNam"
  2396. },
  2397. {
  2398. "Key": "VinhPhu",
  2399. "Value": "永富",
  2400. "PageKey": 0,
  2401. "ParentKey": "VietNam"
  2402. },
  2403. {
  2404. "Key": "YenBai",
  2405. "Value": "安沛",
  2406. "PageKey": 0,
  2407. "ParentKey": "VietNam"
  2408. },
  2409. {
  2410. "Key": "CaoTho",
  2411. "Value": "芹苴",
  2412. "PageKey": 0,
  2413. "ParentKey": "VietNam"
  2414. },
  2415. {
  2416. "Key": "DaNang",
  2417. "Value": "峴港",
  2418. "PageKey": 0,
  2419. "ParentKey": "VietNam"
  2420. },
  2421. {
  2422. "Key": "Haiphong",
  2423. "Value": "海防",
  2424. "PageKey": 0,
  2425. "ParentKey": "VietNam"
  2426. },
  2427. {"Key": "Hanoi", "Value": "河内", "PageKey": 0, "ParentKey": "VietNam"},
  2428. {
  2429. "Key": "HoChiMinhCIty",
  2430. "Value": "胡志明市",
  2431. "PageKey": 0,
  2432. "ParentKey": "VietNam"
  2433. },
  2434. {
  2435. "Key": "NingPing",
  2436. "Value": "甯平",
  2437. "PageKey": 0,
  2438. "ParentKey": "VietNam"
  2439. },
  2440. {
  2441. "Key": "Qianjiang",
  2442. "Value": "前江",
  2443. "PageKey": 0,
  2444. "ParentKey": "VietNam"
  2445. }
  2446. ]
  2447. },
  2448. {
  2449. "Key": "China",
  2450. "Value": "中國",
  2451. "PageKey": 0,
  2452. "List": [
  2453. {
  2454. "Key": "ChinaRepeat",
  2455. "Value": "中國",
  2456. "PageKey": 0,
  2457. "ParentKey": "China"
  2458. },
  2459. ]
  2460. },
  2461. {"Key": "UnitedStates", "Value": "美國", "PageKey": 0, "List": []},
  2462. {"Key": "Russia", "Value": "俄羅斯", "PageKey": 0, "List": []},
  2463. {"Key": "Germany", "Value": "德國", "PageKey": 0, "List": []},
  2464. {"Key": "UnitedKingdom", "Value": "英國", "PageKey": 0, "List": []},
  2465. {"Key": "France", "Value": "法國", "PageKey": 0, "List": []},
  2466. {"Key": "Australia", "Value": "澳大利亞", "PageKey": 0, "List": []},
  2467. {"Key": "Japan", "Value": "日本", "PageKey": 0, "List": []},
  2468. {"Key": "Korea", "Value": "韓國", "PageKey": 0, "List": []},
  2469. {"Key": "Laos", "Value": "老撾", "PageKey": 0, "List": []},
  2470. {"Key": "Cambodia", "Value": "柬埔寨", "PageKey": 0, "List": []},
  2471. {"Key": "Myanmar", "Value": "緬甸", "PageKey": 0, "List": []},
  2472. {"Key": "Thailand", "Value": "泰國", "PageKey": 0, "List": []},
  2473. {"Key": "Malaysia", "Value": "馬來西亞", "PageKey": 0, "List": []},
  2474. {"Key": "Singapore", "Value": "新加坡", "PageKey": 0, "List": []},
  2475. {"Key": "OtherCountries", "Value": "其他國家", "PageKey": 0, "List": []}
  2476. ],
  2477. },
  2478. {
  2479. 'program': [
  2480. {"Key": "Motion", "Value": "健康运动", "PageKey": 0, "List": []},
  2481. {"Key": "Party", "Value": "夜蒲聚会", "PageKey": 0, "List": []},
  2482. {"Key": "Foodie", "Value": "我是吃货", "PageKey": 0, "List": []},
  2483. {"Key": "Movie", "Value": "看电影", "PageKey": 0, "List": []},
  2484. {"Key": "Game", "Value": "玩游戏", "PageKey": 0, "List": []},
  2485. {"Key": "Travel", "Value": "结伴旅行", "PageKey": 0, "List": []},
  2486. {"Key": "Chat", "Value": "连麦聊天", "PageKey": 0, "List": []},
  2487. {"Key": "Other", "Value": "其他", "PageKey": 0, "List": []}
  2488. ],
  2489. 'lovePeople': [
  2490. {"Key": "Face", "Value": "看脸", "PageKey": 0, "List": []},
  2491. {"Key": "Interesting", "Value": "有趣", "PageKey": 0, "List": []},
  2492. {"Key": "LocalTyrant", "Value": "土豪", "PageKey": 0, "List": []},
  2493. {"Key": "Love", "Value": "关爱我", "PageKey": 0, "List": []},
  2494. {"Key": "Feel", "Value": "看感觉", "PageKey": 0, "List": []},
  2495. {"Key": "Indifferent", "Value": "无所谓", "PageKey": 0, "List": []}
  2496. ],
  2497. 'job': [
  2498. {
  2499. "Key": "Information",
  2500. "Value": "信息技术",
  2501. "PageKey": 0,
  2502. "List": [
  2503. {
  2504. "Key": "Information",
  2505. "Value": "通讯",
  2506. "PageKey": 0,
  2507. "ParentKey": "Information"
  2508. },
  2509. {
  2510. "Key": "Internet",
  2511. "Value": "互联网",
  2512. "PageKey": 0,
  2513. "ParentKey": "Information"
  2514. },
  2515. {
  2516. "Key": "IT",
  2517. "Value": "IT",
  2518. "PageKey": 0,
  2519. "ParentKey": "Information"
  2520. },
  2521. {
  2522. "Key": "Operate",
  2523. "Value": "电信运营",
  2524. "PageKey": 0,
  2525. "ParentKey": "Information"
  2526. },
  2527. {
  2528. "Key": "NetworkGame",
  2529. "Value": "网络游戏",
  2530. "PageKey": 0,
  2531. "ParentKey": "Information"
  2532. }
  2533. ]
  2534. },
  2535. {
  2536. "Key": "Financial",
  2537. "Value": "金融保险",
  2538. "PageKey": 0,
  2539. "List": [
  2540. {
  2541. "Key": "Investment",
  2542. "Value": "投资",
  2543. "PageKey": 0,
  2544. "ParentKey": "Financial"
  2545. },
  2546. {
  2547. "Key": "StockFund",
  2548. "Value": "股票基金",
  2549. "PageKey": 0,
  2550. "ParentKey": "Financial"
  2551. },
  2552. {
  2553. "Key": "Insurance",
  2554. "Value": "保险",
  2555. "PageKey": 0,
  2556. "ParentKey": "Financial"
  2557. },
  2558. {
  2559. "Key": "Bank",
  2560. "Value": "银行",
  2561. "PageKey": 0,
  2562. "ParentKey": "Financial"
  2563. },
  2564. {
  2565. "Key": "TrustGuarantee",
  2566. "Value": "信托担保",
  2567. "PageKey": 0,
  2568. "ParentKey": "Financial"
  2569. }
  2570. ]
  2571. },
  2572. {
  2573. "Key": "CommercialServices",
  2574. "Value": "商业服务",
  2575. "PageKey": 0,
  2576. "List": [
  2577. {
  2578. "Key": "Consultation",
  2579. "Value": "咨询",
  2580. "PageKey": 0,
  2581. "ParentKey": "CommercialServices"
  2582. },
  2583. {
  2584. "Key": "Individual",
  2585. "Value": "个体经营",
  2586. "PageKey": 0,
  2587. "ParentKey": "CommercialServices"
  2588. },
  2589. {
  2590. "Key": "Cosmetology",
  2591. "Value": "美容美发",
  2592. "PageKey": 0,
  2593. "ParentKey": "CommercialServices"
  2594. },
  2595. {
  2596. "Key": "Decoration",
  2597. "Value": "装修装潢",
  2598. "PageKey": 0,
  2599. "ParentKey": "CommercialServices"
  2600. },
  2601. {
  2602. "Key": "Detective",
  2603. "Value": "侦探",
  2604. "PageKey": 0,
  2605. "ParentKey": "CommercialServices"
  2606. },
  2607. {
  2608. "Key": "EstateManagement",
  2609. "Value": "物业管理",
  2610. "PageKey": 0,
  2611. "ParentKey": "CommercialServices"
  2612. },
  2613. {
  2614. "Key": "RealEstate",
  2615. "Value": "房地产",
  2616. "PageKey": 0,
  2617. "ParentKey": "CommercialServices"
  2618. },
  2619. {
  2620. "Key": "Car",
  2621. "Value": "汽车",
  2622. "PageKey": 0,
  2623. "ParentKey": "CommercialServices"
  2624. },
  2625. {
  2626. "Key": "Trade",
  2627. "Value": "贸易",
  2628. "PageKey": 0,
  2629. "ParentKey": "CommercialServices"
  2630. },
  2631. {
  2632. "Key": "LeisureTime",
  2633. "Value": "休闲娱乐",
  2634. "PageKey": 0,
  2635. "ParentKey": "CommercialServices"
  2636. },
  2637. {
  2638. "Key": "HotelCatering",
  2639. "Value": "酒店餐饮",
  2640. "PageKey": 0,
  2641. "ParentKey": "CommercialServices"
  2642. },
  2643. {
  2644. "Key": "Travel",
  2645. "Value": "旅游",
  2646. "PageKey": 0,
  2647. "ParentKey": "CommercialServices"
  2648. }
  2649. ]
  2650. },
  2651. {
  2652. "Key": "Make",
  2653. "Value": "工程制造",
  2654. "PageKey": 0,
  2655. "List": [
  2656. {
  2657. "Key": "Architecture",
  2658. "Value": "建筑",
  2659. "PageKey": 0,
  2660. "ParentKey": "Make"
  2661. },
  2662. {
  2663. "Key": "CivilEngineering",
  2664. "Value": "土木工程",
  2665. "PageKey": 0,
  2666. "ParentKey": "Make"
  2667. },
  2668. {
  2669. "Key": "Mechanics",
  2670. "Value": "机械制造",
  2671. "PageKey": 0,
  2672. "ParentKey": "Make"
  2673. },
  2674. {"Key": "Energy", "Value": "能源", "PageKey": 0, "ParentKey": "Make"},
  2675. {"Key": "Clothing", "Value": "服装", "PageKey": 0, "ParentKey": "Make"},
  2676. {"Key": "Food", "Value": "食品", "PageKey": 0, "ParentKey": "Make"},
  2677. {
  2678. "Key": "Biomedicine",
  2679. "Value": "生物医学",
  2680. "PageKey": 0,
  2681. "ParentKey": "Make"
  2682. },
  2683. {
  2684. "Key": "Electronics",
  2685. "Value": "电子",
  2686. "PageKey": 0,
  2687. "ParentKey": "Make"
  2688. }
  2689. ]
  2690. },
  2691. {
  2692. "Key": "Transportation",
  2693. "Value": "交通运输",
  2694. "PageKey": 0,
  2695. "List": [
  2696. {
  2697. "Key": "Aviation",
  2698. "Value": "航空",
  2699. "PageKey": 0,
  2700. "ParentKey": "Transportation"
  2701. },
  2702. {
  2703. "Key": "Railway",
  2704. "Value": "铁路",
  2705. "PageKey": 0,
  2706. "ParentKey": "Transportation"
  2707. },
  2708. {
  2709. "Key": "Logistics",
  2710. "Value": "物流运输",
  2711. "PageKey": 0,
  2712. "ParentKey": "Transportation"
  2713. },
  2714. {
  2715. "Key": "Traffic",
  2716. "Value": "公共交通",
  2717. "PageKey": 0,
  2718. "ParentKey": "Transportation"
  2719. },
  2720. {
  2721. "Key": "ShippingShips",
  2722. "Value": "航运船舶",
  2723. "PageKey": 0,
  2724. "ParentKey": "Transportation"
  2725. }
  2726. ]
  2727. },
  2728. {
  2729. "Key": "CulturalMedia",
  2730. "Value": "文化传媒",
  2731. "PageKey": 0,
  2732. "List": [
  2733. {
  2734. "Key": "MediaPublishing",
  2735. "Value": "媒体出版",
  2736. "PageKey": 0,
  2737. "ParentKey": "CulturalMedia"
  2738. },
  2739. {
  2740. "Key": "Photography",
  2741. "Value": "摄影",
  2742. "PageKey": 0,
  2743. "ParentKey": "CulturalMedia"
  2744. },
  2745. {
  2746. "Key": "Exhibition",
  2747. "Value": "公关会展",
  2748. "PageKey": 0,
  2749. "ParentKey": "CulturalMedia"
  2750. },
  2751. {
  2752. "Key": "Comic",
  2753. "Value": "动漫",
  2754. "PageKey": 0,
  2755. "ParentKey": "CulturalMedia"
  2756. },
  2757. {
  2758. "Key": "Originality",
  2759. "Value": "广告创意",
  2760. "PageKey": 0,
  2761. "ParentKey": "CulturalMedia"
  2762. },
  2763. {
  2764. "Key": "Spread",
  2765. "Value": "文化传播",
  2766. "PageKey": 0,
  2767. "ParentKey": "CulturalMedia"
  2768. },
  2769. {
  2770. "Key": "Design",
  2771. "Value": "设计",
  2772. "PageKey": 0,
  2773. "ParentKey": "CulturalMedia"
  2774. }
  2775. ]
  2776. },
  2777. {
  2778. "Key": "EntertainmentSports",
  2779. "Value": "娱乐体育",
  2780. "PageKey": 0,
  2781. "List": [
  2782. {
  2783. "Key": "Model",
  2784. "Value": "模特",
  2785. "PageKey": 0,
  2786. "ParentKey": "EntertainmentSports"
  2787. },
  2788. {
  2789. "Key": "Music",
  2790. "Value": "音乐",
  2791. "PageKey": 0,
  2792. "ParentKey": "EntertainmentSports"
  2793. },
  2794. {
  2795. "Key": "SportsSports",
  2796. "Value": "运动体育",
  2797. "PageKey": 0,
  2798. "ParentKey": "EntertainmentSports"
  2799. },
  2800. {
  2801. "Key": "Movies",
  2802. "Value": "影视",
  2803. "PageKey": 0,
  2804. "ParentKey": "EntertainmentSports"
  2805. }
  2806. ]
  2807. },
  2808. {
  2809. "Key": "PublicUtilities",
  2810. "Value": "公共事业",
  2811. "PageKey": 0,
  2812. "List": [
  2813. {
  2814. "Key": "PublicWelfare",
  2815. "Value": "公益",
  2816. "PageKey": 0,
  2817. "ParentKey": "PublicUtilities"
  2818. },
  2819. {
  2820. "Key": "Speak",
  2821. "Value": "科研",
  2822. "PageKey": 0,
  2823. "ParentKey": "PublicUtilities"
  2824. },
  2825. {
  2826. "Key": "GovernmentOrgans",
  2827. "Value": "政府机构",
  2828. "PageKey": 0,
  2829. "ParentKey": "PublicUtilities"
  2830. },
  2831. {
  2832. "Key": "Education",
  2833. "Value": "教育",
  2834. "PageKey": 0,
  2835. "ParentKey": "PublicUtilities"
  2836. },
  2837. {
  2838. "Key": "Law",
  2839. "Value": "法律",
  2840. "PageKey": 0,
  2841. "ParentKey": "PublicUtilities"
  2842. },
  2843. {
  2844. "Key": "MedicalCare",
  2845. "Value": "医疗",
  2846. "PageKey": 0,
  2847. "ParentKey": "PublicUtilities"
  2848. }
  2849. ]
  2850. },
  2851. {
  2852. "Key": "Student",
  2853. "Value": "学生",
  2854. "PageKey": 0,
  2855. "List": [
  2856. {"Key": "PuPils", "Value": "学生", "PageKey": 0, "ParentKey": "Student"}
  2857. ]
  2858. },
  2859. {
  2860. "Key": "Nothing",
  2861. "Value": "无",
  2862. "PageKey": 0,
  2863. "List": [
  2864. {"Key": "NotHave", "Value": "无", "PageKey": 0, "ParentKey": "Nothing"}
  2865. ]
  2866. }
  2867. ],
  2868. 'city': [
  2869. {
  2870. "Key": "VietNam",
  2871. "Value": "越南",
  2872. "PageKey": 0,
  2873. "List": [
  2874. {
  2875. "Key": "AnGiang",
  2876. "Value": "安江",
  2877. "PageKey": 0,
  2878. "ParentKey": "VietNam"
  2879. },
  2880. {
  2881. "Key": "BacGiang",
  2882. "Value": "北江",
  2883. "PageKey": 0,
  2884. "ParentKey": "VietNam"
  2885. },
  2886. {
  2887. "Key": "BacCan",
  2888. "Value": "北件",
  2889. "PageKey": 0,
  2890. "ParentKey": "VietNam"
  2891. },
  2892. {
  2893. "Key": "BacLieu",
  2894. "Value": "薄辽",
  2895. "PageKey": 0,
  2896. "ParentKey": "VietNam"
  2897. },
  2898. {
  2899. "Key": "BeiNing",
  2900. "Value": "北宁",
  2901. "PageKey": 0,
  2902. "ParentKey": "VietNam"
  2903. },
  2904. {
  2905. "Key": "BaRiaVungTau",
  2906. "Value": "巴地头顿",
  2907. "PageKey": 0,
  2908. "ParentKey": "VietNam"
  2909. },
  2910. {
  2911. "Key": "BenTre",
  2912. "Value": "槟椥",
  2913. "PageKey": 0,
  2914. "ParentKey": "VietNam"
  2915. },
  2916. {
  2917. "Key": "BinhDinh",
  2918. "Value": "平定",
  2919. "PageKey": 0,
  2920. "ParentKey": "VietNam"
  2921. },
  2922. {
  2923. "Key": "PingYang",
  2924. "Value": "平阳",
  2925. "PageKey": 0,
  2926. "ParentKey": "VietNam"
  2927. },
  2928. {
  2929. "Key": "PingFu",
  2930. "Value": "平福",
  2931. "PageKey": 0,
  2932. "ParentKey": "VietNam"
  2933. },
  2934. {
  2935. "Key": "NinhThuan",
  2936. "Value": "平顺",
  2937. "PageKey": 0,
  2938. "ParentKey": "VietNam"
  2939. },
  2940. {"Key": "CaMau", "Value": "金瓯", "PageKey": 0, "ParentKey": "VietNam"},
  2941. {
  2942. "Key": "CaoBang",
  2943. "Value": "高平",
  2944. "PageKey": 0,
  2945. "ParentKey": "VietNam"
  2946. },
  2947. {"Key": "DeLe", "Value": "得乐", "PageKey": 0, "ParentKey": "VietNam"},
  2948. {
  2949. "Key": "DeNong",
  2950. "Value": "得农",
  2951. "PageKey": 0,
  2952. "ParentKey": "VietNam"
  2953. },
  2954. {
  2955. "Key": "DienBien",
  2956. "Value": "奠边",
  2957. "PageKey": 0,
  2958. "ParentKey": "VietNam"
  2959. },
  2960. {
  2961. "Key": "DongNai",
  2962. "Value": "同奈",
  2963. "PageKey": 0,
  2964. "ParentKey": "VietNam"
  2965. },
  2966. {
  2967. "Key": "DongThap",
  2968. "Value": "同塔",
  2969. "PageKey": 0,
  2970. "ParentKey": "VietNam"
  2971. },
  2972. {
  2973. "Key": "GiaLai",
  2974. "Value": "嘉莱",
  2975. "PageKey": 0,
  2976. "ParentKey": "VietNam"
  2977. },
  2978. {
  2979. "Key": "HaGiang",
  2980. "Value": "河江",
  2981. "PageKey": 0,
  2982. "ParentKey": "VietNam"
  2983. },
  2984. {
  2985. "Key": "HaiDuang",
  2986. "Value": "海阳",
  2987. "PageKey": 0,
  2988. "ParentKey": "VietNam"
  2989. },
  2990. {"Key": "Henan", "Value": "河南", "PageKey": 0, "ParentKey": "VietNam"},
  2991. {
  2992. "Key": "HaTinh",
  2993. "Value": "河静",
  2994. "PageKey": 0,
  2995. "ParentKey": "VietNam"
  2996. },
  2997. {
  2998. "Key": "HoaBinh",
  2999. "Value": "和平",
  3000. "PageKey": 0,
  3001. "ParentKey": "VietNam"
  3002. },
  3003. {
  3004. "Key": "HouJiang",
  3005. "Value": "后江",
  3006. "PageKey": 0,
  3007. "ParentKey": "VietNam"
  3008. },
  3009. {
  3010. "Key": "Xingan",
  3011. "Value": "兴安",
  3012. "PageKey": 0,
  3013. "ParentKey": "VietNam"
  3014. },
  3015. {
  3016. "Key": "KhanhHo",
  3017. "Value": "庆和",
  3018. "PageKey": 0,
  3019. "ParentKey": "VietNam"
  3020. },
  3021. {
  3022. "Key": "JianJiang",
  3023. "Value": "坚江",
  3024. "PageKey": 0,
  3025. "ParentKey": "VietNam"
  3026. },
  3027. {
  3028. "Key": "KonTum",
  3029. "Value": "昆嵩",
  3030. "PageKey": 0,
  3031. "ParentKey": "VietNam"
  3032. },
  3033. {
  3034. "Key": "LaiChua",
  3035. "Value": "莱州",
  3036. "PageKey": 0,
  3037. "ParentKey": "VietNam"
  3038. },
  3039. {
  3040. "Key": "LamDong",
  3041. "Value": "林同",
  3042. "PageKey": 0,
  3043. "ParentKey": "VietNam"
  3044. },
  3045. {
  3046. "Key": "LangSon",
  3047. "Value": "谅山",
  3048. "PageKey": 0,
  3049. "ParentKey": "VietNam"
  3050. },
  3051. {
  3052. "Key": "LaoCai",
  3053. "Value": "老街",
  3054. "PageKey": 0,
  3055. "ParentKey": "VietNam"
  3056. },
  3057. {
  3058. "Key": "LongAn",
  3059. "Value": "隆安",
  3060. "PageKey": 0,
  3061. "ParentKey": "VietNam"
  3062. },
  3063. {
  3064. "Key": "NamDinh",
  3065. "Value": "南定",
  3066. "PageKey": 0,
  3067. "ParentKey": "VietNam"
  3068. },
  3069. {
  3070. "Key": "NgheAn",
  3071. "Value": "乂安",
  3072. "PageKey": 0,
  3073. "ParentKey": "VietNam"
  3074. },
  3075. {
  3076. "Key": "NingShun",
  3077. "Value": "宁顺",
  3078. "PageKey": 0,
  3079. "ParentKey": "VietNam"
  3080. },
  3081. {
  3082. "Key": "FuShou",
  3083. "Value": "富寿",
  3084. "PageKey": 0,
  3085. "ParentKey": "VietNam"
  3086. },
  3087. {
  3088. "Key": "PhuYen",
  3089. "Value": "富安",
  3090. "PageKey": 0,
  3091. "ParentKey": "VietNam"
  3092. },
  3093. {
  3094. "Key": "QuangBinh",
  3095. "Value": "广平",
  3096. "PageKey": 0,
  3097. "ParentKey": "VietNam"
  3098. },
  3099. {
  3100. "Key": "QuangNam",
  3101. "Value": "广南",
  3102. "PageKey": 0,
  3103. "ParentKey": "VietNam"
  3104. },
  3105. {
  3106. "Key": "QuangNgai",
  3107. "Value": "广义",
  3108. "PageKey": 0,
  3109. "ParentKey": "VietNam"
  3110. },
  3111. {
  3112. "Key": "QuangNinh",
  3113. "Value": "广宁",
  3114. "PageKey": 0,
  3115. "ParentKey": "VietNam"
  3116. },
  3117. {
  3118. "Key": "QuangTri",
  3119. "Value": "广治",
  3120. "PageKey": 0,
  3121. "ParentKey": "VietNam"
  3122. },
  3123. {
  3124. "Key": "SocTrang",
  3125. "Value": "朔庄",
  3126. "PageKey": 0,
  3127. "ParentKey": "VietNam"
  3128. },
  3129. {"Key": "SonLa", "Value": "山罗", "PageKey": 0, "ParentKey": "VietNam"},
  3130. {
  3131. "Key": "TayNinh",
  3132. "Value": "西宁",
  3133. "PageKey": 0,
  3134. "ParentKey": "VietNam"
  3135. },
  3136. {
  3137. "Key": "ThaiBinh",
  3138. "Value": "太平",
  3139. "PageKey": 0,
  3140. "ParentKey": "VietNam"
  3141. },
  3142. {
  3143. "Key": "ThaiNguyen",
  3144. "Value": "太原",
  3145. "PageKey": 0,
  3146. "ParentKey": "VietNam"
  3147. },
  3148. {
  3149. "Key": "ThanhHoa",
  3150. "Value": "清化",
  3151. "PageKey": 0,
  3152. "ParentKey": "VietNam"
  3153. },
  3154. {
  3155. "Key": "ThuaThienHue",
  3156. "Value": "承天顺化",
  3157. "PageKey": 0,
  3158. "ParentKey": "VietNam"
  3159. },
  3160. {
  3161. "Key": "TraVinh",
  3162. "Value": "茶荣",
  3163. "PageKey": 0,
  3164. "ParentKey": "VietNam"
  3165. },
  3166. {
  3167. "Key": "TuyenQuang",
  3168. "Value": "宣光",
  3169. "PageKey": 0,
  3170. "ParentKey": "VietNam"
  3171. },
  3172. {
  3173. "Key": "VinhLon",
  3174. "Value": "永隆",
  3175. "PageKey": 0,
  3176. "ParentKey": "VietNam"
  3177. },
  3178. {
  3179. "Key": "VinhPhu",
  3180. "Value": "永富",
  3181. "PageKey": 0,
  3182. "ParentKey": "VietNam"
  3183. },
  3184. {
  3185. "Key": "YenBai",
  3186. "Value": "安沛",
  3187. "PageKey": 0,
  3188. "ParentKey": "VietNam"
  3189. },
  3190. {
  3191. "Key": "CaoTho",
  3192. "Value": "芹苴",
  3193. "PageKey": 0,
  3194. "ParentKey": "VietNam"
  3195. },
  3196. {
  3197. "Key": "DaNang",
  3198. "Value": "岘港",
  3199. "PageKey": 0,
  3200. "ParentKey": "VietNam"
  3201. },
  3202. {
  3203. "Key": "Haiphong",
  3204. "Value": "海防",
  3205. "PageKey": 0,
  3206. "ParentKey": "VietNam"
  3207. },
  3208. {"Key": "Hanoi", "Value": "河内", "PageKey": 0, "ParentKey": "VietNam"},
  3209. {
  3210. "Key": "HoChiMinhCIty",
  3211. "Value": "胡志明市",
  3212. "PageKey": 0,
  3213. "ParentKey": "VietNam"
  3214. },
  3215. {
  3216. "Key": "Qianjiang",
  3217. "Value": "前江",
  3218. "PageKey": 0,
  3219. "ParentKey": "VietNam"
  3220. },
  3221. {
  3222. "Key": "NingPing",
  3223. "Value": "宁平",
  3224. "PageKey": 0,
  3225. "ParentKey": "VietNam"
  3226. }
  3227. ]
  3228. },
  3229. {
  3230. "Key": "China",
  3231. "Value": "中国",
  3232. "PageKey": 0,
  3233. "List": [
  3234. {
  3235. "Key": "ChinaRepeat",
  3236. "Value": "中国",
  3237. "PageKey": 0,
  3238. "ParentKey": "China"
  3239. }
  3240. ]
  3241. },
  3242. {"Key": "UnitedStates", "Value": "美国", "PageKey": 0, "List": []},
  3243. {"Key": "Russia", "Value": "俄罗斯", "PageKey": 0, "List": []},
  3244. {"Key": "Germany", "Value": "德国", "PageKey": 0, "List": []},
  3245. {"Key": "UnitedKingdom", "Value": "英国", "PageKey": 0, "List": []},
  3246. {"Key": "France", "Value": "法国", "PageKey": 0, "List": []},
  3247. {"Key": "Australia", "Value": "澳大利亚", "PageKey": 0, "List": []},
  3248. {"Key": "Japan", "Value": "日本", "PageKey": 0, "List": []},
  3249. {"Key": "Korea", "Value": "韩国", "PageKey": 0, "List": []},
  3250. {"Key": "Laos", "Value": "老挝", "PageKey": 0, "List": []},
  3251. {"Key": "Cambodia", "Value": "柬甫寨", "PageKey": 0, "List": []},
  3252. {"Key": "Myanmar", "Value": "缅甸", "PageKey": 0, "List": []},
  3253. {"Key": "Thailand", "Value": "泰国", "PageKey": 0, "List": []},
  3254. {"Key": "Malaysia", "Value": "马来西亚", "PageKey": 0, "List": []},
  3255. {"Key": "Singapore", "Value": "新加坡", "PageKey": 0, "List": []},
  3256. {"Key": "OtherCountries", "Value": "其他国家", "PageKey": 0, "List": []}
  3257. ]
  3258. },
  3259. {
  3260. 'program': [
  3261. {"Key": "Motion", "Value": "건강 운동", "PageKey": 0, "List": []},
  3262. {"Key": "Party", "Value": "나이트 푸 파티", "PageKey": 0, "List": []},
  3263. {"Key": "Foodie", "Value": "나는 먹고있다", "PageKey": 0, "List": []},
  3264. {"Key": "Movie", "Value": "영화보기", "PageKey": 0, "List": []},
  3265. {"Key": "Game", "Value": "게임하기", "PageKey": 0, "List": []},
  3266. {"Key": "Travel", "Value": "함께 여행", "PageKey": 0, "List": []},
  3267. {"Key": "Chat", "Value": "리안 마이 채팅", "PageKey": 0, "List": []},
  3268. {"Key": "Other", "Value": "기타", "PageKey": 0, "List": []}
  3269. ],
  3270. 'lovePeople': [
  3271. {"Key": "Face", "Value": "얼굴을 봐", "PageKey": 0, "List": []},
  3272. {"Key": "Interesting", "Value": "재미있는", "PageKey": 0, "List": []},
  3273. {"Key": "LocalTyrant", "Value": "폭군", "PageKey": 0, "List": []},
  3274. {"Key": "Love", "Value": "나를 돌 봐줘", "PageKey": 0, "List": []},
  3275. {"Key": "Feel", "Value": "느낌을 참조하십시오", "PageKey": 0, "List": []},
  3276. {"Key": "Indifferent", "Value": "상관 없습니다", "PageKey": 0, "List": []}
  3277. ],
  3278. 'job': [
  3279. {
  3280. "Key": "Information",
  3281. "Value": "정보 기술",
  3282. "PageKey": 0,
  3283. "List": [
  3284. {
  3285. "Key": "Information",
  3286. "Value": "통신",
  3287. "PageKey": 0,
  3288. "ParentKey": "Information"
  3289. },
  3290. {
  3291. "Key": "Internet",
  3292. "Value": "인터넷",
  3293. "PageKey": 0,
  3294. "ParentKey": "Information"
  3295. },
  3296. {
  3297. "Key": "IT",
  3298. "Value": "IT",
  3299. "PageKey": 0,
  3300. "ParentKey": "Information"
  3301. },
  3302. {
  3303. "Key": "Operate",
  3304. "Value": "통신 운영",
  3305. "PageKey": 0,
  3306. "ParentKey": "Information"
  3307. },
  3308. {
  3309. "Key": "NetworkGame",
  3310. "Value": "온라인 게임",
  3311. "PageKey": 0,
  3312. "ParentKey": "Information"
  3313. }
  3314. ]
  3315. },
  3316. {
  3317. "Key": "Financial",
  3318. "Value": "금융 보험",
  3319. "PageKey": 0,
  3320. "List": [
  3321. {
  3322. "Key": "Investment",
  3323. "Value": "투자",
  3324. "PageKey": 0,
  3325. "ParentKey": "Financial"
  3326. },
  3327. {
  3328. "Key": "StockFund",
  3329. "Value": "주식 기금",
  3330. "PageKey": 0,
  3331. "ParentKey": "Financial"
  3332. },
  3333. {
  3334. "Key": "Insurance",
  3335. "Value": "보험",
  3336. "PageKey": 0,
  3337. "ParentKey": "Financial"
  3338. },
  3339. {
  3340. "Key": "Bank",
  3341. "Value": "은행",
  3342. "PageKey": 0,
  3343. "ParentKey": "Financial"
  3344. },
  3345. {
  3346. "Key": "TrustGuarantee",
  3347. "Value": "신뢰 보장",
  3348. "PageKey": 0,
  3349. "ParentKey": "Financial"
  3350. }
  3351. ]
  3352. },
  3353. {
  3354. "Key": "CommercialServices",
  3355. "Value": "비즈니스 서비스",
  3356. "PageKey": 0,
  3357. "List": [
  3358. {
  3359. "Key": "Consultation",
  3360. "Value": "컨설팅",
  3361. "PageKey": 0,
  3362. "ParentKey": "CommercialServices"
  3363. },
  3364. {
  3365. "Key": "Individual",
  3366. "Value": "자영업자",
  3367. "PageKey": 0,
  3368. "ParentKey": "CommercialServices"
  3369. },
  3370. {
  3371. "Key": "Cosmetology",
  3372. "Value": "미용실",
  3373. "PageKey": 0,
  3374. "ParentKey": "CommercialServices"
  3375. },
  3376. {
  3377. "Key": "Decoration",
  3378. "Value": "데코레이션",
  3379. "PageKey": 0,
  3380. "ParentKey": "CommercialServices"
  3381. },
  3382. {
  3383. "Key": "Detective",
  3384. "Value": "형사",
  3385. "PageKey": 0,
  3386. "ParentKey": "CommercialServices"
  3387. },
  3388. {
  3389. "Key": "EstateManagement",
  3390. "Value": "재산 관리",
  3391. "PageKey": 0,
  3392. "ParentKey": "CommercialServices"
  3393. },
  3394. {
  3395. "Key": "RealEstate",
  3396. "Value": "부동산",
  3397. "PageKey": 0,
  3398. "ParentKey": "CommercialServices"
  3399. },
  3400. {
  3401. "Key": "Car",
  3402. "Value": "자동차",
  3403. "PageKey": 0,
  3404. "ParentKey": "CommercialServices"
  3405. },
  3406. {
  3407. "Key": "Trade",
  3408. "Value": "무역",
  3409. "PageKey": 0,
  3410. "ParentKey": "CommercialServices"
  3411. },
  3412. {
  3413. "Key": "LeisureTime",
  3414. "Value": "레저",
  3415. "PageKey": 0,
  3416. "ParentKey": "CommercialServices"
  3417. },
  3418. {
  3419. "Key": "HotelCatering",
  3420. "Value": "호텔 케이터링",
  3421. "PageKey": 0,
  3422. "ParentKey": "CommercialServices"
  3423. },
  3424. {
  3425. "Key": "Travel",
  3426. "Value": "여행",
  3427. "PageKey": 0,
  3428. "ParentKey": "CommercialServices"
  3429. }
  3430. ]
  3431. },
  3432. {
  3433. "Key": "Make",
  3434. "Value": "엔지니어링 제조",
  3435. "PageKey": 0,
  3436. "List": [
  3437. {
  3438. "Key": "Architecture",
  3439. "Value": "빌딩",
  3440. "PageKey": 0,
  3441. "ParentKey": "Make"
  3442. },
  3443. {
  3444. "Key": "CivilEngineering",
  3445. "Value": "토목 공학",
  3446. "PageKey": 0,
  3447. "ParentKey": "Make"
  3448. },
  3449. {
  3450. "Key": "Mechanics",
  3451. "Value": "기계 제조",
  3452. "PageKey": 0,
  3453. "ParentKey": "Make"
  3454. },
  3455. {"Key": "Energy", "Value": "에너지", "PageKey": 0, "ParentKey": "Make"},
  3456. {"Key": "Clothing", "Value": "의류", "PageKey": 0, "ParentKey": "Make"},
  3457. {"Key": "Food", "Value": "음식", "PageKey": 0, "ParentKey": "Make"},
  3458. {
  3459. "Key": "Biomedicine",
  3460. "Value": "생의학",
  3461. "PageKey": 0,
  3462. "ParentKey": "Make"
  3463. },
  3464. {
  3465. "Key": "Electronics",
  3466. "Value": "전자 제품",
  3467. "PageKey": 0,
  3468. "ParentKey": "Make"
  3469. }
  3470. ]
  3471. },
  3472. {
  3473. "Key": "Transportation",
  3474. "Value": "교통 수단",
  3475. "PageKey": 0,
  3476. "List": [
  3477. {
  3478. "Key": "Aviation",
  3479. "Value": "항공",
  3480. "PageKey": 0,
  3481. "ParentKey": "Transportation"
  3482. },
  3483. {
  3484. "Key": "Railway",
  3485. "Value": "철도",
  3486. "PageKey": 0,
  3487. "ParentKey": "Transportation"
  3488. },
  3489. {
  3490. "Key": "Logistics",
  3491. "Value": "물류 운송",
  3492. "PageKey": 0,
  3493. "ParentKey": "Transportation"
  3494. },
  3495. {
  3496. "Key": "Traffic",
  3497. "Value": "대중 교통",
  3498. "PageKey": 0,
  3499. "ParentKey": "Transportation"
  3500. },
  3501. {
  3502. "Key": "ShippingShips",
  3503. "Value": "배송 선",
  3504. "PageKey": 0,
  3505. "ParentKey": "Transportation"
  3506. }
  3507. ]
  3508. },
  3509. {
  3510. "Key": "CulturalMedia",
  3511. "Value": "문화 미디어",
  3512. "PageKey": 0,
  3513. "List": [
  3514. {
  3515. "Key": "MediaPublishing",
  3516. "Value": "미디어 출판",
  3517. "PageKey": 0,
  3518. "ParentKey": "CulturalMedia"
  3519. },
  3520. {
  3521. "Key": "Photography",
  3522. "Value": "사진",
  3523. "PageKey": 0,
  3524. "ParentKey": "CulturalMedia"
  3525. },
  3526. {
  3527. "Key": "Exhibition",
  3528. "Value": "홍보 전시회",
  3529. "PageKey": 0,
  3530. "ParentKey": "CulturalMedia"
  3531. },
  3532. {
  3533. "Key": "Comic",
  3534. "Value": "아니메",
  3535. "PageKey": 0,
  3536. "ParentKey": "CulturalMedia"
  3537. },
  3538. {
  3539. "Key": "Originality",
  3540. "Value": "광고 아이디어",
  3541. "PageKey": 0,
  3542. "ParentKey": "CulturalMedia"
  3543. },
  3544. {
  3545. "Key": "Spread",
  3546. "Value": "문화 커뮤니케이션",
  3547. "PageKey": 0,
  3548. "ParentKey": "CulturalMedia"
  3549. },
  3550. {
  3551. "Key": "Design",
  3552. "Value": "디자인",
  3553. "PageKey": 0,
  3554. "ParentKey": "CulturalMedia"
  3555. }
  3556. ]
  3557. },
  3558. {
  3559. "Key": "EntertainmentSports",
  3560. "Value": "엔터테인먼트 스포츠",
  3561. "PageKey": 0,
  3562. "List": [
  3563. {
  3564. "Key": "Model",
  3565. "Value": "모형",
  3566. "PageKey": 0,
  3567. "ParentKey": "EntertainmentSports"
  3568. },
  3569. {
  3570. "Key": "Music",
  3571. "Value": "음악",
  3572. "PageKey": 0,
  3573. "ParentKey": "EntertainmentSports"
  3574. },
  3575. {
  3576. "Key": "SportsSports",
  3577. "Value": "스포츠 스포츠",
  3578. "PageKey": 0,
  3579. "ParentKey": "EntertainmentSports"
  3580. },
  3581. {
  3582. "Key": "Movies",
  3583. "Value": "영화",
  3584. "PageKey": 0,
  3585. "ParentKey": "EntertainmentSports"
  3586. }
  3587. ]
  3588. },
  3589. {
  3590. "Key": "PublicUtilities",
  3591. "Value": "공공 시설",
  3592. "PageKey": 0,
  3593. "List": [
  3594. {
  3595. "Key": "PublicWelfare",
  3596. "Value": "공공 복지",
  3597. "PageKey": 0,
  3598. "ParentKey": "PublicUtilities"
  3599. },
  3600. {
  3601. "Key": "Speak",
  3602. "Value": "리서치",
  3603. "PageKey": 0,
  3604. "ParentKey": "PublicUtilities"
  3605. },
  3606. {
  3607. "Key": "GovernmentOrgans",
  3608. "Value": "정부 기관",
  3609. "PageKey": 0,
  3610. "ParentKey": "PublicUtilities"
  3611. },
  3612. {
  3613. "Key": "Education",
  3614. "Value": "교육",
  3615. "PageKey": 0,
  3616. "ParentKey": "PublicUtilities"
  3617. },
  3618. {
  3619. "Key": "Law",
  3620. "Value": "법",
  3621. "PageKey": 0,
  3622. "ParentKey": "PublicUtilities"
  3623. },
  3624. {
  3625. "Key": "MedicalCare",
  3626. "Value": "의료",
  3627. "PageKey": 0,
  3628. "ParentKey": "PublicUtilities"
  3629. }
  3630. ]
  3631. },
  3632. {
  3633. "Key": "Student",
  3634. "Value": "학생",
  3635. "PageKey": 0,
  3636. "List": [
  3637. {"Key": "PuPils", "Value": "학생", "PageKey": 0, "ParentKey": "Student"}
  3638. ]
  3639. },
  3640. {
  3641. "Key": "Nothing",
  3642. "Value": "없음",
  3643. "PageKey": 0,
  3644. "List": [
  3645. {
  3646. "Key": "NotHave",
  3647. "Value": "없음",
  3648. "PageKey": 0,
  3649. "ParentKey": "Nothing"
  3650. }
  3651. ]
  3652. }
  3653. ],
  3654. 'city': [
  3655. {
  3656. "Key": "VietNam",
  3657. "Value": "베트남",
  3658. "PageKey": 0,
  3659. "List": [
  3660. {
  3661. "Key": "AnGiang",
  3662. "Value": "안강",
  3663. "PageKey": 0,
  3664. "ParentKey": "VietNam"
  3665. },
  3666. {
  3667. "Key": "BacGiang",
  3668. "Value": "북강",
  3669. "PageKey": 0,
  3670. "ParentKey": "VietNam"
  3671. },
  3672. {
  3673. "Key": "BacCan",
  3674. "Value": "북부",
  3675. "PageKey": 0,
  3676. "ParentKey": "VietNam"
  3677. },
  3678. {
  3679. "Key": "BacLieu",
  3680. "Value": "얇다",
  3681. "PageKey": 0,
  3682. "ParentKey": "VietNam"
  3683. },
  3684. {
  3685. "Key": "BeiNing",
  3686. "Value": "북녕",
  3687. "PageKey": 0,
  3688. "ParentKey": "VietNam"
  3689. },
  3690. {
  3691. "Key": "BaRiaVungTau",
  3692. "Value": "무턱대고",
  3693. "PageKey": 0,
  3694. "ParentKey": "VietNam"
  3695. },
  3696. {
  3697. "Key": "BenTre",
  3698. "Value": "베트남의 지명",
  3699. "PageKey": 0,
  3700. "ParentKey": "VietNam"
  3701. },
  3702. {
  3703. "Key": "BinhDinh",
  3704. "Value": "평정하다",
  3705. "PageKey": 0,
  3706. "ParentKey": "VietNam"
  3707. },
  3708. {
  3709. "Key": "PingYang",
  3710. "Value": "평양",
  3711. "PageKey": 0,
  3712. "ParentKey": "VietNam"
  3713. },
  3714. {
  3715. "Key": "PingFu",
  3716. "Value": "평복",
  3717. "PageKey": 0,
  3718. "ParentKey": "VietNam"
  3719. },
  3720. {
  3721. "Key": "NinhThuan",
  3722. "Value": "순조롭다",
  3723. "PageKey": 0,
  3724. "ParentKey": "VietNam"
  3725. },
  3726. {
  3727. "Key": "CaMau",
  3728. "Value": "저장 성",
  3729. "PageKey": 0,
  3730. "ParentKey": "VietNam"
  3731. },
  3732. {
  3733. "Key": "CaoBang",
  3734. "Value": "고평",
  3735. "PageKey": 0,
  3736. "ParentKey": "VietNam"
  3737. },
  3738. {"Key": "DeLe", "Value": "즐기다", "PageKey": 0, "ParentKey": "VietNam"},
  3739. {
  3740. "Key": "DeNong",
  3741. "Value": "농사를 짓다",
  3742. "PageKey": 0,
  3743. "ParentKey": "VietNam"
  3744. },
  3745. {
  3746. "Key": "DienBien",
  3747. "Value": "가장자리를 닦다",
  3748. "PageKey": 0,
  3749. "ParentKey": "VietNam"
  3750. },
  3751. {
  3752. "Key": "DongNai",
  3753. "Value": "어떻게",
  3754. "PageKey": 0,
  3755. "ParentKey": "VietNam"
  3756. },
  3757. {
  3758. "Key": "DongThap",
  3759. "Value": "동탑",
  3760. "PageKey": 0,
  3761. "ParentKey": "VietNam"
  3762. },
  3763. {
  3764. "Key": "GiaLai",
  3765. "Value": "가래",
  3766. "PageKey": 0,
  3767. "ParentKey": "VietNam"
  3768. },
  3769. {
  3770. "Key": "HaGiang",
  3771. "Value": "강",
  3772. "PageKey": 0,
  3773. "ParentKey": "VietNam"
  3774. },
  3775. {
  3776. "Key": "HaiDuang",
  3777. "Value": "해양",
  3778. "PageKey": 0,
  3779. "ParentKey": "VietNam"
  3780. },
  3781. {"Key": "Henan", "Value": "하남", "PageKey": 0, "ParentKey": "VietNam"},
  3782. {
  3783. "Key": "HaTinh",
  3784. "Value": "강정",
  3785. "PageKey": 0,
  3786. "ParentKey": "VietNam"
  3787. },
  3788. {
  3789. "Key": "HoaBinh",
  3790. "Value": "평화",
  3791. "PageKey": 0,
  3792. "ParentKey": "VietNam"
  3793. },
  3794. {
  3795. "Key": "HouJiang",
  3796. "Value": "후강",
  3797. "PageKey": 0,
  3798. "ParentKey": "VietNam"
  3799. },
  3800. {
  3801. "Key": "Xingan",
  3802. "Value": "흥안",
  3803. "PageKey": 0,
  3804. "ParentKey": "VietNam"
  3805. },
  3806. {
  3807. "Key": "KhanhHo",
  3808. "Value": "경합",
  3809. "PageKey": 0,
  3810. "ParentKey": "VietNam"
  3811. },
  3812. {
  3813. "Key": "JianJiang",
  3814. "Value": "젠 장",
  3815. "PageKey": 0,
  3816. "ParentKey": "VietNam"
  3817. },
  3818. {
  3819. "Key": "KonTum",
  3820. "Value": "부피",
  3821. "PageKey": 0,
  3822. "ParentKey": "VietNam"
  3823. },
  3824. {
  3825. "Key": "LaiChua",
  3826. "Value": "레주",
  3827. "PageKey": 0,
  3828. "ParentKey": "VietNam"
  3829. },
  3830. {
  3831. "Key": "LamDong",
  3832. "Value": "숲",
  3833. "PageKey": 0,
  3834. "ParentKey": "VietNam"
  3835. },
  3836. {
  3837. "Key": "LangSon",
  3838. "Value": "양산",
  3839. "PageKey": 0,
  3840. "ParentKey": "VietNam"
  3841. },
  3842. {
  3843. "Key": "LaoCai",
  3844. "Value": "옛거리",
  3845. "PageKey": 0,
  3846. "ParentKey": "VietNam"
  3847. },
  3848. {
  3849. "Key": "LongAn",
  3850. "Value": "융안",
  3851. "PageKey": 0,
  3852. "ParentKey": "VietNam"
  3853. },
  3854. {
  3855. "Key": "NamDinh",
  3856. "Value": "남정",
  3857. "PageKey": 0,
  3858. "ParentKey": "VietNam"
  3859. },
  3860. {
  3861. "Key": "NgheAn",
  3862. "Value": "안정되다",
  3863. "PageKey": 0,
  3864. "ParentKey": "VietNam"
  3865. },
  3866. {
  3867. "Key": "NingShun",
  3868. "Value": "순종하다",
  3869. "PageKey": 0,
  3870. "ParentKey": "VietNam"
  3871. },
  3872. {
  3873. "Key": "FuShou",
  3874. "Value": "장수",
  3875. "PageKey": 0,
  3876. "ParentKey": "VietNam"
  3877. },
  3878. {
  3879. "Key": "PhuYen",
  3880. "Value": "부안",
  3881. "PageKey": 0,
  3882. "ParentKey": "VietNam"
  3883. },
  3884. {
  3885. "Key": "QuangBinh",
  3886. "Value": "광평",
  3887. "PageKey": 0,
  3888. "ParentKey": "VietNam"
  3889. },
  3890. {
  3891. "Key": "QuangNam",
  3892. "Value": "광남",
  3893. "PageKey": 0,
  3894. "ParentKey": "VietNam"
  3895. },
  3896. {
  3897. "Key": "QuangNgai",
  3898. "Value": "광의",
  3899. "PageKey": 0,
  3900. "ParentKey": "VietNam"
  3901. },
  3902. {
  3903. "Key": "QuangNinh",
  3904. "Value": "광녕",
  3905. "PageKey": 0,
  3906. "ParentKey": "VietNam"
  3907. },
  3908. {
  3909. "Key": "QuangTri",
  3910. "Value": "널리 치료하다",
  3911. "PageKey": 0,
  3912. "ParentKey": "VietNam"
  3913. },
  3914. {
  3915. "Key": "SocTrang",
  3916. "Value": "삭장",
  3917. "PageKey": 0,
  3918. "ParentKey": "VietNam"
  3919. },
  3920. {"Key": "SonLa", "Value": "산라", "PageKey": 0, "ParentKey": "VietNam"},
  3921. {
  3922. "Key": "TayNinh",
  3923. "Value": "서녕",
  3924. "PageKey": 0,
  3925. "ParentKey": "VietNam"
  3926. },
  3927. {
  3928. "Key": "ThaiBinh",
  3929. "Value": "태평",
  3930. "PageKey": 0,
  3931. "ParentKey": "VietNam"
  3932. },
  3933. {
  3934. "Key": "ThaiNguyen",
  3935. "Value": "태원",
  3936. "PageKey": 0,
  3937. "ParentKey": "VietNam"
  3938. },
  3939. {
  3940. "Key": "ThanhHoa",
  3941. "Value": "청산하다",
  3942. "PageKey": 0,
  3943. "ParentKey": "VietNam"
  3944. },
  3945. {
  3946. "Key": "ThuaThienHue",
  3947. "Value": "승천순화",
  3948. "PageKey": 0,
  3949. "ParentKey": "VietNam"
  3950. },
  3951. {
  3952. "Key": "TraVinh",
  3953. "Value": "차의 영광",
  3954. "PageKey": 0,
  3955. "ParentKey": "VietNam"
  3956. },
  3957. {
  3958. "Key": "TuyenQuang",
  3959. "Value": "선광",
  3960. "PageKey": 0,
  3961. "ParentKey": "VietNam"
  3962. },
  3963. {
  3964. "Key": "VinhLon",
  3965. "Value": "영영",
  3966. "PageKey": 0,
  3967. "ParentKey": "VietNam"
  3968. },
  3969. {
  3970. "Key": "VinhPhu",
  3971. "Value": "영부",
  3972. "PageKey": 0,
  3973. "ParentKey": "VietNam"
  3974. },
  3975. {
  3976. "Key": "YenBai",
  3977. "Value": "편안하다",
  3978. "PageKey": 0,
  3979. "ParentKey": "VietNam"
  3980. },
  3981. {
  3982. "Key": "CaoTho",
  3983. "Value": "미나리",
  3984. "PageKey": 0,
  3985. "ParentKey": "VietNam"
  3986. },
  3987. {
  3988. "Key": "DaNang",
  3989. "Value": "다낭",
  3990. "PageKey": 0,
  3991. "ParentKey": "VietNam"
  3992. },
  3993. {
  3994. "Key": "Haiphong",
  3995. "Value": "해방",
  3996. "PageKey": 0,
  3997. "ParentKey": "VietNam"
  3998. },
  3999. {"Key": "Hanoi", "Value": "하내", "PageKey": 0, "ParentKey": "VietNam"},
  4000. {
  4001. "Key": "HoChiMinhCIty",
  4002. "Value": "호치명시",
  4003. "PageKey": 0,
  4004. "ParentKey": "VietNam"
  4005. },
  4006. {
  4007. "Key": "NingPing",
  4008. "Value": "평온하다",
  4009. "PageKey": 0,
  4010. "ParentKey": "VietNam"
  4011. },
  4012. {
  4013. "Key": "Qianjiang",
  4014. "Value": "전강",
  4015. "PageKey": 0,
  4016. "ParentKey": "VietNam"
  4017. }
  4018. ]
  4019. },
  4020. {
  4021. "Key": "China",
  4022. "Value": "중국",
  4023. "PageKey": 0,
  4024. "List": [
  4025. {
  4026. "Key": "ChinaRepeat",
  4027. "Value": "중국",
  4028. "PageKey": 0,
  4029. "ParentKey": "China"
  4030. }
  4031. ]
  4032. },
  4033. {"Key": "Russia", "Value": "러시아", "PageKey": 0, "List": []},
  4034. {"Key": "Germany", "Value": "독일", "PageKey": 0, "List": []},
  4035. {"Key": "UnitedKingdom", "Value": "영국", "PageKey": 0, "List": []},
  4036. {"Key": "France", "Value": "프랑스", "PageKey": 0, "List": []},
  4037. {"Key": "Australia", "Value": "오스트레일리아", "PageKey": 0, "List": []},
  4038. {"Key": "Japan", "Value": "일본", "PageKey": 0, "List": []},
  4039. {"Key": "Korea", "Value": "한국", "PageKey": 0, "List": []},
  4040. {"Key": "Laos", "Value": "라오스", "PageKey": 0, "List": []},
  4041. {"Key": "Cambodia", "Value": "청첩장", "PageKey": 0, "List": []},
  4042. {"Key": "Myanmar", "Value": "미얀마", "PageKey": 0, "List": []},
  4043. {"Key": "Thailand", "Value": "태국", "PageKey": 0, "List": []},
  4044. {"Key": "Malaysia", "Value": "말레이시아", "PageKey": 0, "List": []},
  4045. {"Key": "Singapore", "Value": "싱가포르", "PageKey": 0, "List": []},
  4046. {"Key": "OtherCountries", "Value": "다른 나라", "PageKey": 0, "List": []},
  4047. {"Key": "UnitedStates", "Value": "미국", "PageKey": 0, "List": []},
  4048. {"Key": "HongKong", "Value": "홍콩, 중국", "PageKey": 0, "List": []},
  4049. {"Key": "Taiwan", "Value": "대만, 중국", "PageKey": 0, "List": []}
  4050. ]
  4051. },
  4052. {
  4053. 'program': [
  4054. {"Key": "Motion", "Value": "健康运动", "PageKey": 0, "List": []},
  4055. {"Key": "Party", "Value": "夜蒲聚会", "PageKey": 0, "List": []},
  4056. {"Key": "Foodie", "Value": "我是吃货", "PageKey": 0, "List": []},
  4057. {"Key": "Movie", "Value": "看电影", "PageKey": 0, "List": []},
  4058. {"Key": "Game", "Value": "玩游戏", "PageKey": 0, "List": []},
  4059. {"Key": "Travel", "Value": "结伴旅行", "PageKey": 0, "List": []},
  4060. {"Key": "Chat", "Value": "连麦聊天", "PageKey": 0, "List": []},
  4061. {"Key": "Other", "Value": "其他", "PageKey": 0, "List": []}
  4062. ],
  4063. 'lovePeople': [
  4064. {"Key": "Face", "Value": "看脸", "PageKey": 0, "List": []},
  4065. {"Key": "Interesting", "Value": "有趣", "PageKey": 0, "List": []},
  4066. {"Key": "LocalTyrant", "Value": "土豪", "PageKey": 0, "List": []},
  4067. {"Key": "Love", "Value": "关爱我", "PageKey": 0, "List": []},
  4068. {"Key": "Feel", "Value": "看感觉", "PageKey": 0, "List": []},
  4069. {"Key": "Indifferent", "Value": "无所谓", "PageKey": 0, "List": []}
  4070. ],
  4071. 'job': [
  4072. {
  4073. "Key": "Information",
  4074. "Value": "信息技术",
  4075. "PageKey": 0,
  4076. "List": [
  4077. {
  4078. "Key": "Information",
  4079. "Value": "通讯",
  4080. "PageKey": 0,
  4081. "ParentKey": "Information"
  4082. },
  4083. {
  4084. "Key": "Internet",
  4085. "Value": "互联网",
  4086. "PageKey": 0,
  4087. "ParentKey": "Information"
  4088. },
  4089. {
  4090. "Key": "IT",
  4091. "Value": "IT",
  4092. "PageKey": 0,
  4093. "ParentKey": "Information"
  4094. },
  4095. {
  4096. "Key": "Operate",
  4097. "Value": "电信运营",
  4098. "PageKey": 0,
  4099. "ParentKey": "Information"
  4100. },
  4101. {
  4102. "Key": "NetworkGame",
  4103. "Value": "网络游戏",
  4104. "PageKey": 0,
  4105. "ParentKey": "Information"
  4106. }
  4107. ]
  4108. },
  4109. {
  4110. "Key": "Financial",
  4111. "Value": "金融保险",
  4112. "PageKey": 0,
  4113. "List": [
  4114. {
  4115. "Key": "Investment",
  4116. "Value": "投资",
  4117. "PageKey": 0,
  4118. "ParentKey": "Financial"
  4119. },
  4120. {
  4121. "Key": "StockFund",
  4122. "Value": "股票基金",
  4123. "PageKey": 0,
  4124. "ParentKey": "Financial"
  4125. },
  4126. {
  4127. "Key": "Insurance",
  4128. "Value": "保险",
  4129. "PageKey": 0,
  4130. "ParentKey": "Financial"
  4131. },
  4132. {
  4133. "Key": "Bank",
  4134. "Value": "银行",
  4135. "PageKey": 0,
  4136. "ParentKey": "Financial"
  4137. },
  4138. {
  4139. "Key": "TrustGuarantee",
  4140. "Value": "信托担保",
  4141. "PageKey": 0,
  4142. "ParentKey": "Financial"
  4143. }
  4144. ]
  4145. },
  4146. {
  4147. "Key": "CommercialServices",
  4148. "Value": "商业服务",
  4149. "PageKey": 0,
  4150. "List": [
  4151. {
  4152. "Key": "Consultation",
  4153. "Value": "咨询",
  4154. "PageKey": 0,
  4155. "ParentKey": "CommercialServices"
  4156. },
  4157. {
  4158. "Key": "Individual",
  4159. "Value": "个体经营",
  4160. "PageKey": 0,
  4161. "ParentKey": "CommercialServices"
  4162. },
  4163. {
  4164. "Key": "Cosmetology",
  4165. "Value": "美容美发",
  4166. "PageKey": 0,
  4167. "ParentKey": "CommercialServices"
  4168. },
  4169. {
  4170. "Key": "Decoration",
  4171. "Value": "装修装潢",
  4172. "PageKey": 0,
  4173. "ParentKey": "CommercialServices"
  4174. },
  4175. {
  4176. "Key": "Detective",
  4177. "Value": "侦探",
  4178. "PageKey": 0,
  4179. "ParentKey": "CommercialServices"
  4180. },
  4181. {
  4182. "Key": "EstateManagement",
  4183. "Value": "物业管理",
  4184. "PageKey": 0,
  4185. "ParentKey": "CommercialServices"
  4186. },
  4187. {
  4188. "Key": "RealEstate",
  4189. "Value": "房地产",
  4190. "PageKey": 0,
  4191. "ParentKey": "CommercialServices"
  4192. },
  4193. {
  4194. "Key": "Car",
  4195. "Value": "汽车",
  4196. "PageKey": 0,
  4197. "ParentKey": "CommercialServices"
  4198. },
  4199. {
  4200. "Key": "Trade",
  4201. "Value": "贸易",
  4202. "PageKey": 0,
  4203. "ParentKey": "CommercialServices"
  4204. },
  4205. {
  4206. "Key": "LeisureTime",
  4207. "Value": "休闲娱乐",
  4208. "PageKey": 0,
  4209. "ParentKey": "CommercialServices"
  4210. },
  4211. {
  4212. "Key": "HotelCatering",
  4213. "Value": "酒店餐饮",
  4214. "PageKey": 0,
  4215. "ParentKey": "CommercialServices"
  4216. },
  4217. {
  4218. "Key": "Travel",
  4219. "Value": "旅游",
  4220. "PageKey": 0,
  4221. "ParentKey": "CommercialServices"
  4222. }
  4223. ]
  4224. },
  4225. {
  4226. "Key": "Make",
  4227. "Value": "工程制造",
  4228. "PageKey": 0,
  4229. "List": [
  4230. {
  4231. "Key": "Architecture",
  4232. "Value": "建筑",
  4233. "PageKey": 0,
  4234. "ParentKey": "Make"
  4235. },
  4236. {
  4237. "Key": "CivilEngineering",
  4238. "Value": "土木工程",
  4239. "PageKey": 0,
  4240. "ParentKey": "Make"
  4241. },
  4242. {
  4243. "Key": "Mechanics",
  4244. "Value": "机械制造",
  4245. "PageKey": 0,
  4246. "ParentKey": "Make"
  4247. },
  4248. {"Key": "Energy", "Value": "能源", "PageKey": 0, "ParentKey": "Make"},
  4249. {"Key": "Clothing", "Value": "服装", "PageKey": 0, "ParentKey": "Make"},
  4250. {"Key": "Food", "Value": "食品", "PageKey": 0, "ParentKey": "Make"},
  4251. {
  4252. "Key": "Biomedicine",
  4253. "Value": "生物医学",
  4254. "PageKey": 0,
  4255. "ParentKey": "Make"
  4256. },
  4257. {
  4258. "Key": "Electronics",
  4259. "Value": "电子",
  4260. "PageKey": 0,
  4261. "ParentKey": "Make"
  4262. }
  4263. ]
  4264. },
  4265. {
  4266. "Key": "Transportation",
  4267. "Value": "交通运输",
  4268. "PageKey": 0,
  4269. "List": [
  4270. {
  4271. "Key": "Aviation",
  4272. "Value": "航空",
  4273. "PageKey": 0,
  4274. "ParentKey": "Transportation"
  4275. },
  4276. {
  4277. "Key": "Railway",
  4278. "Value": "铁路",
  4279. "PageKey": 0,
  4280. "ParentKey": "Transportation"
  4281. },
  4282. {
  4283. "Key": "Logistics",
  4284. "Value": "物流运输",
  4285. "PageKey": 0,
  4286. "ParentKey": "Transportation"
  4287. },
  4288. {
  4289. "Key": "Traffic",
  4290. "Value": "公共交通",
  4291. "PageKey": 0,
  4292. "ParentKey": "Transportation"
  4293. },
  4294. {
  4295. "Key": "ShippingShips",
  4296. "Value": "航运船舶",
  4297. "PageKey": 0,
  4298. "ParentKey": "Transportation"
  4299. }
  4300. ]
  4301. },
  4302. {
  4303. "Key": "CulturalMedia",
  4304. "Value": "文化传媒",
  4305. "PageKey": 0,
  4306. "List": [
  4307. {
  4308. "Key": "MediaPublishing",
  4309. "Value": "媒体出版",
  4310. "PageKey": 0,
  4311. "ParentKey": "CulturalMedia"
  4312. },
  4313. {
  4314. "Key": "Photography",
  4315. "Value": "摄影",
  4316. "PageKey": 0,
  4317. "ParentKey": "CulturalMedia"
  4318. },
  4319. {
  4320. "Key": "Exhibition",
  4321. "Value": "公关会展",
  4322. "PageKey": 0,
  4323. "ParentKey": "CulturalMedia"
  4324. },
  4325. {
  4326. "Key": "Comic",
  4327. "Value": "动漫",
  4328. "PageKey": 0,
  4329. "ParentKey": "CulturalMedia"
  4330. },
  4331. {
  4332. "Key": "Originality",
  4333. "Value": "广告创意",
  4334. "PageKey": 0,
  4335. "ParentKey": "CulturalMedia"
  4336. },
  4337. {
  4338. "Key": "Spread",
  4339. "Value": "文化传播",
  4340. "PageKey": 0,
  4341. "ParentKey": "CulturalMedia"
  4342. },
  4343. {
  4344. "Key": "Design",
  4345. "Value": "设计",
  4346. "PageKey": 0,
  4347. "ParentKey": "CulturalMedia"
  4348. }
  4349. ]
  4350. },
  4351. {
  4352. "Key": "EntertainmentSports",
  4353. "Value": "娱乐体育",
  4354. "PageKey": 0,
  4355. "List": [
  4356. {
  4357. "Key": "Model",
  4358. "Value": "模特",
  4359. "PageKey": 0,
  4360. "ParentKey": "EntertainmentSports"
  4361. },
  4362. {
  4363. "Key": "Music",
  4364. "Value": "音乐",
  4365. "PageKey": 0,
  4366. "ParentKey": "EntertainmentSports"
  4367. },
  4368. {
  4369. "Key": "SportsSports",
  4370. "Value": "运动体育",
  4371. "PageKey": 0,
  4372. "ParentKey": "EntertainmentSports"
  4373. },
  4374. {
  4375. "Key": "Movies",
  4376. "Value": "影视",
  4377. "PageKey": 0,
  4378. "ParentKey": "EntertainmentSports"
  4379. }
  4380. ]
  4381. },
  4382. {
  4383. "Key": "PublicUtilities",
  4384. "Value": "公共事业",
  4385. "PageKey": 0,
  4386. "List": [
  4387. {
  4388. "Key": "PublicWelfare",
  4389. "Value": "公益",
  4390. "PageKey": 0,
  4391. "ParentKey": "PublicUtilities"
  4392. },
  4393. {
  4394. "Key": "Speak",
  4395. "Value": "科研",
  4396. "PageKey": 0,
  4397. "ParentKey": "PublicUtilities"
  4398. },
  4399. {
  4400. "Key": "GovernmentOrgans",
  4401. "Value": "政府机构",
  4402. "PageKey": 0,
  4403. "ParentKey": "PublicUtilities"
  4404. },
  4405. {
  4406. "Key": "Education",
  4407. "Value": "教育",
  4408. "PageKey": 0,
  4409. "ParentKey": "PublicUtilities"
  4410. },
  4411. {
  4412. "Key": "Law",
  4413. "Value": "法律",
  4414. "PageKey": 0,
  4415. "ParentKey": "PublicUtilities"
  4416. },
  4417. {
  4418. "Key": "MedicalCare",
  4419. "Value": "医疗",
  4420. "PageKey": 0,
  4421. "ParentKey": "PublicUtilities"
  4422. }
  4423. ]
  4424. },
  4425. {
  4426. "Key": "Student",
  4427. "Value": "学生",
  4428. "PageKey": 0,
  4429. "List": [
  4430. {"Key": "PuPils", "Value": "学生", "PageKey": 0, "ParentKey": "Student"}
  4431. ]
  4432. },
  4433. {
  4434. "Key": "Nothing",
  4435. "Value": "无",
  4436. "PageKey": 0,
  4437. "List": [
  4438. {"Key": "NotHave", "Value": "无", "PageKey": 0, "ParentKey": "Nothing"}
  4439. ]
  4440. }
  4441. ],
  4442. 'city': [
  4443. {
  4444. "Key": "VietNam",
  4445. "Value": "越南",
  4446. "PageKey": 0,
  4447. "List": [
  4448. {
  4449. "Key": "AnGiang",
  4450. "Value": "安江",
  4451. "PageKey": 0,
  4452. "ParentKey": "VietNam"
  4453. },
  4454. {
  4455. "Key": "BacGiang",
  4456. "Value": "北江",
  4457. "PageKey": 0,
  4458. "ParentKey": "VietNam"
  4459. },
  4460. {
  4461. "Key": "BacCan",
  4462. "Value": "北件",
  4463. "PageKey": 0,
  4464. "ParentKey": "VietNam"
  4465. },
  4466. {
  4467. "Key": "BacLieu",
  4468. "Value": "薄辽",
  4469. "PageKey": 0,
  4470. "ParentKey": "VietNam"
  4471. },
  4472. {
  4473. "Key": "BeiNing",
  4474. "Value": "北宁",
  4475. "PageKey": 0,
  4476. "ParentKey": "VietNam"
  4477. },
  4478. {
  4479. "Key": "BaRiaVungTau",
  4480. "Value": "巴地头顿",
  4481. "PageKey": 0,
  4482. "ParentKey": "VietNam"
  4483. },
  4484. {
  4485. "Key": "BenTre",
  4486. "Value": "槟椥",
  4487. "PageKey": 0,
  4488. "ParentKey": "VietNam"
  4489. },
  4490. {
  4491. "Key": "BinhDinh",
  4492. "Value": "平定",
  4493. "PageKey": 0,
  4494. "ParentKey": "VietNam"
  4495. },
  4496. {
  4497. "Key": "PingYang",
  4498. "Value": "平阳",
  4499. "PageKey": 0,
  4500. "ParentKey": "VietNam"
  4501. },
  4502. {
  4503. "Key": "PingFu",
  4504. "Value": "平福",
  4505. "PageKey": 0,
  4506. "ParentKey": "VietNam"
  4507. },
  4508. {
  4509. "Key": "NinhThuan",
  4510. "Value": "平顺",
  4511. "PageKey": 0,
  4512. "ParentKey": "VietNam"
  4513. },
  4514. {"Key": "CaMau", "Value": "金瓯", "PageKey": 0, "ParentKey": "VietNam"},
  4515. {
  4516. "Key": "CaoBang",
  4517. "Value": "高平",
  4518. "PageKey": 0,
  4519. "ParentKey": "VietNam"
  4520. },
  4521. {"Key": "DeLe", "Value": "得乐", "PageKey": 0, "ParentKey": "VietNam"},
  4522. {
  4523. "Key": "DeNong",
  4524. "Value": "得农",
  4525. "PageKey": 0,
  4526. "ParentKey": "VietNam"
  4527. },
  4528. {
  4529. "Key": "DienBien",
  4530. "Value": "奠边",
  4531. "PageKey": 0,
  4532. "ParentKey": "VietNam"
  4533. },
  4534. {
  4535. "Key": "DongNai",
  4536. "Value": "同奈",
  4537. "PageKey": 0,
  4538. "ParentKey": "VietNam"
  4539. },
  4540. {
  4541. "Key": "DongThap",
  4542. "Value": "同塔",
  4543. "PageKey": 0,
  4544. "ParentKey": "VietNam"
  4545. },
  4546. {
  4547. "Key": "GiaLai",
  4548. "Value": "嘉莱",
  4549. "PageKey": 0,
  4550. "ParentKey": "VietNam"
  4551. },
  4552. {
  4553. "Key": "HaGiang",
  4554. "Value": "河江",
  4555. "PageKey": 0,
  4556. "ParentKey": "VietNam"
  4557. },
  4558. {
  4559. "Key": "HaiDuang",
  4560. "Value": "海阳",
  4561. "PageKey": 0,
  4562. "ParentKey": "VietNam"
  4563. },
  4564. {"Key": "Henan", "Value": "河南", "PageKey": 0, "ParentKey": "VietNam"},
  4565. {
  4566. "Key": "HaTinh",
  4567. "Value": "河静",
  4568. "PageKey": 0,
  4569. "ParentKey": "VietNam"
  4570. },
  4571. {
  4572. "Key": "HoaBinh",
  4573. "Value": "和平",
  4574. "PageKey": 0,
  4575. "ParentKey": "VietNam"
  4576. },
  4577. {
  4578. "Key": "HouJiang",
  4579. "Value": "后江",
  4580. "PageKey": 0,
  4581. "ParentKey": "VietNam"
  4582. },
  4583. {
  4584. "Key": "Xingan",
  4585. "Value": "兴安",
  4586. "PageKey": 0,
  4587. "ParentKey": "VietNam"
  4588. },
  4589. {
  4590. "Key": "KhanhHo",
  4591. "Value": "庆和",
  4592. "PageKey": 0,
  4593. "ParentKey": "VietNam"
  4594. },
  4595. {
  4596. "Key": "JianJiang",
  4597. "Value": "坚江",
  4598. "PageKey": 0,
  4599. "ParentKey": "VietNam"
  4600. },
  4601. {
  4602. "Key": "KonTum",
  4603. "Value": "昆嵩",
  4604. "PageKey": 0,
  4605. "ParentKey": "VietNam"
  4606. },
  4607. {
  4608. "Key": "LaiChua",
  4609. "Value": "莱州",
  4610. "PageKey": 0,
  4611. "ParentKey": "VietNam"
  4612. },
  4613. {
  4614. "Key": "LamDong",
  4615. "Value": "林同",
  4616. "PageKey": 0,
  4617. "ParentKey": "VietNam"
  4618. },
  4619. {
  4620. "Key": "LangSon",
  4621. "Value": "谅山",
  4622. "PageKey": 0,
  4623. "ParentKey": "VietNam"
  4624. },
  4625. {
  4626. "Key": "LaoCai",
  4627. "Value": "老街",
  4628. "PageKey": 0,
  4629. "ParentKey": "VietNam"
  4630. },
  4631. {
  4632. "Key": "LongAn",
  4633. "Value": "隆安",
  4634. "PageKey": 0,
  4635. "ParentKey": "VietNam"
  4636. },
  4637. {
  4638. "Key": "NamDinh",
  4639. "Value": "南定",
  4640. "PageKey": 0,
  4641. "ParentKey": "VietNam"
  4642. },
  4643. {
  4644. "Key": "NgheAn",
  4645. "Value": "乂安",
  4646. "PageKey": 0,
  4647. "ParentKey": "VietNam"
  4648. },
  4649. {
  4650. "Key": "NingShun",
  4651. "Value": "宁顺",
  4652. "PageKey": 0,
  4653. "ParentKey": "VietNam"
  4654. },
  4655. {
  4656. "Key": "FuShou",
  4657. "Value": "富寿",
  4658. "PageKey": 0,
  4659. "ParentKey": "VietNam"
  4660. },
  4661. {
  4662. "Key": "PhuYen",
  4663. "Value": "富安",
  4664. "PageKey": 0,
  4665. "ParentKey": "VietNam"
  4666. },
  4667. {
  4668. "Key": "QuangBinh",
  4669. "Value": "广平",
  4670. "PageKey": 0,
  4671. "ParentKey": "VietNam"
  4672. },
  4673. {
  4674. "Key": "QuangNam",
  4675. "Value": "广南",
  4676. "PageKey": 0,
  4677. "ParentKey": "VietNam"
  4678. },
  4679. {
  4680. "Key": "QuangNgai",
  4681. "Value": "广义",
  4682. "PageKey": 0,
  4683. "ParentKey": "VietNam"
  4684. },
  4685. {
  4686. "Key": "QuangNinh",
  4687. "Value": "广宁",
  4688. "PageKey": 0,
  4689. "ParentKey": "VietNam"
  4690. },
  4691. {
  4692. "Key": "QuangTri",
  4693. "Value": "广治",
  4694. "PageKey": 0,
  4695. "ParentKey": "VietNam"
  4696. },
  4697. {
  4698. "Key": "SocTrang",
  4699. "Value": "朔庄",
  4700. "PageKey": 0,
  4701. "ParentKey": "VietNam"
  4702. },
  4703. {"Key": "SonLa", "Value": "山罗", "PageKey": 0, "ParentKey": "VietNam"},
  4704. {
  4705. "Key": "TayNinh",
  4706. "Value": "西宁",
  4707. "PageKey": 0,
  4708. "ParentKey": "VietNam"
  4709. },
  4710. {
  4711. "Key": "ThaiBinh",
  4712. "Value": "太平",
  4713. "PageKey": 0,
  4714. "ParentKey": "VietNam"
  4715. },
  4716. {
  4717. "Key": "ThaiNguyen",
  4718. "Value": "太原",
  4719. "PageKey": 0,
  4720. "ParentKey": "VietNam"
  4721. },
  4722. {
  4723. "Key": "ThanhHoa",
  4724. "Value": "清化",
  4725. "PageKey": 0,
  4726. "ParentKey": "VietNam"
  4727. },
  4728. {
  4729. "Key": "ThuaThienHue",
  4730. "Value": "承天顺化",
  4731. "PageKey": 0,
  4732. "ParentKey": "VietNam"
  4733. },
  4734. {
  4735. "Key": "TraVinh",
  4736. "Value": "茶荣",
  4737. "PageKey": 0,
  4738. "ParentKey": "VietNam"
  4739. },
  4740. {
  4741. "Key": "TuyenQuang",
  4742. "Value": "宣光",
  4743. "PageKey": 0,
  4744. "ParentKey": "VietNam"
  4745. },
  4746. {
  4747. "Key": "VinhLon",
  4748. "Value": "永隆",
  4749. "PageKey": 0,
  4750. "ParentKey": "VietNam"
  4751. },
  4752. {
  4753. "Key": "VinhPhu",
  4754. "Value": "永富",
  4755. "PageKey": 0,
  4756. "ParentKey": "VietNam"
  4757. },
  4758. {
  4759. "Key": "YenBai",
  4760. "Value": "安沛",
  4761. "PageKey": 0,
  4762. "ParentKey": "VietNam"
  4763. },
  4764. {
  4765. "Key": "CaoTho",
  4766. "Value": "芹苴",
  4767. "PageKey": 0,
  4768. "ParentKey": "VietNam"
  4769. },
  4770. {
  4771. "Key": "DaNang",
  4772. "Value": "岘港",
  4773. "PageKey": 0,
  4774. "ParentKey": "VietNam"
  4775. },
  4776. {
  4777. "Key": "Haiphong",
  4778. "Value": "海防",
  4779. "PageKey": 0,
  4780. "ParentKey": "VietNam"
  4781. },
  4782. {"Key": "Hanoi", "Value": "河内", "PageKey": 0, "ParentKey": "VietNam"},
  4783. {
  4784. "Key": "HoChiMinhCIty",
  4785. "Value": "胡志明市",
  4786. "PageKey": 0,
  4787. "ParentKey": "VietNam"
  4788. },
  4789. {
  4790. "Key": "Qianjiang",
  4791. "Value": "前江",
  4792. "PageKey": 0,
  4793. "ParentKey": "VietNam"
  4794. },
  4795. {
  4796. "Key": "NingPing",
  4797. "Value": "宁平",
  4798. "PageKey": 0,
  4799. "ParentKey": "VietNam"
  4800. }
  4801. ]
  4802. },
  4803. {
  4804. "Key": "China",
  4805. "Value": "中国",
  4806. "PageKey": 0,
  4807. "List": [
  4808. {
  4809. "Key": "ChinaRepeat",
  4810. "Value": "中国",
  4811. "PageKey": 0,
  4812. "ParentKey": "China"
  4813. }
  4814. ]
  4815. },
  4816. {"Key": "UnitedStates", "Value": "美国", "PageKey": 0, "List": []},
  4817. {"Key": "Russia", "Value": "俄罗斯", "PageKey": 0, "List": []},
  4818. {"Key": "Germany", "Value": "德国", "PageKey": 0, "List": []},
  4819. {"Key": "UnitedKingdom", "Value": "英国", "PageKey": 0, "List": []},
  4820. {"Key": "France", "Value": "法国", "PageKey": 0, "List": []},
  4821. {"Key": "Australia", "Value": "澳大利亚", "PageKey": 0, "List": []},
  4822. {"Key": "Japan", "Value": "日本", "PageKey": 0, "List": []},
  4823. {"Key": "Korea", "Value": "韩国", "PageKey": 0, "List": []},
  4824. {"Key": "Laos", "Value": "老挝", "PageKey": 0, "List": []},
  4825. {"Key": "Cambodia", "Value": "柬甫寨", "PageKey": 0, "List": []},
  4826. {"Key": "Myanmar", "Value": "缅甸", "PageKey": 0, "List": []},
  4827. {"Key": "Thailand", "Value": "泰国", "PageKey": 0, "List": []},
  4828. {"Key": "Malaysia", "Value": "马来西亚", "PageKey": 0, "List": []},
  4829. {"Key": "Singapore", "Value": "新加坡", "PageKey": 0, "List": []},
  4830. {"Key": "OtherCountries", "Value": "其他国家", "PageKey": 0, "List": []}
  4831. ]
  4832. },
  4833. {
  4834. 'program': [
  4835. {"Key": "Motion", "Value": "健康運動", "PageKey": 0, "List": []},
  4836. {"Key": "Party", "Value": "ナイトプーパーティー", "PageKey": 0, "List": []},
  4837. {"Key": "Foodie", "Value": "私は食べています", "PageKey": 0, "List": []},
  4838. {"Key": "Movie", "Value": "映画を見る", "PageKey": 0, "List": []},
  4839. {"Key": "Game", "Value": "ゲームをする", "PageKey": 0, "List": []},
  4840. {"Key": "Travel", "Value": "一緒に旅行する", "PageKey": 0, "List": []},
  4841. {"Key": "Chat", "Value": "リアンマイチャット", "PageKey": 0, "List": []},
  4842. {"Key": "Other", "Value": "その他", "PageKey": 0, "List": []}
  4843. ],
  4844. 'lovePeople': [
  4845. {"Key": "Face", "Value": "顔を見て", "PageKey": 0, "List": []},
  4846. {"Key": "Interesting", "Value": "おもしろい", "PageKey": 0, "List": []},
  4847. {"Key": "LocalTyrant", "Value": "暴君", "PageKey": 0, "List": []},
  4848. {"Key": "Love", "Value": "私の世話", "PageKey": 0, "List": []},
  4849. {"Key": "Feel", "Value": "気持ちを見る", "PageKey": 0, "List": []},
  4850. {"Key": "Indifferent", "Value": "関係ない", "PageKey": 0, "List": []}
  4851. ],
  4852. 'job': [
  4853. {
  4854. "Key": "Information",
  4855. "Value": "情報技術",
  4856. "PageKey": 0,
  4857. "List": [
  4858. {
  4859. "Key": "Information",
  4860. "Value": "コミュニケーション",
  4861. "PageKey": 0,
  4862. "ParentKey": "Information"
  4863. },
  4864. {
  4865. "Key": "Internet",
  4866. "Value": "インターネット",
  4867. "PageKey": 0,
  4868. "ParentKey": "Information"
  4869. },
  4870. {
  4871. "Key": "IT",
  4872. "Value": "IT",
  4873. "PageKey": 0,
  4874. "ParentKey": "Information"
  4875. },
  4876. {
  4877. "Key": "Operate",
  4878. "Value": "電気通信事業",
  4879. "PageKey": 0,
  4880. "ParentKey": "Information"
  4881. },
  4882. {
  4883. "Key": "NetworkGame",
  4884. "Value": "オンラインゲーム",
  4885. "PageKey": 0,
  4886. "ParentKey": "Information"
  4887. }
  4888. ]
  4889. },
  4890. {
  4891. "Key": "Financial",
  4892. "Value": "金融保険",
  4893. "PageKey": 0,
  4894. "List": [
  4895. {
  4896. "Key": "Investment",
  4897. "Value": "投資",
  4898. "PageKey": 0,
  4899. "ParentKey": "Financial"
  4900. },
  4901. {
  4902. "Key": "StockFund",
  4903. "Value": "株式ファンド",
  4904. "PageKey": 0,
  4905. "ParentKey": "Financial"
  4906. },
  4907. {
  4908. "Key": "Insurance",
  4909. "Value": "保険",
  4910. "PageKey": 0,
  4911. "ParentKey": "Financial"
  4912. },
  4913. {
  4914. "Key": "Bank",
  4915. "Value": "銀行",
  4916. "PageKey": 0,
  4917. "ParentKey": "Financial"
  4918. },
  4919. {
  4920. "Key": "TrustGuarantee",
  4921. "Value": "信頼保証",
  4922. "PageKey": 0,
  4923. "ParentKey": "Financial"
  4924. }
  4925. ]
  4926. },
  4927. {
  4928. "Key": "CommercialServices",
  4929. "Value": "ビジネスサービス",
  4930. "PageKey": 0,
  4931. "List": [
  4932. {
  4933. "Key": "Consultation",
  4934. "Value": "コンサルティング",
  4935. "PageKey": 0,
  4936. "ParentKey": "CommercialServices"
  4937. },
  4938. {
  4939. "Key": "Individual",
  4940. "Value": "自営業者",
  4941. "PageKey": 0,
  4942. "ParentKey": "CommercialServices"
  4943. },
  4944. {
  4945. "Key": "Cosmetology",
  4946. "Value": "美容室",
  4947. "PageKey": 0,
  4948. "ParentKey": "CommercialServices"
  4949. },
  4950. {
  4951. "Key": "Decoration",
  4952. "Value": "デコレーション",
  4953. "PageKey": 0,
  4954. "ParentKey": "CommercialServices"
  4955. },
  4956. {
  4957. "Key": "Detective",
  4958. "Value": "探偵",
  4959. "PageKey": 0,
  4960. "ParentKey": "CommercialServices"
  4961. },
  4962. {
  4963. "Key": "EstateManagement",
  4964. "Value": "財産管理",
  4965. "PageKey": 0,
  4966. "ParentKey": "CommercialServices"
  4967. },
  4968. {
  4969. "Key": "RealEstate",
  4970. "Value": "不動産",
  4971. "PageKey": 0,
  4972. "ParentKey": "CommercialServices"
  4973. },
  4974. {
  4975. "Key": "Car",
  4976. "Value": "車",
  4977. "PageKey": 0,
  4978. "ParentKey": "CommercialServices"
  4979. },
  4980. {
  4981. "Key": "Trade",
  4982. "Value": "貿易",
  4983. "PageKey": 0,
  4984. "ParentKey": "CommercialServices"
  4985. },
  4986. {
  4987. "Key": "LeisureTime",
  4988. "Value": "余暇",
  4989. "PageKey": 0,
  4990. "ParentKey": "CommercialServices"
  4991. },
  4992. {
  4993. "Key": "HotelCatering",
  4994. "Value": "ホテルケータリング",
  4995. "PageKey": 0,
  4996. "ParentKey": "CommercialServices"
  4997. },
  4998. {
  4999. "Key": "Travel",
  5000. "Value": "旅行",
  5001. "PageKey": 0,
  5002. "ParentKey": "CommercialServices"
  5003. }
  5004. ]
  5005. },
  5006. {
  5007. "Key": "Make",
  5008. "Value": "エンジニアリング製造",
  5009. "PageKey": 0,
  5010. "List": [
  5011. {
  5012. "Key": "Architecture",
  5013. "Value": "建物",
  5014. "PageKey": 0,
  5015. "ParentKey": "Make"
  5016. },
  5017. {
  5018. "Key": "CivilEngineering",
  5019. "Value": "土木",
  5020. "PageKey": 0,
  5021. "ParentKey": "Make"
  5022. },
  5023. {
  5024. "Key": "Mechanics",
  5025. "Value": "機械製造",
  5026. "PageKey": 0,
  5027. "ParentKey": "Make"
  5028. },
  5029. {
  5030. "Key": "Energy",
  5031. "Value": "エネルギー",
  5032. "PageKey": 0,
  5033. "ParentKey": "Make"
  5034. },
  5035. {"Key": "Clothing", "Value": "服装", "PageKey": 0, "ParentKey": "Make"},
  5036. {"Key": "Food", "Value": "食べ物", "PageKey": 0, "ParentKey": "Make"},
  5037. {
  5038. "Key": "Biomedicine",
  5039. "Value": "生物医学",
  5040. "PageKey": 0,
  5041. "ParentKey": "Make"
  5042. },
  5043. {
  5044. "Key": "Electronics",
  5045. "Value": "エレクトロニクス",
  5046. "PageKey": 0,
  5047. "ParentKey": "Make"
  5048. }
  5049. ]
  5050. },
  5051. {
  5052. "Key": "Transportation",
  5053. "Value": "交通機関",
  5054. "PageKey": 0,
  5055. "List": [
  5056. {
  5057. "Key": "Aviation",
  5058. "Value": "航空",
  5059. "PageKey": 0,
  5060. "ParentKey": "Transportation"
  5061. },
  5062. {
  5063. "Key": "Railway",
  5064. "Value": "鉄道",
  5065. "PageKey": 0,
  5066. "ParentKey": "Transportation"
  5067. },
  5068. {
  5069. "Key": "Logistics",
  5070. "Value": "物流輸送",
  5071. "PageKey": 0,
  5072. "ParentKey": "Transportation"
  5073. },
  5074. {
  5075. "Key": "Traffic",
  5076. "Value": "公共交通機関",
  5077. "PageKey": 0,
  5078. "ParentKey": "Transportation"
  5079. },
  5080. {
  5081. "Key": "ShippingShips",
  5082. "Value": "発送船",
  5083. "PageKey": 0,
  5084. "ParentKey": "Transportation"
  5085. }
  5086. ]
  5087. },
  5088. {
  5089. "Key": "CulturalMedia",
  5090. "Value": "文化メディア",
  5091. "PageKey": 0,
  5092. "List": [
  5093. {
  5094. "Key": "MediaPublishing",
  5095. "Value": "メディア出版",
  5096. "PageKey": 0,
  5097. "ParentKey": "CulturalMedia"
  5098. },
  5099. {
  5100. "Key": "Photography",
  5101. "Value": "写真撮影",
  5102. "PageKey": 0,
  5103. "ParentKey": "CulturalMedia"
  5104. },
  5105. {
  5106. "Key": "Exhibition",
  5107. "Value": "PR展",
  5108. "PageKey": 0,
  5109. "ParentKey": "CulturalMedia"
  5110. },
  5111. {
  5112. "Key": "Comic",
  5113. "Value": "アニメ",
  5114. "PageKey": 0,
  5115. "ParentKey": "CulturalMedia"
  5116. },
  5117. {
  5118. "Key": "Originality",
  5119. "Value": "広告のアイデア",
  5120. "PageKey": 0,
  5121. "ParentKey": "CulturalMedia"
  5122. },
  5123. {
  5124. "Key": "Spread",
  5125. "Value": "文化的コミュニケーション",
  5126. "PageKey": 0,
  5127. "ParentKey": "CulturalMedia"
  5128. },
  5129. {
  5130. "Key": "Design",
  5131. "Value": "設計",
  5132. "PageKey": 0,
  5133. "ParentKey": "CulturalMedia"
  5134. }
  5135. ]
  5136. },
  5137. {
  5138. "Key": "EntertainmentSports",
  5139. "Value": "エンターテインメントスポーツ",
  5140. "PageKey": 0,
  5141. "List": [
  5142. {
  5143. "Key": "Model",
  5144. "Value": "モデル",
  5145. "PageKey": 0,
  5146. "ParentKey": "EntertainmentSports"
  5147. },
  5148. {
  5149. "Key": "Music",
  5150. "Value": "ミュージック",
  5151. "PageKey": 0,
  5152. "ParentKey": "EntertainmentSports"
  5153. },
  5154. {
  5155. "Key": "SportsSports",
  5156. "Value": "スポーツスポーツ",
  5157. "PageKey": 0,
  5158. "ParentKey": "EntertainmentSports"
  5159. },
  5160. {
  5161. "Key": "Movies",
  5162. "Value": "ムービー",
  5163. "PageKey": 0,
  5164. "ParentKey": "EntertainmentSports"
  5165. }
  5166. ]
  5167. },
  5168. {
  5169. "Key": "PublicUtilities",
  5170. "Value": "公益事業",
  5171. "PageKey": 0,
  5172. "List": [
  5173. {
  5174. "Key": "PublicWelfare",
  5175. "Value": "公益",
  5176. "PageKey": 0,
  5177. "ParentKey": "PublicUtilities"
  5178. },
  5179. {
  5180. "Key": "Speak",
  5181. "Value": "リサーチ",
  5182. "PageKey": 0,
  5183. "ParentKey": "PublicUtilities"
  5184. },
  5185. {
  5186. "Key": "GovernmentOrgans",
  5187. "Value": "政府機関",
  5188. "PageKey": 0,
  5189. "ParentKey": "PublicUtilities"
  5190. },
  5191. {
  5192. "Key": "Education",
  5193. "Value": "教育",
  5194. "PageKey": 0,
  5195. "ParentKey": "PublicUtilities"
  5196. },
  5197. {
  5198. "Key": "Law",
  5199. "Value": "法律",
  5200. "PageKey": 0,
  5201. "ParentKey": "PublicUtilities"
  5202. },
  5203. {
  5204. "Key": "MedicalCare",
  5205. "Value": "メディカル",
  5206. "PageKey": 0,
  5207. "ParentKey": "PublicUtilities"
  5208. }
  5209. ]
  5210. },
  5211. {
  5212. "Key": "Student",
  5213. "Value": "学生",
  5214. "PageKey": 0,
  5215. "List": [
  5216. {"Key": "PuPils", "Value": "学生", "PageKey": 0, "ParentKey": "Student"}
  5217. ]
  5218. },
  5219. {
  5220. "Key": "Nothing",
  5221. "Value": "なし",
  5222. "PageKey": 0,
  5223. "List": [
  5224. {
  5225. "Key": "NotHave",
  5226. "Value": "なし",
  5227. "PageKey": 0,
  5228. "ParentKey": "Nothing"
  5229. }
  5230. ]
  5231. }
  5232. ],
  5233. 'city': [
  5234. {
  5235. "Key": "VietNam",
  5236. "Value": "ベトナム",
  5237. "PageKey": 0,
  5238. "List": [
  5239. {
  5240. "Key": "AnGiang",
  5241. "Value": "安江",
  5242. "PageKey": 0,
  5243. "ParentKey": "VietNam"
  5244. },
  5245. {
  5246. "Key": "BacGiang",
  5247. "Value": "北江",
  5248. "PageKey": 0,
  5249. "ParentKey": "VietNam"
  5250. },
  5251. {
  5252. "Key": "BacCan",
  5253. "Value": "ノースウェア",
  5254. "PageKey": 0,
  5255. "ParentKey": "VietNam"
  5256. },
  5257. {
  5258. "Key": "BacLieu",
  5259. "Value": "ボリアオ",
  5260. "PageKey": 0,
  5261. "ParentKey": "VietNam"
  5262. },
  5263. {
  5264. "Key": "BeiNing",
  5265. "Value": "ビーニング",
  5266. "PageKey": 0,
  5267. "ParentKey": "VietNam"
  5268. },
  5269. {
  5270. "Key": "BaRiaVungTau",
  5271. "Value": "バディ・ブンタウ",
  5272. "PageKey": 0,
  5273. "ParentKey": "VietNam"
  5274. },
  5275. {
  5276. "Key": "BenTre",
  5277. "Value": "キンマ",
  5278. "PageKey": 0,
  5279. "ParentKey": "VietNam"
  5280. },
  5281. {
  5282. "Key": "BinhDinh",
  5283. "Value": "落ち着いた",
  5284. "PageKey": 0,
  5285. "ParentKey": "VietNam"
  5286. },
  5287. {
  5288. "Key": "PingYang",
  5289. "Value": "ビンズオン",
  5290. "PageKey": 0,
  5291. "ParentKey": "VietNam"
  5292. },
  5293. {
  5294. "Key": "PingFu",
  5295. "Value": "平福",
  5296. "PageKey": 0,
  5297. "ParentKey": "VietNam"
  5298. },
  5299. {
  5300. "Key": "NinhThuan",
  5301. "Value": "平顺",
  5302. "PageKey": 0,
  5303. "ParentKey": "VietNam"
  5304. },
  5305. {
  5306. "Key": "CaMau",
  5307. "Value": "ジン・ヤン",
  5308. "PageKey": 0,
  5309. "ParentKey": "VietNam"
  5310. },
  5311. {
  5312. "Key": "CaoBang",
  5313. "Value": "ゲーピング",
  5314. "PageKey": 0,
  5315. "ParentKey": "VietNam"
  5316. },
  5317. {"Key": "DeLe", "Value": "デレ", "PageKey": 0, "ParentKey": "VietNam"},
  5318. {
  5319. "Key": "DeNong",
  5320. "Value": "デノン",
  5321. "PageKey": 0,
  5322. "ParentKey": "VietNam"
  5323. },
  5324. {
  5325. "Key": "DienBien",
  5326. "Value": "モビアン",
  5327. "PageKey": 0,
  5328. "ParentKey": "VietNam"
  5329. },
  5330. {
  5331. "Key": "DongNai",
  5332. "Value": "ドンナイ",
  5333. "PageKey": 0,
  5334. "ParentKey": "VietNam"
  5335. },
  5336. {
  5337. "Key": "DongThap",
  5338. "Value": "ドンタ",
  5339. "PageKey": 0,
  5340. "ParentKey": "VietNam"
  5341. },
  5342. {
  5343. "Key": "GiaLai",
  5344. "Value": "ジャライ",
  5345. "PageKey": 0,
  5346. "ParentKey": "VietNam"
  5347. },
  5348. {
  5349. "Key": "HaGiang",
  5350. "Value": "川",
  5351. "PageKey": 0,
  5352. "ParentKey": "VietNam"
  5353. },
  5354. {
  5355. "Key": "HaiDuang",
  5356. "Value": "海陽",
  5357. "PageKey": 0,
  5358. "ParentKey": "VietNam"
  5359. },
  5360. {"Key": "Henan", "Value": "河南", "PageKey": 0, "ParentKey": "VietNam"},
  5361. {
  5362. "Key": "HaTinh",
  5363. "Value": "彼はジン",
  5364. "PageKey": 0,
  5365. "ParentKey": "VietNam"
  5366. },
  5367. {
  5368. "Key": "HoaBinh",
  5369. "Value": "平和",
  5370. "PageKey": 0,
  5371. "ParentKey": "VietNam"
  5372. },
  5373. {
  5374. "Key": "HouJiang",
  5375. "Value": "後江",
  5376. "PageKey": 0,
  5377. "ParentKey": "VietNam"
  5378. },
  5379. {
  5380. "Key": "Xingan",
  5381. "Value": "兴安",
  5382. "PageKey": 0,
  5383. "ParentKey": "VietNam"
  5384. },
  5385. {
  5386. "Key": "KhanhHo",
  5387. "Value": "和を祝う",
  5388. "PageKey": 0,
  5389. "ParentKey": "VietNam"
  5390. },
  5391. {
  5392. "Key": "JianJiang",
  5393. "Value": "堅江",
  5394. "PageKey": 0,
  5395. "ParentKey": "VietNam"
  5396. },
  5397. {
  5398. "Key": "KonTum",
  5399. "Value": "くんソング",
  5400. "PageKey": 0,
  5401. "ParentKey": "VietNam"
  5402. },
  5403. {
  5404. "Key": "LaiChua",
  5405. "Value": "i州",
  5406. "PageKey": 0,
  5407. "ParentKey": "VietNam"
  5408. },
  5409. {
  5410. "Key": "LamDong",
  5411. "Value": "林通",
  5412. "PageKey": 0,
  5413. "ParentKey": "VietNam"
  5414. },
  5415. {
  5416. "Key": "LangSon",
  5417. "Value": "Lang山",
  5418. "PageKey": 0,
  5419. "ParentKey": "VietNam"
  5420. },
  5421. {
  5422. "Key": "LaoCai",
  5423. "Value": "古い通り",
  5424. "PageKey": 0,
  5425. "ParentKey": "VietNam"
  5426. },
  5427. {
  5428. "Key": "LongAn",
  5429. "Value": "リュウガン",
  5430. "PageKey": 0,
  5431. "ParentKey": "VietNam"
  5432. },
  5433. {
  5434. "Key": "NamDinh",
  5435. "Value": "南定",
  5436. "PageKey": 0,
  5437. "ParentKey": "VietNam"
  5438. },
  5439. {
  5440. "Key": "NgheAn",
  5441. "Value": "ルアン",
  5442. "PageKey": 0,
  5443. "ParentKey": "VietNam"
  5444. },
  5445. {
  5446. "Key": "NingShun",
  5447. "Value": "寧順",
  5448. "PageKey": 0,
  5449. "ParentKey": "VietNam"
  5450. },
  5451. {
  5452. "Key": "FuShou",
  5453. "Value": "ふしょう",
  5454. "PageKey": 0,
  5455. "ParentKey": "VietNam"
  5456. },
  5457. {
  5458. "Key": "PhuYen",
  5459. "Value": "フアン",
  5460. "PageKey": 0,
  5461. "ParentKey": "VietNam"
  5462. },
  5463. {
  5464. "Key": "QuangBinh",
  5465. "Value": "広平",
  5466. "PageKey": 0,
  5467. "ParentKey": "VietNam"
  5468. },
  5469. {
  5470. "Key": "QuangNam",
  5471. "Value": "広南",
  5472. "PageKey": 0,
  5473. "ParentKey": "VietNam"
  5474. },
  5475. {
  5476. "Key": "QuangNgai",
  5477. "Value": "广义",
  5478. "PageKey": 0,
  5479. "ParentKey": "VietNam"
  5480. },
  5481. {
  5482. "Key": "QuangNinh",
  5483. "Value": "広寧",
  5484. "PageKey": 0,
  5485. "ParentKey": "VietNam"
  5486. },
  5487. {
  5488. "Key": "QuangTri",
  5489. "Value": "広志",
  5490. "PageKey": 0,
  5491. "ParentKey": "VietNam"
  5492. },
  5493. {
  5494. "Key": "SocTrang",
  5495. "Value": "ソチュアン",
  5496. "PageKey": 0,
  5497. "ParentKey": "VietNam"
  5498. },
  5499. {"Key": "SonLa", "Value": "山", "PageKey": 0, "ParentKey": "VietNam"},
  5500. {
  5501. "Key": "TayNinh",
  5502. "Value": "西寧",
  5503. "PageKey": 0,
  5504. "ParentKey": "VietNam"
  5505. },
  5506. {
  5507. "Key": "ThaiBinh",
  5508. "Value": "タイピン",
  5509. "PageKey": 0,
  5510. "ParentKey": "VietNam"
  5511. },
  5512. {
  5513. "Key": "ThaiNguyen",
  5514. "Value": "太原",
  5515. "PageKey": 0,
  5516. "ParentKey": "VietNam"
  5517. },
  5518. {
  5519. "Key": "ThanhHoa",
  5520. "Value": "清華",
  5521. "PageKey": 0,
  5522. "ParentKey": "VietNam"
  5523. },
  5524. {
  5525. "Key": "ThuaThienHue",
  5526. "Value": "チェンティアンフエ",
  5527. "PageKey": 0,
  5528. "ParentKey": "VietNam"
  5529. },
  5530. {
  5531. "Key": "TraVinh",
  5532. "Value": "チャロン",
  5533. "PageKey": 0,
  5534. "ParentKey": "VietNam"
  5535. },
  5536. {
  5537. "Key": "TuyenQuang",
  5538. "Value": "Xuanguang",
  5539. "PageKey": 0,
  5540. "ParentKey": "VietNam"
  5541. },
  5542. {
  5543. "Key": "VinhLon",
  5544. "Value": "永隆",
  5545. "PageKey": 0,
  5546. "ParentKey": "VietNam"
  5547. },
  5548. {
  5549. "Key": "VinhPhu",
  5550. "Value": "永福",
  5551. "PageKey": 0,
  5552. "ParentKey": "VietNam"
  5553. },
  5554. {
  5555. "Key": "YenBai",
  5556. "Value": "アンペ",
  5557. "PageKey": 0,
  5558. "ParentKey": "VietNam"
  5559. },
  5560. {
  5561. "Key": "CaoTho",
  5562. "Value": "カントー",
  5563. "PageKey": 0,
  5564. "ParentKey": "VietNam"
  5565. },
  5566. {
  5567. "Key": "DaNang",
  5568. "Value": "ダナン",
  5569. "PageKey": 0,
  5570. "ParentKey": "VietNam"
  5571. },
  5572. {
  5573. "Key": "Haiphong",
  5574. "Value": "ハイフォン",
  5575. "PageKey": 0,
  5576. "ParentKey": "VietNam"
  5577. },
  5578. {
  5579. "Key": "Hanoi",
  5580. "Value": "ハノイ",
  5581. "PageKey": 0,
  5582. "ParentKey": "VietNam"
  5583. },
  5584. {
  5585. "Key": "HoChiMinhCIty",
  5586. "Value": "ホーチミン市",
  5587. "PageKey": 0,
  5588. "ParentKey": "VietNam"
  5589. },
  5590. {
  5591. "Key": "NingPing",
  5592. "Value": "寧平",
  5593. "PageKey": 0,
  5594. "ParentKey": "VietNam"
  5595. },
  5596. {
  5597. "Key": "Qianjiang",
  5598. "Value": "前江",
  5599. "PageKey": 0,
  5600. "ParentKey": "VietNam"
  5601. }
  5602. ]
  5603. },
  5604. {
  5605. "Key": "China",
  5606. "Value": "中国",
  5607. "PageKey": 0,
  5608. "List": [
  5609. {
  5610. "Key": "ChinaRepeat",
  5611. "Value": "中国",
  5612. "PageKey": 0,
  5613. "ParentKey": "China"
  5614. }
  5615. ]
  5616. },
  5617. {"Key": "Russia", "Value": "ロシア", "PageKey": 0, "List": []},
  5618. {"Key": "Germany", "Value": "ドイツ", "PageKey": 0, "List": []},
  5619. {"Key": "UnitedKingdom", "Value": "イギリス", "PageKey": 0, "List": []},
  5620. {"Key": "France", "Value": "フランス", "PageKey": 0, "List": []},
  5621. {"Key": "Australia", "Value": "オーストラリア", "PageKey": 0, "List": []},
  5622. {"Key": "Japan", "Value": "日本", "PageKey": 0, "List": []},
  5623. {"Key": "Korea", "Value": "韓国", "PageKey": 0, "List": []},
  5624. {"Key": "Laos", "Value": "ラオス", "PageKey": 0, "List": []},
  5625. {"Key": "Cambodia", "Value": "カンボジアの村", "PageKey": 0, "List": []},
  5626. {"Key": "Myanmar", "Value": "ミャンマー", "PageKey": 0, "List": []},
  5627. {"Key": "Thailand", "Value": "タイ", "PageKey": 0, "List": []},
  5628. {"Key": "Malaysia", "Value": "マレーシア", "PageKey": 0, "List": []},
  5629. {"Key": "Singapore", "Value": "シンガポール", "PageKey": 0, "List": []},
  5630. {"Key": "OtherCountries", "Value": "その他の国", "PageKey": 0, "List": []},
  5631. {"Key": "UnitedStates", "Value": "アメリカ", "PageKey": 0, "List": []},
  5632. {"Key": "HongKong", "Value": "香港、中国", "PageKey": 0, "List": []},
  5633. {"Key": "Taiwan", "Value": "台湾、中国", "PageKey": 0, "List": []},
  5634. {"Key": "Macao", "Value": "マカオ、中国", "PageKey": 0, "List": []}
  5635. ]
  5636. }
  5637. ];
  5638. class WebData {
  5639. //私有构造函数
  5640. WebData._internal();
  5641. Locale locale = Locale("en", "US");
  5642. //保存单例
  5643. static WebData _singleton = new WebData._internal();
  5644. //工厂构造函数
  5645. factory WebData() => _singleton;
  5646. //职业
  5647. Map<String, String> professionCate = {};
  5648. Map<String, dynamic> professionList = {};
  5649. //约会节目
  5650. Map<String, String> dateItemMap = {};
  5651. //期待对象
  5652. Map<String, String> loverPeopleMap = {};
  5653. //约会范围
  5654. Map<String, String> provinces = {};
  5655. Map<String, dynamic> cities = {};
  5656. //身高数据
  5657. Map<String, String> heightData = {
  5658. "0": "不显示",
  5659. };
  5660. Map<String, dynamic> heightListData = {
  5661. '0': {
  5662. "100000": {"name": 'test'}
  5663. },
  5664. };
  5665. //银行数据
  5666. Map<String, String> bankData = {};
  5667. Map<String, dynamic> bankListData = {};
  5668. //体重数据
  5669. Map<String, String> weightData = {
  5670. "0": "不显示",
  5671. };
  5672. Map<String, dynamic> weightListData = {
  5673. '0': {
  5674. "100000": {"name": 'test'}
  5675. },
  5676. };
  5677. Map<int, String> res = {};
  5678. //获取时间范围
  5679. Map<int, String> getDateTime(BuildContext context) {
  5680. res[1] = I18n.of(context).morning;
  5681. res[2] = I18n.of(context).noon;
  5682. res[3] = I18n.of(context).afternoon;
  5683. res[4] = I18n.of(context).night;
  5684. res[5] = I18n.of(context).overnight;
  5685. res[6] = I18n.of(context).all_day;
  5686. return res;
  5687. }
  5688. String getDateString(BuildContext context, int type) {
  5689. String res;
  5690. switch (type) {
  5691. case 1:
  5692. res = I18n.of(context).morning;
  5693. break;
  5694. case 2:
  5695. res = I18n.of(context).noon;
  5696. break;
  5697. case 3:
  5698. res = I18n.of(context).afternoon;
  5699. break;
  5700. case 4:
  5701. res = I18n.of(context).night;
  5702. break;
  5703. case 5:
  5704. res = I18n.of(context).overnight;
  5705. break;
  5706. case 6:
  5707. res = I18n.of(context).all_day;
  5708. break;
  5709. default:
  5710. }
  5711. return res;
  5712. }
  5713. //检测是否超时
  5714. bool testTimeOver(int type, String time) {
  5715. //如果是一整天直接返回
  5716. //上午 [0 ,11)
  5717. //中午 [11, 13)
  5718. //下午 [13,17)
  5719. //晚上 [17,20)
  5720. //通宵 [20,24)
  5721. var list = time.split('-');
  5722. int year = int.parse(list[0]);
  5723. int month = int.parse(list[1]);
  5724. int day = int.parse(list[2]);
  5725. var now = DateTime.now();
  5726. switch (type) {
  5727. case 1:
  5728. return now.isAfter(DateTime(year, month, day, 11));
  5729. case 2:
  5730. return now.isAfter(DateTime(year, month, day, 13));
  5731. case 3:
  5732. return now.isAfter(DateTime(year, month, day, 17));
  5733. case 4:
  5734. return now.isAfter(DateTime(year, month, day, 20));
  5735. case 5:
  5736. return now.isAfter(DateTime(year, month, day, 24));
  5737. break;
  5738. case 6:
  5739. return false;
  5740. default:
  5741. return true;
  5742. }
  5743. }
  5744. deleteDemain(String url) {
  5745. for (int i = 0; i < 3; i++) {
  5746. int index = url.indexOf('/');
  5747. url = url.substring(index + 1);
  5748. }
  5749. return url;
  5750. }
  5751. getDistanceString(double distance) {
  5752. return (distance > 1000
  5753. ? ('${(distance ~/ 1000).toInt()}km')
  5754. : '${distance.toInt()}m');
  5755. }
  5756. changeLoaction(int code) {
  5757. var location;
  5758. String str;
  5759. switch (code) {
  5760. case LanguageType.English:
  5761. location = Locale("en", "US");
  5762. str = 'Hidden';
  5763. break;
  5764. case LanguageType.Vietnamese:
  5765. location = Locale("vi", "VN");
  5766. str = 'Không hiển thị';
  5767. break;
  5768. case LanguageType.TraditionalChinese:
  5769. location = Locale("zh", "HK");
  5770. str = '不顯示';
  5771. break;
  5772. case LanguageType.SimplifiedChinese:
  5773. location = Locale("zh", "CN");
  5774. str = '不显示';
  5775. break;
  5776. case LanguageType.Korean:
  5777. location = Locale("ko", "KR");
  5778. str = '표시하지 않음';
  5779. break;
  5780. case LanguageType.Japanese:
  5781. location = Locale("ja", "JP");
  5782. str = '表示しない';
  5783. break;
  5784. default:
  5785. location = Locale("en", "US");
  5786. str = 'Hidden';
  5787. break;
  5788. }
  5789. locale = location;
  5790. heightData['0'] = str;
  5791. weightData['0'] = str;
  5792. I18n.onLocaleChanged(locale);
  5793. }
  5794. //获取评价值
  5795. getEvaluation(BuildContext context, String str) {
  5796. if (str == '') {
  5797. return '';
  5798. }
  5799. var res = '';
  5800. List list = str.split('|');
  5801. list.forEach((f) {
  5802. var temp = '';
  5803. switch (f) {
  5804. case 'Friendly':
  5805. temp = I18n.of(context).friendly;
  5806. break;
  5807. case 'Interesting':
  5808. temp = I18n.of(context).interesting;
  5809. break;
  5810. case 'Refreshing':
  5811. temp = I18n.of(context).readily;
  5812. break;
  5813. case 'Patience':
  5814. temp = I18n.of(context).patient;
  5815. break;
  5816. case 'Hello':
  5817. temp = I18n.of(context).lie;
  5818. break;
  5819. case 'Unfriendly':
  5820. temp = I18n.of(context).unfriendly;
  5821. break;
  5822. default:
  5823. }
  5824. res += res == '' ? temp : ('/' + temp);
  5825. });
  5826. return res;
  5827. }
  5828. //获取节目名字
  5829. getProgramName(BuildContext context, int type) {
  5830. String res = '';
  5831. switch (type) {
  5832. case 0:
  5833. res = I18n.of(context).healthy_exercise;
  5834. break;
  5835. case 1:
  5836. res = I18n.of(context).night_party;
  5837. break;
  5838. case 2:
  5839. res = I18n.of(context).gourmet_party;
  5840. break;
  5841. case 3:
  5842. res = I18n.of(context).watch_movie;
  5843. break;
  5844. case 4:
  5845. res = I18n.of(context).play_games;
  5846. break;
  5847. case 5:
  5848. res = I18n.of(context).travel_together;
  5849. break;
  5850. case 6:
  5851. res = I18n.of(context).voice_chat;
  5852. break;
  5853. case 7:
  5854. res = I18n.of(context).other;
  5855. break;
  5856. }
  5857. return res;
  5858. }
  5859. //获取星座
  5860. getConstellation(BuildContext context, type) {
  5861. if (type == null || type == '') return "";
  5862. if (type is String) type = int.parse(type);
  5863. String res = '';
  5864. switch (type) {
  5865. case 1:
  5866. res = I18n.of(context).aquarius;
  5867. break;
  5868. case 2:
  5869. res = I18n.of(context).pisces;
  5870. break;
  5871. case 3:
  5872. res = I18n.of(context).aries;
  5873. break;
  5874. case 4:
  5875. res = I18n.of(context).taurus;
  5876. break;
  5877. case 5:
  5878. res = I18n.of(context).gemini;
  5879. break;
  5880. case 6:
  5881. res = I18n.of(context).cancer;
  5882. break;
  5883. case 7:
  5884. res = I18n.of(context).leo;
  5885. break;
  5886. case 8:
  5887. res = I18n.of(context).virgo;
  5888. break;
  5889. case 9:
  5890. res = I18n.of(context).libra;
  5891. break;
  5892. case 10:
  5893. res = I18n.of(context).scorpio;
  5894. break;
  5895. case 11:
  5896. res = I18n.of(context).sagittarius;
  5897. break;
  5898. case 12:
  5899. res = I18n.of(context).capricorn;
  5900. break;
  5901. default:
  5902. }
  5903. return res;
  5904. }
  5905. //获取职业名称
  5906. getProffesionName(String str) {
  5907. if (str == '' || str == null) return '';
  5908. var result = '';
  5909. try {
  5910. var list = str.split('-');
  5911. result = professionList[list[0]][list[1]];
  5912. } catch (e) {}
  5913. return result;
  5914. }
  5915. getProgram(String str) {
  5916. if (str == '' || str == null) return str;
  5917. var list = str.split(',');
  5918. String result = '';
  5919. list.forEach((item) {
  5920. result += result == '' ? dateItemMap[item] : '/${dateItemMap[item]}';
  5921. });
  5922. return result;
  5923. }
  5924. //获取期待对象
  5925. getLovePeople(String str) {
  5926. if (str == '' || str == null) return str;
  5927. var list = str.split(',');
  5928. String result = '';
  5929. list.forEach((item) {
  5930. result +=
  5931. result == '' ? loverPeopleMap[item] : '/${loverPeopleMap[item]}';
  5932. });
  5933. return result;
  5934. }
  5935. formatTimeString(int second) {
  5936. if (second < 10) {
  5937. return '00:0$second';
  5938. }
  5939. if (second < 60) {
  5940. return '00:$second';
  5941. }
  5942. }
  5943. getCity(String city) {
  5944. if (city == '' || city == null) city = "HoChiMinhCIty";
  5945. return getDateRange("VietNam-" + city);
  5946. }
  5947. getCountry(String country) {
  5948. if (country == '' || country == null) country = "VietNam";
  5949. return provinces[country];
  5950. }
  5951. getDateRange(String str) {
  5952. if (str == '' || str == null) return '';
  5953. var list = str.split(',');
  5954. String result = '';
  5955. // print('cities length ${cities.length}');
  5956. // print('cities all ${cities}');
  5957. // print('cities length ${cities['China']}');
  5958. list.forEach((item) {
  5959. var city = item.split('-');
  5960. Map map = cities[city[0]];
  5961. ///ios点击上传相册回来后 中国的数据会丢失
  5962. if (!map.containsKey(city[1])) {
  5963. result = '中国';
  5964. return;
  5965. }
  5966. result += result == ''
  5967. ? cities[city[0]][city[1]]
  5968. : '/${cities[city[0]][city[1]]}';
  5969. });
  5970. return result;
  5971. }
  5972. bool isThreeDayAgo(String loginStr) {
  5973. var temp = DateTime.parse(loginStr);
  5974. var logindate = DateTime.utc(temp.year, temp.month, temp.day, temp.hour,
  5975. temp.minute, temp.second, temp.millisecond, temp.microsecond);
  5976. var now = DateTime.now().toUtc().add(Duration(hours: 8));
  5977. var diff = now.difference(logindate);
  5978. return diff.inDays > 3;
  5979. }
  5980. String getLoginTime(BuildContext context, String loginStr) {
  5981. if (loginStr == null || loginStr == '') return '';
  5982. var temp = DateTime.parse(loginStr);
  5983. var logindate = DateTime.utc(temp.year, temp.month, temp.day, temp.hour,
  5984. temp.minute, temp.second, temp.millisecond, temp.microsecond);
  5985. var now = DateTime.now().toUtc().add(Duration(hours: 8));
  5986. var diff = now.difference(logindate);
  5987. //刚刚
  5988. if (diff.inMinutes == 0) {
  5989. return I18n.of(context).just;
  5990. }
  5991. //xx分钟前
  5992. if (diff.inHours == 0) {
  5993. return I18n.of(context)
  5994. .minute_ago
  5995. .replaceFirst('/s1', diff.inMinutes.toString());
  5996. }
  5997. //xx小时前
  5998. if (diff.inDays == 0) {
  5999. return I18n.of(context)
  6000. .hour_ago
  6001. .replaceFirst('/s1', diff.inHours.toString());
  6002. }
  6003. //xx天前
  6004. return I18n.of(context).day_ago.replaceFirst('/s1', diff.inDays.toString());
  6005. }
  6006. String subUserName(String name, {int size = 8}) {
  6007. return name.length > size ? name.substring(0, size) + '...' : name;
  6008. }
  6009. initLocalData() {
  6010. var data = constData[UserData().language];
  6011. initCity(data['city']);
  6012. initProgram(data['program']);
  6013. initLovePeople(data['lovePeople']);
  6014. initJob(data['job']);
  6015. }
  6016. initCity(list) {
  6017. list.forEach((item) {
  6018. provinces[item['Key']] = item['Value'];
  6019. Map<String, String> map = {};
  6020. item['List'].forEach((data) {
  6021. map[data['Key']] = data['Value'];
  6022. });
  6023. cities[item['Key']] = map;
  6024. });
  6025. }
  6026. initProgram(list) {
  6027. list.forEach((item) {
  6028. dateItemMap[item['Key']] = item['Value'];
  6029. });
  6030. }
  6031. initLovePeople(list) {
  6032. list.forEach((item) {
  6033. loverPeopleMap[item['Key']] = item['Value'];
  6034. });
  6035. }
  6036. initJob(list) {
  6037. list.forEach((item) {
  6038. professionCate[item['Key']] = item['Value'];
  6039. Map<String, String> map = {};
  6040. item['List'].forEach((data) {
  6041. map[data['Key']] = data['Value'];
  6042. });
  6043. professionList[item['Key']] = map;
  6044. });
  6045. }
  6046. getAllData() {
  6047. changeLoaction(UserData().language);
  6048. initLocalData();
  6049. //获取约会范围
  6050. _getSelectData(4, (List list) {
  6051. initCity(list);
  6052. });
  6053. //获取约会节目
  6054. _getSelectData(1, (List list) {
  6055. initProgram(list);
  6056. });
  6057. //获取期待对象
  6058. _getSelectData(2, (List list) {
  6059. initLovePeople(list);
  6060. });
  6061. //获取职业
  6062. _getSelectData(3, (List list) {
  6063. initJob(list);
  6064. });
  6065. _getBankInfo();
  6066. _getSystemSetting();
  6067. //初始化身高数据
  6068. for (int i = 140; i <= 230; i++) {
  6069. heightData[i.toString()] = '${i}CM';
  6070. heightListData[i.toString()] = {
  6071. "100000": {"name": 'test'}
  6072. };
  6073. }
  6074. //初始化体重数据
  6075. for (int i = 30; i <= 120; i++) {
  6076. weightData[i.toString()] = '${i}KG';
  6077. weightListData[i.toString()] = {
  6078. "100000": {"name": 'test'}
  6079. };
  6080. }
  6081. }
  6082. _getBankInfo() async {
  6083. Map data = {
  6084. "language": UserData().language,
  6085. };
  6086. data['sign'] = TokenMgr().getSign(data);
  6087. Response res = await HttpUtil().post('wallet/bank/info', data: data);
  6088. if (res == null) {
  6089. return;
  6090. }
  6091. Map resData = res.data;
  6092. if (resData['code'] == 0 && resData['data'] != null) {
  6093. //初始化银行数据
  6094. for (int i = 0; i < resData['data'].length; i++) {
  6095. var rdata = resData['data'][i];
  6096. bankData['${rdata['BId']}'] = '${rdata['BankName']}';
  6097. bankListData['${rdata['BId']}'] = {
  6098. "100000": {"name": 'test'}
  6099. };
  6100. }
  6101. }
  6102. }
  6103. _getSystemSetting() async {
  6104. Map data = {
  6105. "language": UserData().language,
  6106. };
  6107. data['sign'] = TokenMgr().getSign(data);
  6108. Response res = await HttpUtil().post('system/parameter/config', data: data);
  6109. if (res == null) {
  6110. return;
  6111. }
  6112. Map resData = res.data;
  6113. print(resData);
  6114. if (resData['code'] == 0 && resData['data'] != null) {
  6115. UserData().inviteCodePrice = resData['data']['InviteCode'];
  6116. UserData().accountPrice = resData['data']['AccountPrice'];
  6117. UserData().redPhotoPrice = resData['data']['RedPhotoPrice'];
  6118. UserData().addProgramPrice = resData['data']['PublishPrice'];
  6119. }
  6120. }
  6121. _getSelectData(type, callback) async {
  6122. var data = {
  6123. "language": UserData().language,
  6124. "type": type,
  6125. };
  6126. data['sign'] = TokenMgr().getSign(data);
  6127. Response res = await HttpUtil().post('type/getlanguagelist', data: data);
  6128. if (res == null) {
  6129. return;
  6130. }
  6131. Map resData = res.data;
  6132. if (resData['code'] == 0) {
  6133. callback(resData['data']);
  6134. }
  6135. }
  6136. }