serviceProto.ts 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678
  1. import { ServiceProto } from 'tsrpc-proto';
  2. import { ReqaddBuMa, ResaddBuMa } from './admin/PtladdBuMa';
  3. import { ReqaddCode, ResaddCode } from './admin/PtladdCode';
  4. import { ReqaddMail, ResaddMail } from './admin/PtladdMail';
  5. import { ReqcacheVer, RescacheVer } from './admin/PtlcacheVer';
  6. import { ReqdeleteCode, ResdeleteCode } from './admin/PtldeleteCode';
  7. import { ReqdeleteMail, ResdeleteMail } from './admin/PtldeleteMail';
  8. import { ReqdeleteQuFu, ResdeleteQuFu } from './admin/PtldeleteQuFu';
  9. import { ReqdeleteSetting, ResdeleteSetting } from './admin/PtldeleteSetting';
  10. import { ReqgetCode, ResgetCode } from './admin/PtlgetCode';
  11. import { ReqgetCodeMa, ResgetCodeMa } from './admin/PtlgetCodeMa';
  12. import { ReqgetMail, ResgetMail } from './admin/PtlgetMail';
  13. import { ReqgetNeed, ResgetNeed } from './admin/PtlgetNeed';
  14. import { ReqgetQuFu, ResgetQuFu } from './admin/PtlgetQuFu';
  15. import { ReqgetSetting, ResgetSetting } from './admin/PtlgetSetting';
  16. import { ReqgetVer, ResgetVer } from './admin/PtlgetVer';
  17. import { ReqhuodongFind, ReshuodongFind } from './admin/PtlhuodongFind';
  18. import { RequpdateMail, ResupdateMail } from './admin/PtlupdateMail';
  19. import { RequpdateQuFu, ResupdateQuFu } from './admin/PtlupdateQuFu';
  20. import { RequpdateSetting, ResupdateSetting } from './admin/PtlupdateSetting';
  21. import { Reqxaizai, Resxaizai } from './admin/Ptlxaizai';
  22. import { MsgItems } from './common/MsgItems';
  23. import { MsgMessage } from './common/MsgMessage';
  24. import { MsgEpsInfo_c } from './eps/client/MsgEpsInfo_c';
  25. import { MsgEpsChange_s } from './eps/server/MsgEpsChange_s';
  26. import { MsgEpsInfo_s } from './eps/server/MsgEpsInfo_s';
  27. import { MsgHcInfo_c } from './hc/client/MsgHcInfo_c';
  28. import { MsgHcInfo_s } from './hc/server/MsgHcInfo_s';
  29. import { MsgItemInfo_c } from './item/client/MsgItemInfo_c';
  30. import { MsgItemChange_s } from './item/server/MsgItemChange_s';
  31. import { MsgItemInfo_s } from './item/server/MsgItemInfo_s';
  32. import { ReqPlatLogin, ResPlatLogin } from './plat/PtlPlatLogin';
  33. import { ReqPlayerLogin, ResPlayerLogin } from './player/PtlPlayerLogin';
  34. import { MsgSetName_c } from './user/client/MsgSetName_c';
  35. import { MsgUserFight_c } from './user/client/MsgUserFight_c';
  36. import { ReqUserLogin, ResUserLogin } from './user/PtlUserLogin';
  37. import { MsgSetName_s } from './user/server/MsgSetName_s';
  38. import { MsgUserFight_s } from './user/server/MsgUserFight_s';
  39. export interface ServiceType {
  40. api: {
  41. "admin/addBuMa": {
  42. req: ReqaddBuMa,
  43. res: ResaddBuMa
  44. },
  45. "admin/addCode": {
  46. req: ReqaddCode,
  47. res: ResaddCode
  48. },
  49. "admin/addMail": {
  50. req: ReqaddMail,
  51. res: ResaddMail
  52. },
  53. "admin/cacheVer": {
  54. req: ReqcacheVer,
  55. res: RescacheVer
  56. },
  57. "admin/deleteCode": {
  58. req: ReqdeleteCode,
  59. res: ResdeleteCode
  60. },
  61. "admin/deleteMail": {
  62. req: ReqdeleteMail,
  63. res: ResdeleteMail
  64. },
  65. "admin/deleteQuFu": {
  66. req: ReqdeleteQuFu,
  67. res: ResdeleteQuFu
  68. },
  69. "admin/deleteSetting": {
  70. req: ReqdeleteSetting,
  71. res: ResdeleteSetting
  72. },
  73. "admin/getCode": {
  74. req: ReqgetCode,
  75. res: ResgetCode
  76. },
  77. "admin/getCodeMa": {
  78. req: ReqgetCodeMa,
  79. res: ResgetCodeMa
  80. },
  81. "admin/getMail": {
  82. req: ReqgetMail,
  83. res: ResgetMail
  84. },
  85. "admin/getNeed": {
  86. req: ReqgetNeed,
  87. res: ResgetNeed
  88. },
  89. "admin/getQuFu": {
  90. req: ReqgetQuFu,
  91. res: ResgetQuFu
  92. },
  93. "admin/getSetting": {
  94. req: ReqgetSetting,
  95. res: ResgetSetting
  96. },
  97. "admin/getVer": {
  98. req: ReqgetVer,
  99. res: ResgetVer
  100. },
  101. "admin/huodongFind": {
  102. req: ReqhuodongFind,
  103. res: ReshuodongFind
  104. },
  105. "admin/updateMail": {
  106. req: RequpdateMail,
  107. res: ResupdateMail
  108. },
  109. "admin/updateQuFu": {
  110. req: RequpdateQuFu,
  111. res: ResupdateQuFu
  112. },
  113. "admin/updateSetting": {
  114. req: RequpdateSetting,
  115. res: ResupdateSetting
  116. },
  117. "admin/xaizai": {
  118. req: Reqxaizai,
  119. res: Resxaizai
  120. },
  121. "plat/PlatLogin": {
  122. req: ReqPlatLogin,
  123. res: ResPlatLogin
  124. },
  125. "player/PlayerLogin": {
  126. req: ReqPlayerLogin,
  127. res: ResPlayerLogin
  128. },
  129. "user/UserLogin": {
  130. req: ReqUserLogin,
  131. res: ResUserLogin
  132. }
  133. },
  134. msg: {
  135. "common/Items": MsgItems,
  136. "common/Message": MsgMessage,
  137. "eps/client/EpsInfo_c": MsgEpsInfo_c,
  138. "eps/server/EpsChange_s": MsgEpsChange_s,
  139. "eps/server/EpsInfo_s": MsgEpsInfo_s,
  140. "hc/client/HcInfo_c": MsgHcInfo_c,
  141. "hc/server/HcInfo_s": MsgHcInfo_s,
  142. "item/client/ItemInfo_c": MsgItemInfo_c,
  143. "item/server/ItemChange_s": MsgItemChange_s,
  144. "item/server/ItemInfo_s": MsgItemInfo_s,
  145. "user/client/SetName_c": MsgSetName_c,
  146. "user/client/UserFight_c": MsgUserFight_c,
  147. "user/server/SetName_s": MsgSetName_s,
  148. "user/server/UserFight_s": MsgUserFight_s
  149. }
  150. }
  151. export const serviceProto: ServiceProto<ServiceType> = {
  152. "version": 37,
  153. "services": [
  154. {
  155. "id": 39,
  156. "name": "admin/addBuMa",
  157. "type": "api",
  158. "conf": {
  159. "connet": "admin"
  160. }
  161. },
  162. {
  163. "id": 38,
  164. "name": "admin/addCode",
  165. "type": "api",
  166. "conf": {
  167. "connet": "admin"
  168. }
  169. },
  170. {
  171. "id": 42,
  172. "name": "admin/addMail",
  173. "type": "api",
  174. "conf": {
  175. "connet": "admin"
  176. }
  177. },
  178. {
  179. "id": 35,
  180. "name": "admin/cacheVer",
  181. "type": "api",
  182. "conf": {
  183. "connet": "admin"
  184. }
  185. },
  186. {
  187. "id": 40,
  188. "name": "admin/deleteCode",
  189. "type": "api",
  190. "conf": {
  191. "connet": "admin"
  192. }
  193. },
  194. {
  195. "id": 43,
  196. "name": "admin/deleteMail",
  197. "type": "api",
  198. "conf": {
  199. "connet": "admin"
  200. }
  201. },
  202. {
  203. "id": 5,
  204. "name": "admin/deleteQuFu",
  205. "type": "api",
  206. "conf": {
  207. "connet": "admin"
  208. }
  209. },
  210. {
  211. "id": 23,
  212. "name": "admin/deleteSetting",
  213. "type": "api",
  214. "conf": {
  215. "connet": "admin"
  216. }
  217. },
  218. {
  219. "id": 36,
  220. "name": "admin/getCode",
  221. "type": "api",
  222. "conf": {
  223. "connet": "admin"
  224. }
  225. },
  226. {
  227. "id": 37,
  228. "name": "admin/getCodeMa",
  229. "type": "api",
  230. "conf": {
  231. "connet": "admin"
  232. }
  233. },
  234. {
  235. "id": 45,
  236. "name": "admin/getMail",
  237. "type": "api",
  238. "conf": {
  239. "connet": "admin"
  240. }
  241. },
  242. {
  243. "id": 6,
  244. "name": "admin/getNeed",
  245. "type": "api",
  246. "conf": {
  247. "connet": "admin"
  248. }
  249. },
  250. {
  251. "id": 7,
  252. "name": "admin/getQuFu",
  253. "type": "api",
  254. "conf": {
  255. "connet": "admin"
  256. }
  257. },
  258. {
  259. "id": 25,
  260. "name": "admin/getSetting",
  261. "type": "api",
  262. "conf": {
  263. "connet": "admin"
  264. }
  265. },
  266. {
  267. "id": 26,
  268. "name": "admin/getVer",
  269. "type": "api",
  270. "conf": {
  271. "connet": "admin"
  272. }
  273. },
  274. {
  275. "id": 46,
  276. "name": "admin/huodongFind",
  277. "type": "api",
  278. "conf": {
  279. "connet": "admin"
  280. }
  281. },
  282. {
  283. "id": 44,
  284. "name": "admin/updateMail",
  285. "type": "api",
  286. "conf": {
  287. "connet": "admin"
  288. }
  289. },
  290. {
  291. "id": 8,
  292. "name": "admin/updateQuFu",
  293. "type": "api",
  294. "conf": {
  295. "connet": "admin"
  296. }
  297. },
  298. {
  299. "id": 31,
  300. "name": "admin/updateSetting",
  301. "type": "api",
  302. "conf": {
  303. "connet": "admin"
  304. }
  305. },
  306. {
  307. "id": 41,
  308. "name": "admin/xaizai",
  309. "type": "api",
  310. "conf": {
  311. "connet": "admin"
  312. }
  313. },
  314. {
  315. "id": 18,
  316. "name": "common/Items",
  317. "type": "msg"
  318. },
  319. {
  320. "id": 19,
  321. "name": "common/Message",
  322. "type": "msg"
  323. },
  324. {
  325. "id": 49,
  326. "name": "eps/client/EpsInfo_c",
  327. "type": "msg"
  328. },
  329. {
  330. "id": 50,
  331. "name": "eps/server/EpsChange_s",
  332. "type": "msg"
  333. },
  334. {
  335. "id": 51,
  336. "name": "eps/server/EpsInfo_s",
  337. "type": "msg"
  338. },
  339. {
  340. "id": 52,
  341. "name": "hc/client/HcInfo_c",
  342. "type": "msg"
  343. },
  344. {
  345. "id": 53,
  346. "name": "hc/server/HcInfo_s",
  347. "type": "msg"
  348. },
  349. {
  350. "id": 54,
  351. "name": "item/client/ItemInfo_c",
  352. "type": "msg"
  353. },
  354. {
  355. "id": 55,
  356. "name": "item/server/ItemChange_s",
  357. "type": "msg"
  358. },
  359. {
  360. "id": 56,
  361. "name": "item/server/ItemInfo_s",
  362. "type": "msg"
  363. },
  364. {
  365. "id": 57,
  366. "name": "plat/PlatLogin",
  367. "type": "api",
  368. "conf": {
  369. "connet": "http"
  370. }
  371. },
  372. {
  373. "id": 58,
  374. "name": "player/PlayerLogin",
  375. "type": "api",
  376. "conf": {
  377. "connet": "http"
  378. }
  379. },
  380. {
  381. "id": 59,
  382. "name": "user/client/SetName_c",
  383. "type": "msg"
  384. },
  385. {
  386. "id": 60,
  387. "name": "user/client/UserFight_c",
  388. "type": "msg"
  389. },
  390. {
  391. "id": 61,
  392. "name": "user/UserLogin",
  393. "type": "api",
  394. "conf": {
  395. "connet": "ws"
  396. }
  397. },
  398. {
  399. "id": 62,
  400. "name": "user/server/SetName_s",
  401. "type": "msg"
  402. },
  403. {
  404. "id": 63,
  405. "name": "user/server/UserFight_s",
  406. "type": "msg"
  407. }
  408. ],
  409. "types": {
  410. "admin/PtladdBuMa/ReqaddBuMa": {
  411. "type": "Interface",
  412. "properties": [
  413. {
  414. "id": 0,
  415. "name": "id",
  416. "type": {
  417. "type": "String"
  418. }
  419. },
  420. {
  421. "id": 1,
  422. "name": "addCount",
  423. "type": {
  424. "type": "Number"
  425. }
  426. }
  427. ]
  428. },
  429. "admin/PtladdBuMa/ResaddBuMa": {
  430. "type": "Interface",
  431. "properties": [
  432. {
  433. "id": 0,
  434. "name": "order10Back",
  435. "type": {
  436. "type": "Any"
  437. }
  438. }
  439. ]
  440. },
  441. "admin/PtladdCode/ReqaddCode": {
  442. "type": "Interface",
  443. "properties": [
  444. {
  445. "id": 1,
  446. "name": "param",
  447. "type": {
  448. "type": "Any"
  449. }
  450. }
  451. ]
  452. },
  453. "admin/PtladdCode/ResaddCode": {
  454. "type": "Interface",
  455. "properties": [
  456. {
  457. "id": 0,
  458. "name": "order10Back",
  459. "type": {
  460. "type": "Any"
  461. }
  462. }
  463. ]
  464. },
  465. "admin/PtladdMail/ReqaddMail": {
  466. "type": "Interface",
  467. "properties": [
  468. {
  469. "id": 0,
  470. "name": "params",
  471. "type": {
  472. "type": "Any"
  473. }
  474. }
  475. ]
  476. },
  477. "admin/PtladdMail/ResaddMail": {
  478. "type": "Interface",
  479. "properties": [
  480. {
  481. "id": 0,
  482. "name": "order10Back",
  483. "type": {
  484. "type": "Any"
  485. }
  486. }
  487. ]
  488. },
  489. "admin/PtlcacheVer/ReqcacheVer": {
  490. "type": "Interface"
  491. },
  492. "admin/PtlcacheVer/RescacheVer": {
  493. "type": "Interface",
  494. "properties": [
  495. {
  496. "id": 0,
  497. "name": "order10Back",
  498. "type": {
  499. "type": "Any"
  500. }
  501. }
  502. ]
  503. },
  504. "admin/PtldeleteCode/ReqdeleteCode": {
  505. "type": "Interface",
  506. "properties": [
  507. {
  508. "id": 0,
  509. "name": "id",
  510. "type": {
  511. "type": "String"
  512. }
  513. }
  514. ]
  515. },
  516. "admin/PtldeleteCode/ResdeleteCode": {
  517. "type": "Interface",
  518. "properties": [
  519. {
  520. "id": 0,
  521. "name": "order10Back",
  522. "type": {
  523. "type": "Any"
  524. }
  525. }
  526. ]
  527. },
  528. "admin/PtldeleteMail/ReqdeleteMail": {
  529. "type": "Interface",
  530. "properties": [
  531. {
  532. "id": 0,
  533. "name": "id",
  534. "type": {
  535. "type": "String"
  536. }
  537. }
  538. ]
  539. },
  540. "admin/PtldeleteMail/ResdeleteMail": {
  541. "type": "Interface",
  542. "properties": [
  543. {
  544. "id": 0,
  545. "name": "order10Back",
  546. "type": {
  547. "type": "Any"
  548. }
  549. }
  550. ]
  551. },
  552. "admin/PtldeleteQuFu/ReqdeleteQuFu": {
  553. "type": "Interface",
  554. "properties": [
  555. {
  556. "id": 0,
  557. "name": "sid",
  558. "type": {
  559. "type": "String"
  560. }
  561. }
  562. ]
  563. },
  564. "admin/PtldeleteQuFu/ResdeleteQuFu": {
  565. "type": "Interface",
  566. "properties": [
  567. {
  568. "id": 0,
  569. "name": "order10Back",
  570. "type": {
  571. "type": "Any"
  572. }
  573. }
  574. ]
  575. },
  576. "admin/PtldeleteSetting/ReqdeleteSetting": {
  577. "type": "Interface",
  578. "properties": [
  579. {
  580. "id": 0,
  581. "name": "key",
  582. "type": {
  583. "type": "String"
  584. }
  585. }
  586. ]
  587. },
  588. "admin/PtldeleteSetting/ResdeleteSetting": {
  589. "type": "Interface",
  590. "properties": [
  591. {
  592. "id": 0,
  593. "name": "order10Back",
  594. "type": {
  595. "type": "Any"
  596. }
  597. }
  598. ]
  599. },
  600. "admin/PtlgetCode/ReqgetCode": {
  601. "type": "Interface"
  602. },
  603. "admin/PtlgetCode/ResgetCode": {
  604. "type": "Interface",
  605. "properties": [
  606. {
  607. "id": 0,
  608. "name": "order10Back",
  609. "type": {
  610. "type": "Any"
  611. }
  612. }
  613. ]
  614. },
  615. "admin/PtlgetCodeMa/ReqgetCodeMa": {
  616. "type": "Interface",
  617. "properties": [
  618. {
  619. "id": 0,
  620. "name": "id",
  621. "type": {
  622. "type": "String"
  623. }
  624. }
  625. ]
  626. },
  627. "admin/PtlgetCodeMa/ResgetCodeMa": {
  628. "type": "Interface",
  629. "properties": [
  630. {
  631. "id": 0,
  632. "name": "order10Back",
  633. "type": {
  634. "type": "Any"
  635. }
  636. }
  637. ]
  638. },
  639. "admin/PtlgetMail/ReqgetMail": {
  640. "type": "Interface"
  641. },
  642. "admin/PtlgetMail/ResgetMail": {
  643. "type": "Interface",
  644. "properties": [
  645. {
  646. "id": 0,
  647. "name": "order10Back",
  648. "type": {
  649. "type": "Any"
  650. }
  651. }
  652. ]
  653. },
  654. "admin/PtlgetNeed/ReqgetNeed": {
  655. "type": "Interface",
  656. "properties": [
  657. {
  658. "id": 0,
  659. "name": "stime",
  660. "type": {
  661. "type": "Number"
  662. }
  663. },
  664. {
  665. "id": 1,
  666. "name": "timeInterval",
  667. "type": {
  668. "type": "Number"
  669. }
  670. }
  671. ]
  672. },
  673. "admin/PtlgetNeed/ResgetNeed": {
  674. "type": "Interface",
  675. "properties": [
  676. {
  677. "id": 0,
  678. "name": "order10Back",
  679. "type": {
  680. "type": "Any"
  681. }
  682. }
  683. ]
  684. },
  685. "admin/PtlgetQuFu/ReqgetQuFu": {
  686. "type": "Interface"
  687. },
  688. "admin/PtlgetQuFu/ResgetQuFu": {
  689. "type": "Interface",
  690. "properties": [
  691. {
  692. "id": 0,
  693. "name": "order10Back",
  694. "type": {
  695. "type": "Any"
  696. }
  697. }
  698. ]
  699. },
  700. "admin/PtlgetSetting/ReqgetSetting": {
  701. "type": "Interface"
  702. },
  703. "admin/PtlgetSetting/ResgetSetting": {
  704. "type": "Interface",
  705. "properties": [
  706. {
  707. "id": 2,
  708. "name": "order10Back",
  709. "type": {
  710. "type": "Any"
  711. }
  712. }
  713. ]
  714. },
  715. "admin/PtlgetVer/ReqgetVer": {
  716. "type": "Interface"
  717. },
  718. "admin/PtlgetVer/ResgetVer": {
  719. "type": "Interface",
  720. "properties": [
  721. {
  722. "id": 0,
  723. "name": "order10Back",
  724. "type": {
  725. "type": "Any"
  726. }
  727. }
  728. ]
  729. },
  730. "admin/PtlhuodongFind/ReqhuodongFind": {
  731. "type": "Interface",
  732. "properties": [
  733. {
  734. "id": 0,
  735. "name": "key",
  736. "type": {
  737. "type": "String"
  738. }
  739. },
  740. {
  741. "id": 1,
  742. "name": "hdcid",
  743. "type": {
  744. "type": "String"
  745. }
  746. }
  747. ]
  748. },
  749. "admin/PtlhuodongFind/ReshuodongFind": {
  750. "type": "Interface",
  751. "properties": [
  752. {
  753. "id": 0,
  754. "name": "order10Back",
  755. "type": {
  756. "type": "Any"
  757. }
  758. }
  759. ]
  760. },
  761. "admin/PtlupdateMail/RequpdateMail": {
  762. "type": "Interface",
  763. "properties": [
  764. {
  765. "id": 0,
  766. "name": "id",
  767. "type": {
  768. "type": "String"
  769. }
  770. },
  771. {
  772. "id": 1,
  773. "name": "params",
  774. "type": {
  775. "type": "Any"
  776. }
  777. }
  778. ]
  779. },
  780. "admin/PtlupdateMail/ResupdateMail": {
  781. "type": "Interface",
  782. "properties": [
  783. {
  784. "id": 0,
  785. "name": "order10Back",
  786. "type": {
  787. "type": "Any"
  788. }
  789. }
  790. ]
  791. },
  792. "admin/PtlupdateQuFu/RequpdateQuFu": {
  793. "type": "Interface",
  794. "properties": [
  795. {
  796. "id": 0,
  797. "name": "sid",
  798. "type": {
  799. "type": "String"
  800. }
  801. },
  802. {
  803. "id": 1,
  804. "name": "param",
  805. "type": {
  806. "type": "Interface",
  807. "indexSignature": {
  808. "keyType": "String",
  809. "type": {
  810. "type": "Any"
  811. }
  812. }
  813. }
  814. }
  815. ]
  816. },
  817. "admin/PtlupdateQuFu/ResupdateQuFu": {
  818. "type": "Interface",
  819. "properties": [
  820. {
  821. "id": 0,
  822. "name": "order10Back",
  823. "type": {
  824. "type": "Any"
  825. }
  826. }
  827. ]
  828. },
  829. "admin/PtlupdateSetting/RequpdateSetting": {
  830. "type": "Interface",
  831. "properties": [
  832. {
  833. "id": 0,
  834. "name": "key",
  835. "type": {
  836. "type": "String"
  837. }
  838. },
  839. {
  840. "id": 1,
  841. "name": "param",
  842. "type": {
  843. "type": "Any"
  844. }
  845. }
  846. ]
  847. },
  848. "admin/PtlupdateSetting/ResupdateSetting": {
  849. "type": "Interface",
  850. "properties": [
  851. {
  852. "id": 0,
  853. "name": "order10Back",
  854. "type": {
  855. "type": "Any"
  856. }
  857. }
  858. ]
  859. },
  860. "admin/Ptlxaizai/Reqxaizai": {
  861. "type": "Interface",
  862. "properties": [
  863. {
  864. "id": 0,
  865. "name": "id",
  866. "type": {
  867. "type": "String"
  868. }
  869. }
  870. ]
  871. },
  872. "admin/Ptlxaizai/Resxaizai": {
  873. "type": "Interface",
  874. "properties": [
  875. {
  876. "id": 0,
  877. "name": "order10Back",
  878. "type": {
  879. "type": "Any"
  880. }
  881. }
  882. ]
  883. },
  884. "common/MsgItems/MsgItems": {
  885. "type": "Interface",
  886. "properties": [
  887. {
  888. "id": 0,
  889. "name": "items",
  890. "type": {
  891. "type": "Array",
  892. "elementType": {
  893. "type": "Number"
  894. }
  895. }
  896. }
  897. ]
  898. },
  899. "common/MsgMessage/MsgMessage": {
  900. "type": "Interface",
  901. "properties": [
  902. {
  903. "id": 0,
  904. "name": "message",
  905. "type": {
  906. "type": "String"
  907. }
  908. }
  909. ]
  910. },
  911. "eps/client/MsgEpsInfo_c/MsgEpsInfo_c": {
  912. "type": "Interface"
  913. },
  914. "eps/server/MsgEpsChange_s/MsgEpsChange_s": {
  915. "type": "Interface",
  916. "indexSignature": {
  917. "keyType": "String",
  918. "type": {
  919. "type": "Number"
  920. }
  921. }
  922. },
  923. "eps/server/MsgEpsInfo_s/MsgEpsInfo_s": {
  924. "type": "Interface",
  925. "indexSignature": {
  926. "keyType": "String",
  927. "type": {
  928. "type": "Number"
  929. }
  930. }
  931. },
  932. "hc/client/MsgHcInfo_c/MsgHcInfo_c": {
  933. "type": "Interface"
  934. },
  935. "hc/server/MsgHcInfo_s/MsgHcInfo_s": {
  936. "type": "Interface",
  937. "properties": [
  938. {
  939. "id": 0,
  940. "name": "chapterId",
  941. "type": {
  942. "type": "Number"
  943. }
  944. },
  945. {
  946. "id": 1,
  947. "name": "tili",
  948. "type": {
  949. "type": "Number"
  950. }
  951. },
  952. {
  953. "id": 2,
  954. "name": "lastTime",
  955. "type": {
  956. "type": "Number"
  957. }
  958. },
  959. {
  960. "id": 3,
  961. "name": "list",
  962. "type": {
  963. "type": "Reference",
  964. "target": "hc/server/MsgHcInfo_s/List"
  965. }
  966. }
  967. ]
  968. },
  969. "hc/server/MsgHcInfo_s/List": {
  970. "type": "Interface",
  971. "indexSignature": {
  972. "keyType": "String",
  973. "type": {
  974. "type": "Reference",
  975. "target": "hc/server/MsgHcInfo_s/GeziInfo"
  976. }
  977. }
  978. },
  979. "hc/server/MsgHcInfo_s/GeziInfo": {
  980. "type": "Interface",
  981. "properties": [
  982. {
  983. "id": 0,
  984. "name": "type",
  985. "type": {
  986. "type": "Reference",
  987. "target": "hc/server/MsgHcInfo_s/Type"
  988. }
  989. },
  990. {
  991. "id": 1,
  992. "name": "unlock",
  993. "type": {
  994. "type": "Reference",
  995. "target": "hc/server/MsgHcInfo_s/Unlock"
  996. }
  997. },
  998. {
  999. "id": 2,
  1000. "name": "correlationId",
  1001. "type": {
  1002. "type": "Number"
  1003. }
  1004. }
  1005. ]
  1006. },
  1007. "hc/server/MsgHcInfo_s/Type": {
  1008. "type": "Enum",
  1009. "members": [
  1010. {
  1011. "id": 0,
  1012. "value": "0"
  1013. },
  1014. {
  1015. "id": 1,
  1016. "value": "1"
  1017. },
  1018. {
  1019. "id": 2,
  1020. "value": "2"
  1021. },
  1022. {
  1023. "id": 3,
  1024. "value": "3"
  1025. }
  1026. ]
  1027. },
  1028. "hc/server/MsgHcInfo_s/Unlock": {
  1029. "type": "Enum",
  1030. "members": [
  1031. {
  1032. "id": 0,
  1033. "value": "on"
  1034. },
  1035. {
  1036. "id": 1,
  1037. "value": "off"
  1038. }
  1039. ]
  1040. },
  1041. "item/client/MsgItemInfo_c/MsgItemInfo_c": {
  1042. "type": "Interface"
  1043. },
  1044. "item/server/MsgItemChange_s/MsgItemChange_s": {
  1045. "type": "Interface",
  1046. "indexSignature": {
  1047. "keyType": "String",
  1048. "type": {
  1049. "type": "Number"
  1050. }
  1051. }
  1052. },
  1053. "item/server/MsgItemInfo_s/MsgItemInfo_s": {
  1054. "type": "Interface",
  1055. "indexSignature": {
  1056. "keyType": "String",
  1057. "type": {
  1058. "type": "Number"
  1059. }
  1060. }
  1061. },
  1062. "plat/PtlPlatLogin/ReqPlatLogin": {
  1063. "type": "Interface",
  1064. "properties": [
  1065. {
  1066. "id": 0,
  1067. "name": "pid",
  1068. "type": {
  1069. "type": "String"
  1070. }
  1071. },
  1072. {
  1073. "id": 1,
  1074. "name": "param",
  1075. "type": {
  1076. "type": "Array",
  1077. "elementType": {
  1078. "type": "String"
  1079. }
  1080. }
  1081. }
  1082. ]
  1083. },
  1084. "plat/PtlPlatLogin/ResPlatLogin": {
  1085. "type": "Interface",
  1086. "properties": [
  1087. {
  1088. "id": 0,
  1089. "name": "openId",
  1090. "type": {
  1091. "type": "String"
  1092. }
  1093. },
  1094. {
  1095. "id": 1,
  1096. "name": "token",
  1097. "type": {
  1098. "type": "String"
  1099. }
  1100. }
  1101. ]
  1102. },
  1103. "player/PtlPlayerLogin/ReqPlayerLogin": {
  1104. "type": "Interface",
  1105. "properties": [
  1106. {
  1107. "id": 0,
  1108. "name": "pid",
  1109. "type": {
  1110. "type": "String"
  1111. }
  1112. },
  1113. {
  1114. "id": 1,
  1115. "name": "openId",
  1116. "type": {
  1117. "type": "String"
  1118. }
  1119. },
  1120. {
  1121. "id": 2,
  1122. "name": "lang",
  1123. "type": {
  1124. "type": "String"
  1125. }
  1126. },
  1127. {
  1128. "id": 3,
  1129. "name": "plat",
  1130. "type": {
  1131. "type": "String"
  1132. }
  1133. },
  1134. {
  1135. "id": 4,
  1136. "name": "device",
  1137. "type": {
  1138. "type": "String"
  1139. }
  1140. },
  1141. {
  1142. "id": 5,
  1143. "name": "parms",
  1144. "type": {
  1145. "type": "Array",
  1146. "elementType": {
  1147. "type": "String"
  1148. }
  1149. }
  1150. }
  1151. ]
  1152. },
  1153. "player/PtlPlayerLogin/ResPlayerLogin": {
  1154. "type": "Interface",
  1155. "properties": [
  1156. {
  1157. "id": 0,
  1158. "name": "uid",
  1159. "type": {
  1160. "type": "String"
  1161. }
  1162. },
  1163. {
  1164. "id": 1,
  1165. "name": "sid",
  1166. "type": {
  1167. "type": "String"
  1168. }
  1169. },
  1170. {
  1171. "id": 2,
  1172. "name": "list",
  1173. "type": {
  1174. "type": "Interface",
  1175. "indexSignature": {
  1176. "keyType": "String",
  1177. "type": {
  1178. "type": "Reference",
  1179. "target": "player/PtlPlayerLogin/ResLoginList"
  1180. }
  1181. }
  1182. }
  1183. },
  1184. {
  1185. "id": 3,
  1186. "name": "token",
  1187. "type": {
  1188. "type": "String"
  1189. }
  1190. },
  1191. {
  1192. "id": 4,
  1193. "name": "qufuList",
  1194. "type": {
  1195. "type": "Interface",
  1196. "indexSignature": {
  1197. "keyType": "String",
  1198. "type": {
  1199. "type": "Reference",
  1200. "target": "player/PtlPlayerLogin/qufuInfo"
  1201. }
  1202. }
  1203. }
  1204. },
  1205. {
  1206. "id": 5,
  1207. "name": "wsUrl",
  1208. "type": {
  1209. "type": "String"
  1210. }
  1211. }
  1212. ]
  1213. },
  1214. "player/PtlPlayerLogin/ResLoginList": {
  1215. "type": "Interface",
  1216. "properties": [
  1217. {
  1218. "id": 0,
  1219. "name": "uuid",
  1220. "type": {
  1221. "type": "String"
  1222. }
  1223. },
  1224. {
  1225. "id": 1,
  1226. "name": "name",
  1227. "type": {
  1228. "type": "String"
  1229. }
  1230. },
  1231. {
  1232. "id": 2,
  1233. "name": "level",
  1234. "type": {
  1235. "type": "Number"
  1236. }
  1237. },
  1238. {
  1239. "id": 3,
  1240. "name": "lastlogin",
  1241. "type": {
  1242. "type": "Number"
  1243. }
  1244. }
  1245. ]
  1246. },
  1247. "player/PtlPlayerLogin/qufuInfo": {
  1248. "type": "Interface",
  1249. "properties": [
  1250. {
  1251. "id": 0,
  1252. "name": "sid",
  1253. "type": {
  1254. "type": "String"
  1255. }
  1256. },
  1257. {
  1258. "id": 1,
  1259. "name": "name",
  1260. "type": {
  1261. "type": "String"
  1262. }
  1263. },
  1264. {
  1265. "id": 2,
  1266. "name": "sName",
  1267. "type": {
  1268. "type": "String"
  1269. }
  1270. },
  1271. {
  1272. "id": 3,
  1273. "name": "openAt",
  1274. "type": {
  1275. "type": "Number"
  1276. }
  1277. },
  1278. {
  1279. "id": 4,
  1280. "name": "status",
  1281. "type": {
  1282. "type": "String"
  1283. }
  1284. },
  1285. {
  1286. "id": 5,
  1287. "name": "heid",
  1288. "type": {
  1289. "type": "String"
  1290. }
  1291. },
  1292. {
  1293. "id": 6,
  1294. "name": "suofu",
  1295. "type": {
  1296. "type": "String"
  1297. }
  1298. },
  1299. {
  1300. "id": 7,
  1301. "name": "skin",
  1302. "type": {
  1303. "type": "String"
  1304. }
  1305. }
  1306. ]
  1307. },
  1308. "user/client/MsgSetName_c/MsgSetName_c": {
  1309. "type": "Interface",
  1310. "properties": [
  1311. {
  1312. "id": 0,
  1313. "name": "name",
  1314. "type": {
  1315. "type": "String"
  1316. }
  1317. }
  1318. ]
  1319. },
  1320. "user/client/MsgUserFight_c/MsgUserFight_c": {
  1321. "type": "Interface"
  1322. },
  1323. "user/PtlUserLogin/ReqUserLogin": {
  1324. "type": "Interface",
  1325. "properties": [
  1326. {
  1327. "id": 0,
  1328. "name": "sid",
  1329. "type": {
  1330. "type": "String"
  1331. }
  1332. },
  1333. {
  1334. "id": 1,
  1335. "name": "uid",
  1336. "type": {
  1337. "type": "String"
  1338. }
  1339. },
  1340. {
  1341. "id": 2,
  1342. "name": "token",
  1343. "type": {
  1344. "type": "String"
  1345. }
  1346. }
  1347. ]
  1348. },
  1349. "user/PtlUserLogin/ResUserLogin": {
  1350. "type": "Interface",
  1351. "properties": [
  1352. {
  1353. "id": 0,
  1354. "name": "uuid",
  1355. "type": {
  1356. "type": "String"
  1357. }
  1358. },
  1359. {
  1360. "id": 1,
  1361. "name": "sid",
  1362. "type": {
  1363. "type": "String"
  1364. }
  1365. },
  1366. {
  1367. "id": 2,
  1368. "name": "name",
  1369. "type": {
  1370. "type": "String"
  1371. }
  1372. },
  1373. {
  1374. "id": 3,
  1375. "name": "head",
  1376. "type": {
  1377. "type": "String"
  1378. }
  1379. },
  1380. {
  1381. "id": 4,
  1382. "name": "wxhead",
  1383. "type": {
  1384. "type": "String"
  1385. }
  1386. },
  1387. {
  1388. "id": 5,
  1389. "name": "sex",
  1390. "type": {
  1391. "type": "Number"
  1392. }
  1393. },
  1394. {
  1395. "id": 6,
  1396. "name": "level",
  1397. "type": {
  1398. "type": "Number"
  1399. }
  1400. },
  1401. {
  1402. "id": 7,
  1403. "name": "regtime",
  1404. "type": {
  1405. "type": "Number"
  1406. }
  1407. },
  1408. {
  1409. "id": 8,
  1410. "name": "loginTime",
  1411. "type": {
  1412. "type": "Number"
  1413. }
  1414. },
  1415. {
  1416. "id": 9,
  1417. "name": "lastlogin",
  1418. "type": {
  1419. "type": "Number"
  1420. }
  1421. },
  1422. {
  1423. "id": 10,
  1424. "name": "lang",
  1425. "type": {
  1426. "type": "String"
  1427. }
  1428. },
  1429. {
  1430. "id": 11,
  1431. "name": "iscz",
  1432. "type": {
  1433. "type": "Number"
  1434. }
  1435. },
  1436. {
  1437. "id": 12,
  1438. "name": "rmbcz",
  1439. "type": {
  1440. "type": "Number"
  1441. }
  1442. },
  1443. {
  1444. "id": 13,
  1445. "name": "power",
  1446. "type": {
  1447. "type": "Number"
  1448. }
  1449. }
  1450. ]
  1451. },
  1452. "user/server/MsgSetName_s/MsgSetName_s": {
  1453. "type": "Interface",
  1454. "properties": [
  1455. {
  1456. "id": 0,
  1457. "name": "name",
  1458. "type": {
  1459. "type": "String"
  1460. }
  1461. }
  1462. ]
  1463. },
  1464. "user/server/MsgUserFight_s/MsgUserFight_s": {
  1465. "type": "Interface",
  1466. "properties": [
  1467. {
  1468. "id": 0,
  1469. "name": "fightStart",
  1470. "type": {
  1471. "type": "Reference",
  1472. "target": "user/server/MsgUserFight_s/FightStart"
  1473. }
  1474. },
  1475. {
  1476. "id": 1,
  1477. "name": "win",
  1478. "type": {
  1479. "type": "Number"
  1480. }
  1481. },
  1482. {
  1483. "id": 2,
  1484. "name": "log",
  1485. "type": {
  1486. "type": "Interface",
  1487. "indexSignature": {
  1488. "keyType": "String",
  1489. "type": {
  1490. "type": "Array",
  1491. "elementType": {
  1492. "type": "Reference",
  1493. "target": "user/server/MsgUserFight_s/fightLogOne"
  1494. }
  1495. }
  1496. }
  1497. }
  1498. }
  1499. ]
  1500. },
  1501. "user/server/MsgUserFight_s/FightStart": {
  1502. "type": "Interface",
  1503. "properties": [
  1504. {
  1505. "id": 0,
  1506. "name": "from",
  1507. "type": {
  1508. "type": "String"
  1509. }
  1510. },
  1511. {
  1512. "id": 1,
  1513. "name": "seed",
  1514. "type": {
  1515. "type": "Number"
  1516. }
  1517. },
  1518. {
  1519. "id": 2,
  1520. "name": "teams",
  1521. "type": {
  1522. "type": "Interface",
  1523. "indexSignature": {
  1524. "keyType": "String",
  1525. "type": {
  1526. "type": "Reference",
  1527. "target": "user/server/MsgUserFight_s/FightTeam"
  1528. }
  1529. }
  1530. }
  1531. }
  1532. ]
  1533. },
  1534. "user/server/MsgUserFight_s/FightTeam": {
  1535. "type": "Interface",
  1536. "properties": [
  1537. {
  1538. "id": 0,
  1539. "name": "fid",
  1540. "type": {
  1541. "type": "String"
  1542. }
  1543. },
  1544. {
  1545. "id": 1,
  1546. "name": "eps",
  1547. "type": {
  1548. "type": "Interface",
  1549. "indexSignature": {
  1550. "keyType": "String",
  1551. "type": {
  1552. "type": "Number"
  1553. }
  1554. }
  1555. }
  1556. }
  1557. ]
  1558. },
  1559. "user/server/MsgUserFight_s/fightLogOne": {
  1560. "type": "Interface",
  1561. "properties": [
  1562. {
  1563. "id": 0,
  1564. "name": "aType",
  1565. "type": {
  1566. "type": "Reference",
  1567. "target": "user/server/MsgUserFight_s/ActionType"
  1568. }
  1569. },
  1570. {
  1571. "id": 1,
  1572. "name": "atker",
  1573. "type": {
  1574. "type": "Reference",
  1575. "target": "user/server/MsgUserFight_s/fightLogOneData"
  1576. }
  1577. },
  1578. {
  1579. "id": 2,
  1580. "name": "target",
  1581. "type": {
  1582. "type": "Array",
  1583. "elementType": {
  1584. "type": "Reference",
  1585. "target": "user/server/MsgUserFight_s/fightLogOneData"
  1586. }
  1587. }
  1588. }
  1589. ]
  1590. },
  1591. "user/server/MsgUserFight_s/ActionType": {
  1592. "type": "Enum",
  1593. "members": [
  1594. {
  1595. "id": 0,
  1596. "value": "wu"
  1597. },
  1598. {
  1599. "id": 1,
  1600. "value": "0"
  1601. },
  1602. {
  1603. "id": 2,
  1604. "value": "1"
  1605. },
  1606. {
  1607. "id": 3,
  1608. "value": "2"
  1609. },
  1610. {
  1611. "id": 4,
  1612. "value": "3"
  1613. },
  1614. {
  1615. "id": 5,
  1616. "value": "999"
  1617. }
  1618. ]
  1619. },
  1620. "user/server/MsgUserFight_s/fightLogOneData": {
  1621. "type": "Interface",
  1622. "properties": [
  1623. {
  1624. "id": 0,
  1625. "name": "iid",
  1626. "type": {
  1627. "type": "String"
  1628. }
  1629. },
  1630. {
  1631. "id": 1,
  1632. "name": "hp",
  1633. "type": {
  1634. "type": "Number"
  1635. }
  1636. },
  1637. {
  1638. "id": 2,
  1639. "name": "buff",
  1640. "type": {
  1641. "type": "Array",
  1642. "elementType": {
  1643. "type": "Tuple",
  1644. "elementTypes": [
  1645. {
  1646. "type": "String"
  1647. },
  1648. {
  1649. "type": "Number"
  1650. }
  1651. ]
  1652. }
  1653. }
  1654. },
  1655. {
  1656. "id": 3,
  1657. "name": "effect",
  1658. "type": {
  1659. "type": "Array",
  1660. "elementType": {
  1661. "type": "Tuple",
  1662. "elementTypes": [
  1663. {
  1664. "type": "String"
  1665. },
  1666. {
  1667. "type": "Number"
  1668. }
  1669. ]
  1670. }
  1671. }
  1672. }
  1673. ]
  1674. }
  1675. }
  1676. };