docs.json 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441
  1. {
  2. "code": 200,
  3. "data": {
  4. "property": {
  5. "Emergency": [
  6. {
  7. "key": "name",
  8. "title": "",
  9. "type": "string",
  10. "required": "",
  11. "default": ""
  12. },
  13. {
  14. "key": "phone",
  15. "title": "",
  16. "type": "string",
  17. "required": "",
  18. "default": ""
  19. },
  20. {
  21. "key": "address",
  22. "title": "",
  23. "type": "string",
  24. "required": "",
  25. "default": ""
  26. }
  27. ],
  28. "Employer": [
  29. {
  30. "key": "employer",
  31. "title": "",
  32. "type": "string",
  33. "required": "",
  34. "default": ""
  35. },
  36. {
  37. "key": "phone",
  38. "title": "",
  39. "type": "string",
  40. "required": "",
  41. "default": ""
  42. },
  43. {
  44. "key": "position",
  45. "title": "",
  46. "type": "string",
  47. "required": "",
  48. "default": ""
  49. },
  50. {
  51. "key": "inCharge",
  52. "title": "",
  53. "type": "string",
  54. "required": "",
  55. "default": ""
  56. },
  57. {
  58. "key": "howLong",
  59. "title": "",
  60. "type": "string",
  61. "required": "",
  62. "default": ""
  63. },
  64. {
  65. "key": "annualIncode",
  66. "title": "",
  67. "type": "string",
  68. "required": "",
  69. "default": ""
  70. }
  71. ],
  72. "PresentLivingInfomation": [
  73. {
  74. "key": "address",
  75. "title": "",
  76. "type": "string",
  77. "required": "",
  78. "default": ""
  79. },
  80. {
  81. "key": "landlord",
  82. "title": "",
  83. "type": "string",
  84. "required": "",
  85. "default": ""
  86. },
  87. {
  88. "key": "type",
  89. "title": "rent or own",
  90. "type": "string",
  91. "required": "",
  92. "default": ""
  93. },
  94. {
  95. "key": "howLong",
  96. "title": "",
  97. "type": "string",
  98. "required": "",
  99. "default": ""
  100. },
  101. {
  102. "key": "typeOfPet",
  103. "title": "",
  104. "type": "string",
  105. "required": "",
  106. "default": ""
  107. },
  108. {
  109. "key": "phone",
  110. "title": "",
  111. "type": "string",
  112. "required": "",
  113. "default": ""
  114. }
  115. ],
  116. "PropertyMeta": [
  117. {
  118. "key": "companyName",
  119. "title": "",
  120. "type": "string",
  121. "required": "",
  122. "default": ""
  123. },
  124. {
  125. "key": "paymentDay",
  126. "title": "",
  127. "type": "string",
  128. "required": "",
  129. "default": ""
  130. },
  131. {
  132. "key": "contact",
  133. "title": "",
  134. "type": "string",
  135. "required": "",
  136. "default": ""
  137. },
  138. {
  139. "key": "phone",
  140. "title": "",
  141. "type": "string",
  142. "required": "",
  143. "default": ""
  144. },
  145. {
  146. "key": "monthFee",
  147. "title": "",
  148. "type": "uint32",
  149. "required": "",
  150. "default": ""
  151. },
  152. {
  153. "key": "payType",
  154. "title": "1-monthly 2-annual 3-monthly_percent_of_rent 4 annual_percent_of_rent",
  155. "type": "uint32",
  156. "required": "",
  157. "default": ""
  158. },
  159. {
  160. "key": "service",
  161. "title": "",
  162. "type": "[]string",
  163. "required": "",
  164. "default": ""
  165. }
  166. ]
  167. },
  168. "router": [
  169. { "action": "user.info", "title": "", "Params": [] },
  170. {
  171. "action": "auth.forgot",
  172. "title": "密码重置",
  173. "Params": [
  174. {
  175. "key": "mail",
  176. "title": "",
  177. "type": "string",
  178. "required": "required",
  179. "default": ""
  180. }
  181. ]
  182. },
  183. {
  184. "action": "auth.resetpass",
  185. "title": "密码重置",
  186. "Params": [
  187. {
  188. "key": "code",
  189. "title": "校验码",
  190. "type": "string",
  191. "required": "required",
  192. "default": ""
  193. },
  194. {
  195. "key": "email",
  196. "title": "邮件地址",
  197. "type": "string",
  198. "required": "required",
  199. "default": ""
  200. },
  201. {
  202. "key": "password",
  203. "title": "新的密码",
  204. "type": "string",
  205. "required": "required",
  206. "default": ""
  207. }
  208. ]
  209. },
  210. {
  211. "action": "auth.signin",
  212. "title": "用户登入",
  213. "Params": [
  214. {
  215. "key": "email",
  216. "title": "",
  217. "type": "string",
  218. "required": "required",
  219. "default": ""
  220. },
  221. {
  222. "key": "password",
  223. "title": "",
  224. "type": "string",
  225. "required": "required",
  226. "default": ""
  227. }
  228. ]
  229. },
  230. {
  231. "action": "auth.signup",
  232. "title": "用户注册",
  233. "Params": [
  234. {
  235. "key": "name",
  236. "title": "",
  237. "type": "string",
  238. "required": "required",
  239. "default": ""
  240. },
  241. {
  242. "key": "email",
  243. "title": "",
  244. "type": "string",
  245. "required": "required",
  246. "default": ""
  247. },
  248. {
  249. "key": "password",
  250. "title": "",
  251. "type": "string",
  252. "required": "required",
  253. "default": ""
  254. }
  255. ]
  256. },
  257. {
  258. "action": "property.detail",
  259. "title": "property detail",
  260. "Params": [
  261. {
  262. "key": "propertyId",
  263. "title": "",
  264. "type": "int",
  265. "required": "required",
  266. "default": ""
  267. }
  268. ]
  269. },
  270. {
  271. "action": "property.list",
  272. "title": "property list",
  273. "Params": [
  274. {
  275. "key": "name",
  276. "title": "",
  277. "type": "string",
  278. "required": "",
  279. "default": ""
  280. },
  281. {
  282. "key": "status",
  283. "title": "",
  284. "type": "string",
  285. "required": "",
  286. "default": ""
  287. },
  288. {
  289. "key": "from",
  290. "title": "",
  291. "type": "uint32",
  292. "required": "",
  293. "default": ""
  294. },
  295. {
  296. "key": "size",
  297. "title": "",
  298. "type": "uint32",
  299. "required": "",
  300. "default": ""
  301. }
  302. ]
  303. },
  304. {
  305. "action": "property.new",
  306. "title": "New or update property",
  307. "Params": [
  308. {
  309. "key": "id",
  310. "title": "0-new other-update",
  311. "type": "int",
  312. "required": "",
  313. "default": ""
  314. },
  315. {
  316. "key": "unit",
  317. "title": "",
  318. "type": "string",
  319. "required": "required",
  320. "default": ""
  321. },
  322. {
  323. "key": "street",
  324. "title": "",
  325. "type": "string",
  326. "required": "required",
  327. "default": ""
  328. },
  329. {
  330. "key": "city",
  331. "title": "",
  332. "type": "string",
  333. "required": "required",
  334. "default": ""
  335. },
  336. {
  337. "key": "province",
  338. "title": "",
  339. "type": "string",
  340. "required": "required",
  341. "default": ""
  342. },
  343. {
  344. "key": "postalCode",
  345. "title": "",
  346. "type": "string",
  347. "required": "required",
  348. "default": ""
  349. },
  350. {
  351. "key": "pics",
  352. "title": "",
  353. "type": "[]string",
  354. "required": "",
  355. "default": ""
  356. },
  357. {
  358. "key": "bedrooms",
  359. "title": "",
  360. "type": "uint8",
  361. "required": "",
  362. "default": ""
  363. },
  364. {
  365. "key": "bathrooms",
  366. "title": "",
  367. "type": "uint8",
  368. "required": "",
  369. "default": ""
  370. },
  371. {
  372. "key": "parkings",
  373. "title": "",
  374. "type": "uint8",
  375. "required": "",
  376. "default": ""
  377. },
  378. {
  379. "key": "propertyType",
  380. "title": "",
  381. "type": "string",
  382. "required": "",
  383. "default": ""
  384. },
  385. {
  386. "key": "allowPet",
  387. "title": "",
  388. "type": "string",
  389. "required": "",
  390. "default": ""
  391. },
  392. {
  393. "key": "buildingArea",
  394. "title": "",
  395. "type": "string",
  396. "required": "",
  397. "default": ""
  398. },
  399. {
  400. "key": "yearBuilt",
  401. "title": "",
  402. "type": "int",
  403. "required": "required",
  404. "default": ""
  405. },
  406. {
  407. "key": "yearTax",
  408. "title": "",
  409. "type": "int",
  410. "required": "required",
  411. "default": ""
  412. },
  413. {
  414. "key": "expectedRent",
  415. "title": "",
  416. "type": "int",
  417. "required": "",
  418. "default": ""
  419. },
  420. {
  421. "key": "electricity",
  422. "title": "",
  423. "type": "int",
  424. "required": "",
  425. "default": ""
  426. },
  427. {
  428. "key": "wifi",
  429. "title": "",
  430. "type": "int",
  431. "required": "",
  432. "default": ""
  433. },
  434. {
  435. "key": "water",
  436. "title": "",
  437. "type": "int",
  438. "required": "",
  439. "default": ""
  440. },
  441. {
  442. "key": "gas",
  443. "title": "",
  444. "type": "int",
  445. "required": "",
  446. "default": ""
  447. },
  448. {
  449. "key": "facility",
  450. "title": "",
  451. "type": "string",
  452. "required": "",
  453. "default": ""
  454. },
  455. {
  456. "key": "inroduction",
  457. "title": "",
  458. "type": "string",
  459. "required": "",
  460. "default": ""
  461. },
  462. {
  463. "key": "insurance",
  464. "title": "",
  465. "type": "PropertyMeta",
  466. "required": "",
  467. "default": ""
  468. },
  469. {
  470. "key": "strata",
  471. "title": "",
  472. "type": "PropertyMeta",
  473. "required": "",
  474. "default": ""
  475. },
  476. {
  477. "key": "management",
  478. "title": "",
  479. "type": "PropertyMeta",
  480. "required": "",
  481. "default": ""
  482. }
  483. ]
  484. },
  485. {
  486. "action": "technician.addfile",
  487. "title": "technician 增加文件资料",
  488. "Params": [
  489. {
  490. "key": "technicianId",
  491. "title": "技工的id",
  492. "type": "int",
  493. "required": "",
  494. "default": ""
  495. },
  496. {
  497. "key": "fileType",
  498. "title": "文件类型 contract application dirverLicense voidCheck",
  499. "type": "string",
  500. "required": "",
  501. "default": ""
  502. },
  503. {
  504. "key": "fileUrl",
  505. "title": "",
  506. "type": "string",
  507. "required": "",
  508. "default": ""
  509. }
  510. ]
  511. },
  512. {
  513. "action": "technician.addnote",
  514. "title": "给技工写评价",
  515. "Params": [
  516. {
  517. "key": "technicianId",
  518. "title": "",
  519. "type": "int",
  520. "required": "",
  521. "default": ""
  522. },
  523. {
  524. "key": "content",
  525. "title": "评价内容",
  526. "type": "int",
  527. "required": "",
  528. "default": ""
  529. }
  530. ]
  531. },
  532. {
  533. "action": "technician.detail",
  534. "title": "tanant 详情",
  535. "Params": [
  536. {
  537. "key": "technicianId",
  538. "title": "租客的id",
  539. "type": "int",
  540. "required": "",
  541. "default": ""
  542. }
  543. ]
  544. },
  545. {
  546. "action": "technician.list",
  547. "title": "技工的列表",
  548. "Params": [
  549. {
  550. "key": "name",
  551. "title": "",
  552. "type": "string",
  553. "required": "",
  554. "default": ""
  555. },
  556. {
  557. "key": "skill",
  558. "title": "",
  559. "type": "string",
  560. "required": "",
  561. "default": ""
  562. },
  563. {
  564. "key": "from",
  565. "title": "",
  566. "type": "uint32",
  567. "required": "",
  568. "default": ""
  569. },
  570. {
  571. "key": "size",
  572. "title": "",
  573. "type": "uint32",
  574. "required": "",
  575. "default": ""
  576. }
  577. ]
  578. },
  579. {
  580. "action": "technician.new",
  581. "title": "technician 新增或修改",
  582. "Params": [
  583. {
  584. "key": "technicianId",
  585. "title": "0-new other-update",
  586. "type": "int",
  587. "required": "",
  588. "default": ""
  589. },
  590. {
  591. "key": "name",
  592. "title": "",
  593. "type": "string",
  594. "required": "required",
  595. "default": ""
  596. },
  597. {
  598. "key": "cell",
  599. "title": "",
  600. "type": "string",
  601. "required": "",
  602. "default": ""
  603. },
  604. {
  605. "key": "email",
  606. "title": "",
  607. "type": "string",
  608. "required": "",
  609. "default": ""
  610. },
  611. {
  612. "key": "address",
  613. "title": "",
  614. "type": "string",
  615. "required": "",
  616. "default": ""
  617. },
  618. {
  619. "key": "skills",
  620. "title": "",
  621. "type": "string",
  622. "required": "",
  623. "default": ""
  624. },
  625. {
  626. "key": "serviceArea",
  627. "title": "",
  628. "type": "string",
  629. "required": "",
  630. "default": ""
  631. },
  632. {
  633. "key": "labor",
  634. "title": "每小时的费用",
  635. "type": "string",
  636. "required": "",
  637. "default": ""
  638. },
  639. {
  640. "key": "website",
  641. "title": "",
  642. "type": "string",
  643. "required": "",
  644. "default": ""
  645. },
  646. {
  647. "key": "inroduction",
  648. "title": "",
  649. "type": "string",
  650. "required": "",
  651. "default": ""
  652. }
  653. ]
  654. },
  655. {
  656. "action": "landlord.addfile",
  657. "title": "landlord 编辑文件",
  658. "Params": [
  659. {
  660. "key": "landlordId",
  661. "title": "",
  662. "type": "int",
  663. "required": "",
  664. "default": ""
  665. },
  666. {
  667. "key": "fileType",
  668. "title": "delegateContract,voidCheck,insurance,other",
  669. "type": "string",
  670. "required": "",
  671. "default": ""
  672. },
  673. {
  674. "key": "url",
  675. "title": "",
  676. "type": "string",
  677. "required": "",
  678. "default": ""
  679. }
  680. ]
  681. },
  682. {
  683. "action": "landlord.addnote",
  684. "title": "给房东写评价",
  685. "Params": [
  686. {
  687. "key": "landlordId",
  688. "title": "",
  689. "type": "int",
  690. "required": "",
  691. "default": ""
  692. },
  693. {
  694. "key": "content",
  695. "title": "评价内容",
  696. "type": "int",
  697. "required": "",
  698. "default": ""
  699. }
  700. ]
  701. },
  702. {
  703. "action": "landlord.detail",
  704. "title": "landlord 详细信息",
  705. "Params": [
  706. {
  707. "key": "landlordId",
  708. "title": "",
  709. "type": "int",
  710. "required": "",
  711. "default": ""
  712. }
  713. ]
  714. },
  715. {
  716. "action": "landlord.list",
  717. "title": "landlord list",
  718. "Params": [
  719. {
  720. "key": "name",
  721. "title": "",
  722. "type": "string",
  723. "required": "",
  724. "default": ""
  725. },
  726. {
  727. "key": "status",
  728. "title": "",
  729. "type": "string",
  730. "required": "",
  731. "default": ""
  732. },
  733. {
  734. "key": "from",
  735. "title": "",
  736. "type": "uint32",
  737. "required": "",
  738. "default": ""
  739. },
  740. {
  741. "key": "size",
  742. "title": "",
  743. "type": "uint32",
  744. "required": "",
  745. "default": ""
  746. }
  747. ]
  748. },
  749. {
  750. "action": "landlord.new",
  751. "title": "landlord 新增或修改",
  752. "Params": [
  753. {
  754. "key": "landlordId",
  755. "title": "0-new other-update",
  756. "type": "int",
  757. "required": "",
  758. "default": ""
  759. },
  760. {
  761. "key": "name",
  762. "title": "",
  763. "type": "string",
  764. "required": "required",
  765. "default": ""
  766. },
  767. {
  768. "key": "nationality",
  769. "title": "",
  770. "type": "string",
  771. "required": "required",
  772. "default": ""
  773. },
  774. {
  775. "key": "birthday",
  776. "title": "",
  777. "type": "string",
  778. "required": "required",
  779. "default": ""
  780. },
  781. {
  782. "key": "phone",
  783. "title": "",
  784. "type": "string",
  785. "required": "",
  786. "default": ""
  787. },
  788. {
  789. "key": "cell",
  790. "title": "",
  791. "type": "string",
  792. "required": "",
  793. "default": ""
  794. },
  795. {
  796. "key": "email",
  797. "title": "",
  798. "type": "string",
  799. "required": "",
  800. "default": ""
  801. },
  802. {
  803. "key": "address",
  804. "title": "",
  805. "type": "string",
  806. "required": "",
  807. "default": ""
  808. },
  809. {
  810. "key": "delegateContract",
  811. "title": "",
  812. "type": "string",
  813. "required": "",
  814. "default": ""
  815. },
  816. {
  817. "key": "voidCheck",
  818. "title": "",
  819. "type": "string",
  820. "required": "",
  821. "default": ""
  822. },
  823. {
  824. "key": "insurance",
  825. "title": "",
  826. "type": "string",
  827. "required": "",
  828. "default": ""
  829. },
  830. {
  831. "key": "other",
  832. "title": "",
  833. "type": "string",
  834. "required": "",
  835. "default": ""
  836. }
  837. ]
  838. },
  839. {
  840. "action": "tenant.addfile",
  841. "title": "tanant 增加文件资料",
  842. "Params": [
  843. {
  844. "key": "tanentId",
  845. "title": "租客的id",
  846. "type": "int",
  847. "required": "",
  848. "default": ""
  849. },
  850. {
  851. "key": "fileType",
  852. "title": "文件类型 contract application dirverLicense voidCheck",
  853. "type": "string",
  854. "required": "",
  855. "default": ""
  856. },
  857. {
  858. "key": "fileUrl",
  859. "title": "",
  860. "type": "string",
  861. "required": "",
  862. "default": ""
  863. }
  864. ]
  865. },
  866. {
  867. "action": "tenant.addnote",
  868. "title": "给技工写评价",
  869. "Params": [
  870. {
  871. "key": "technicianId",
  872. "title": "",
  873. "type": "int",
  874. "required": "",
  875. "default": ""
  876. },
  877. {
  878. "key": "content",
  879. "title": "评价内容",
  880. "type": "int",
  881. "required": "",
  882. "default": ""
  883. }
  884. ]
  885. },
  886. {
  887. "action": "tenant.application",
  888. "title": "申请租户",
  889. "Params": [
  890. {
  891. "key": "propertyId",
  892. "title": "",
  893. "type": "int",
  894. "required": "",
  895. "default": ""
  896. },
  897. {
  898. "key": "name",
  899. "title": "",
  900. "type": "string",
  901. "required": "required",
  902. "default": ""
  903. },
  904. {
  905. "key": "phone",
  906. "title": "",
  907. "type": "string",
  908. "required": "",
  909. "default": ""
  910. },
  911. {
  912. "key": "cell",
  913. "title": "",
  914. "type": "string",
  915. "required": "",
  916. "default": ""
  917. },
  918. {
  919. "key": "email",
  920. "title": "",
  921. "type": "string",
  922. "required": "",
  923. "default": ""
  924. },
  925. {
  926. "key": "birthday",
  927. "title": "",
  928. "type": "string",
  929. "required": "",
  930. "default": ""
  931. },
  932. {
  933. "key": "marital",
  934. "title": "",
  935. "type": "string",
  936. "required": "",
  937. "default": ""
  938. },
  939. {
  940. "key": "socialInsuranceNo",
  941. "title": "",
  942. "type": "string",
  943. "required": "",
  944. "default": ""
  945. },
  946. {
  947. "key": "dirverLicenseNo",
  948. "title": "",
  949. "type": "string",
  950. "required": "",
  951. "default": ""
  952. },
  953. {
  954. "key": "bankName",
  955. "title": "",
  956. "type": "string",
  957. "required": "",
  958. "default": ""
  959. },
  960. {
  961. "key": "branchAddress",
  962. "title": "",
  963. "type": "string",
  964. "required": "",
  965. "default": ""
  966. },
  967. {
  968. "key": "emergencyContact",
  969. "title": "",
  970. "type": "[]Emergency",
  971. "required": "",
  972. "default": ""
  973. },
  974. {
  975. "key": "presentLivingInfomation",
  976. "title": "employer information",
  977. "type": "PresentLivingInfomation",
  978. "required": "",
  979. "default": ""
  980. },
  981. {
  982. "key": "employerInformation",
  983. "title": "employer information",
  984. "type": "Employer",
  985. "required": "",
  986. "default": ""
  987. },
  988. {
  989. "key": "rentalAddress",
  990. "title": "",
  991. "type": "string",
  992. "required": "",
  993. "default": ""
  994. }
  995. ]
  996. },
  997. {
  998. "action": "tenant.detail",
  999. "title": "tanant 详情",
  1000. "Params": [
  1001. {
  1002. "key": "tanentId",
  1003. "title": "租客的id",
  1004. "type": "int",
  1005. "required": "",
  1006. "default": ""
  1007. }
  1008. ]
  1009. },
  1010. {
  1011. "action": "tenant.list",
  1012. "title": "tenant list",
  1013. "Params": [
  1014. {
  1015. "key": "name",
  1016. "title": "",
  1017. "type": "string",
  1018. "required": "",
  1019. "default": ""
  1020. },
  1021. {
  1022. "key": "status",
  1023. "title": "",
  1024. "type": "string",
  1025. "required": "",
  1026. "default": ""
  1027. },
  1028. {
  1029. "key": "from",
  1030. "title": "",
  1031. "type": "uint32",
  1032. "required": "",
  1033. "default": ""
  1034. },
  1035. {
  1036. "key": "size",
  1037. "title": "",
  1038. "type": "uint32",
  1039. "required": "",
  1040. "default": ""
  1041. }
  1042. ]
  1043. },
  1044. {
  1045. "action": "tenant.new",
  1046. "title": "tenant 新增或修改",
  1047. "Params": [
  1048. {
  1049. "key": "tanentId",
  1050. "title": "0-new other-update",
  1051. "type": "int",
  1052. "required": "",
  1053. "default": ""
  1054. },
  1055. {
  1056. "key": "name",
  1057. "title": "",
  1058. "type": "string",
  1059. "required": "required",
  1060. "default": ""
  1061. },
  1062. {
  1063. "key": "phone",
  1064. "title": "",
  1065. "type": "string",
  1066. "required": "",
  1067. "default": ""
  1068. },
  1069. {
  1070. "key": "cell",
  1071. "title": "",
  1072. "type": "string",
  1073. "required": "",
  1074. "default": ""
  1075. },
  1076. {
  1077. "key": "email",
  1078. "title": "",
  1079. "type": "string",
  1080. "required": "",
  1081. "default": ""
  1082. },
  1083. {
  1084. "key": "birthday",
  1085. "title": "",
  1086. "type": "string",
  1087. "required": "",
  1088. "default": ""
  1089. },
  1090. {
  1091. "key": "marital",
  1092. "title": "",
  1093. "type": "string",
  1094. "required": "",
  1095. "default": ""
  1096. },
  1097. {
  1098. "key": "socialInsuranceNo",
  1099. "title": "",
  1100. "type": "string",
  1101. "required": "",
  1102. "default": ""
  1103. },
  1104. {
  1105. "key": "dirverLicenseNo",
  1106. "title": "",
  1107. "type": "string",
  1108. "required": "",
  1109. "default": ""
  1110. },
  1111. {
  1112. "key": "bankName",
  1113. "title": "",
  1114. "type": "string",
  1115. "required": "",
  1116. "default": ""
  1117. },
  1118. {
  1119. "key": "branchAddress",
  1120. "title": "",
  1121. "type": "string",
  1122. "required": "",
  1123. "default": ""
  1124. },
  1125. {
  1126. "key": "firstEmergency",
  1127. "title": "",
  1128. "type": "Emergency",
  1129. "required": "",
  1130. "default": ""
  1131. },
  1132. {
  1133. "key": "nextEmergency",
  1134. "title": "",
  1135. "type": "Emergency",
  1136. "required": "",
  1137. "default": ""
  1138. },
  1139. {
  1140. "key": "employer",
  1141. "title": "employer information",
  1142. "type": "Employer",
  1143. "required": "",
  1144. "default": ""
  1145. },
  1146. {
  1147. "key": "monthlyRent",
  1148. "title": "",
  1149. "type": "uint32",
  1150. "required": "",
  1151. "default": ""
  1152. },
  1153. {
  1154. "key": "securityDeposite",
  1155. "title": "",
  1156. "type": "uint32",
  1157. "required": "",
  1158. "default": ""
  1159. },
  1160. {
  1161. "key": "moveInDate",
  1162. "title": "",
  1163. "type": "string",
  1164. "required": "",
  1165. "default": ""
  1166. },
  1167. {
  1168. "key": "moveOutDate",
  1169. "title": "",
  1170. "type": "string",
  1171. "required": "",
  1172. "default": ""
  1173. },
  1174. {
  1175. "key": "leaseType",
  1176. "title": "",
  1177. "type": "string",
  1178. "required": "",
  1179. "default": ""
  1180. },
  1181. {
  1182. "key": "collectFrequency",
  1183. "title": "",
  1184. "type": "string",
  1185. "required": "",
  1186. "default": ""
  1187. },
  1188. {
  1189. "key": "regularVisit",
  1190. "title": "",
  1191. "type": "int",
  1192. "required": "",
  1193. "default": ""
  1194. },
  1195. {
  1196. "key": "rentalAddress",
  1197. "title": "",
  1198. "type": "string",
  1199. "required": "",
  1200. "default": ""
  1201. }
  1202. ]
  1203. },
  1204. {
  1205. "action": "routine.applicationinfo",
  1206. "title": "推广详情",
  1207. "Params": [
  1208. {
  1209. "key": "id",
  1210. "title": "",
  1211. "type": "uint",
  1212. "required": "",
  1213. "default": ""
  1214. }
  1215. ]
  1216. },
  1217. {
  1218. "action": "routine.applicationlist",
  1219. "title": "申请列表",
  1220. "Params": [
  1221. {
  1222. "key": "from",
  1223. "title": "",
  1224. "type": "uint32",
  1225. "required": "",
  1226. "default": ""
  1227. },
  1228. {
  1229. "key": "size",
  1230. "title": "",
  1231. "type": "uint32",
  1232. "required": "",
  1233. "default": ""
  1234. }
  1235. ]
  1236. },
  1237. {
  1238. "action": "routine.inspectioninfo",
  1239. "title": "检查详情",
  1240. "Params": [
  1241. {
  1242. "key": "id",
  1243. "title": "",
  1244. "type": "uint",
  1245. "required": "",
  1246. "default": ""
  1247. }
  1248. ]
  1249. },
  1250. {
  1251. "action": "routine.inspectionlist",
  1252. "title": "检查列表",
  1253. "Params": [
  1254. {
  1255. "key": "from",
  1256. "title": "",
  1257. "type": "uint32",
  1258. "required": "",
  1259. "default": ""
  1260. },
  1261. {
  1262. "key": "size",
  1263. "title": "",
  1264. "type": "uint32",
  1265. "required": "",
  1266. "default": ""
  1267. }
  1268. ]
  1269. },
  1270. {
  1271. "action": "routine.marketinginfo",
  1272. "title": "推广详情",
  1273. "Params": [
  1274. {
  1275. "key": "id",
  1276. "title": "",
  1277. "type": "uint",
  1278. "required": "",
  1279. "default": ""
  1280. }
  1281. ]
  1282. },
  1283. {
  1284. "action": "routine.marketinglist",
  1285. "title": "推广列表",
  1286. "Params": [
  1287. {
  1288. "key": "from",
  1289. "title": "",
  1290. "type": "uint32",
  1291. "required": "",
  1292. "default": ""
  1293. },
  1294. {
  1295. "key": "size",
  1296. "title": "",
  1297. "type": "uint32",
  1298. "required": "",
  1299. "default": ""
  1300. }
  1301. ]
  1302. },
  1303. {
  1304. "action": "routine.notification",
  1305. "title": "send routine notification",
  1306. "Params": [
  1307. {
  1308. "key": "type",
  1309. "title": "",
  1310. "type": "string",
  1311. "required": "required",
  1312. "default": ""
  1313. },
  1314. {
  1315. "key": "unit",
  1316. "title": "",
  1317. "type": "string",
  1318. "required": "",
  1319. "default": ""
  1320. },
  1321. {
  1322. "key": "date",
  1323. "title": "",
  1324. "type": "string",
  1325. "required": "",
  1326. "default": ""
  1327. },
  1328. {
  1329. "key": "fromId",
  1330. "title": "",
  1331. "type": "int32",
  1332. "required": "",
  1333. "default": ""
  1334. },
  1335. {
  1336. "key": "toId",
  1337. "title": "",
  1338. "type": "int32",
  1339. "required": "",
  1340. "default": ""
  1341. },
  1342. {
  1343. "key": "fromName",
  1344. "title": "",
  1345. "type": "string",
  1346. "required": "",
  1347. "default": ""
  1348. },
  1349. {
  1350. "key": "toName",
  1351. "title": "",
  1352. "type": "string",
  1353. "required": "",
  1354. "default": ""
  1355. },
  1356. {
  1357. "key": "files",
  1358. "title": "",
  1359. "type": "[]string",
  1360. "required": "",
  1361. "default": ""
  1362. },
  1363. {
  1364. "key": "description",
  1365. "title": "",
  1366. "type": "string",
  1367. "required": "",
  1368. "default": ""
  1369. }
  1370. ]
  1371. },
  1372. {
  1373. "action": "routine.paymentinfo",
  1374. "title": "付款详情",
  1375. "Params": [
  1376. {
  1377. "key": "id",
  1378. "title": "",
  1379. "type": "uint",
  1380. "required": "",
  1381. "default": ""
  1382. }
  1383. ]
  1384. },
  1385. {
  1386. "action": "routine.paymentlist",
  1387. "title": "付款列表",
  1388. "Params": [
  1389. {
  1390. "key": "from",
  1391. "title": "",
  1392. "type": "uint32",
  1393. "required": "",
  1394. "default": ""
  1395. },
  1396. {
  1397. "key": "size",
  1398. "title": "",
  1399. "type": "uint32",
  1400. "required": "",
  1401. "default": ""
  1402. }
  1403. ]
  1404. },
  1405. {
  1406. "action": "routine.repairinfo",
  1407. "title": "维修详情",
  1408. "Params": [
  1409. {
  1410. "key": "id",
  1411. "title": "",
  1412. "type": "uint",
  1413. "required": "",
  1414. "default": ""
  1415. }
  1416. ]
  1417. },
  1418. {
  1419. "action": "routine.repairlist",
  1420. "title": "维修列表",
  1421. "Params": [
  1422. {
  1423. "key": "from",
  1424. "title": "",
  1425. "type": "uint32",
  1426. "required": "",
  1427. "default": ""
  1428. },
  1429. {
  1430. "key": "size",
  1431. "title": "",
  1432. "type": "uint32",
  1433. "required": "",
  1434. "default": ""
  1435. }
  1436. ]
  1437. },
  1438. { "action": "dashboard.mybusiness", "title": "统计数据", "Params": [] }
  1439. ]
  1440. }
  1441. }