广告平台(站长使用)
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.
 
 
 
 
 

4817 lines
113 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "广告联盟接口",
  5. "title": "广告联盟",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "zhiying",
  9. "url": "http://www.swagger.io/support",
  10. "email": "zhiyongos@163.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "xxxxx.adcms.zhiyingos.cn",
  19. "paths": {
  20. "/api/dataCenter/generate/data/del": {
  21. "post": {
  22. "description": "数据中心-分成数据-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "数据中心------嘉俊"
  31. ],
  32. "summary": "分成数据-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "秘钥内容",
  37. "name": "AppSecret",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "请求参数",
  43. "name": "args",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体看返回内容 ",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/dataCenter/generate/data/detail": {
  68. "post": {
  69. "description": "数据中心-分成数据-详情",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "数据中心------嘉俊"
  78. ],
  79. "summary": "分成数据-详情",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "秘钥内容",
  84. "name": "AppSecret",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "请求参数",
  90. "name": "args",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体看返回内容 ",
  101. "schema": {
  102. "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/dataCenter/generate/data/doing": {
  115. "post": {
  116. "description": "数据中心-分成数据-应用操作",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "数据中心------嘉俊"
  125. ],
  126. "summary": "分成数据-应用操作",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "秘钥内容",
  131. "name": "AppSecret",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "请求参数",
  137. "name": "args",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体看返回内容 ",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/dataCenter/generate/data/list": {
  162. "post": {
  163. "description": "数据中心-分成数据-列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "数据中心------嘉俊"
  172. ],
  173. "summary": "分成数据-列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "秘钥内容",
  178. "name": "AppSecret",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "请求参数",
  184. "name": "args",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体看返回内容 这是data里面的数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.DataCenterGenerateDataRes"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/dataCenter/income/data/detail": {
  209. "post": {
  210. "description": "数据中心-收益报表-详情",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "数据中心------嘉俊"
  219. ],
  220. "summary": "收益报表-详情",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "秘钥内容",
  225. "name": "AppSecret",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "请求参数",
  231. "name": "args",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.DataCenterGenerateDataCommReq"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体看返回内容 这是data里面的数据",
  242. "schema": {
  243. "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/dataCenter/income/data/list": {
  256. "post": {
  257. "description": "数据中心-收益报表-列表",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "数据中心------嘉俊"
  266. ],
  267. "summary": "收益报表-列表",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "秘钥内容",
  272. "name": "AppSecret",
  273. "in": "header",
  274. "required": true
  275. },
  276. {
  277. "description": "请求参数",
  278. "name": "args",
  279. "in": "body",
  280. "required": true,
  281. "schema": {
  282. "$ref": "#/definitions/md.DataCenterGenerateDataReq"
  283. }
  284. }
  285. ],
  286. "responses": {
  287. "200": {
  288. "description": "具体看返回内容 这是data里面的数据",
  289. "schema": {
  290. "$ref": "#/definitions/md.DataCenterIncomeDataRes"
  291. }
  292. },
  293. "400": {
  294. "description": "具体错误",
  295. "schema": {
  296. "$ref": "#/definitions/md.Response"
  297. }
  298. }
  299. }
  300. }
  301. },
  302. "/api/dataCenter/original/data/del": {
  303. "post": {
  304. "description": "数据中心-原始数据-删除",
  305. "consumes": [
  306. "application/json"
  307. ],
  308. "produces": [
  309. "application/json"
  310. ],
  311. "tags": [
  312. "数据中心------嘉俊"
  313. ],
  314. "summary": "原始数据-删除",
  315. "parameters": [
  316. {
  317. "type": "string",
  318. "description": "秘钥内容",
  319. "name": "AppSecret",
  320. "in": "header",
  321. "required": true
  322. },
  323. {
  324. "description": "请求参数",
  325. "name": "args",
  326. "in": "body",
  327. "required": true,
  328. "schema": {
  329. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  330. }
  331. }
  332. ],
  333. "responses": {
  334. "200": {
  335. "description": "具体看返回内容 ",
  336. "schema": {
  337. "type": "string"
  338. }
  339. },
  340. "400": {
  341. "description": "具体错误",
  342. "schema": {
  343. "$ref": "#/definitions/md.Response"
  344. }
  345. }
  346. }
  347. }
  348. },
  349. "/api/dataCenter/original/data/doing": {
  350. "post": {
  351. "description": "数据中心-原始数据-应用操作",
  352. "consumes": [
  353. "application/json"
  354. ],
  355. "produces": [
  356. "application/json"
  357. ],
  358. "tags": [
  359. "数据中心------嘉俊"
  360. ],
  361. "summary": "原始数据-应用操作",
  362. "parameters": [
  363. {
  364. "type": "string",
  365. "description": "秘钥内容",
  366. "name": "AppSecret",
  367. "in": "header",
  368. "required": true
  369. },
  370. {
  371. "description": "请求参数",
  372. "name": "args",
  373. "in": "body",
  374. "required": true,
  375. "schema": {
  376. "$ref": "#/definitions/md.DataCenterDataCenterOriginalDataDoingReq"
  377. }
  378. }
  379. ],
  380. "responses": {
  381. "200": {
  382. "description": "具体看返回内容 ",
  383. "schema": {
  384. "type": "string"
  385. }
  386. },
  387. "400": {
  388. "description": "具体错误",
  389. "schema": {
  390. "$ref": "#/definitions/md.Response"
  391. }
  392. }
  393. }
  394. }
  395. },
  396. "/api/dataCenter/original/data/list": {
  397. "post": {
  398. "description": "数据中心-原始数据-列表",
  399. "consumes": [
  400. "application/json"
  401. ],
  402. "produces": [
  403. "application/json"
  404. ],
  405. "tags": [
  406. "数据中心------嘉俊"
  407. ],
  408. "summary": "原始数据-列表",
  409. "parameters": [
  410. {
  411. "type": "string",
  412. "description": "秘钥内容",
  413. "name": "AppSecret",
  414. "in": "header",
  415. "required": true
  416. },
  417. {
  418. "description": "请求参数",
  419. "name": "args",
  420. "in": "body",
  421. "required": true,
  422. "schema": {
  423. "$ref": "#/definitions/md.DataCenterOriginalDataReq"
  424. }
  425. }
  426. ],
  427. "responses": {
  428. "200": {
  429. "description": "具体看返回内容 这是data里面的数据",
  430. "schema": {
  431. "$ref": "#/definitions/md.DataCenterOriginalDataRes"
  432. }
  433. },
  434. "400": {
  435. "description": "具体错误",
  436. "schema": {
  437. "$ref": "#/definitions/md.Response"
  438. }
  439. }
  440. }
  441. }
  442. },
  443. "/api/dataCenter/original/data/more/application": {
  444. "post": {
  445. "description": "数据中心-原始数据-一键导入应用列表",
  446. "consumes": [
  447. "application/json"
  448. ],
  449. "produces": [
  450. "application/json"
  451. ],
  452. "tags": [
  453. "数据中心------嘉俊"
  454. ],
  455. "summary": "原始数据-一键导入应用列表",
  456. "parameters": [
  457. {
  458. "type": "string",
  459. "description": "秘钥内容",
  460. "name": "AppSecret",
  461. "in": "header",
  462. "required": true
  463. },
  464. {
  465. "description": "请求参数",
  466. "name": "args",
  467. "in": "body",
  468. "required": true,
  469. "schema": {
  470. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationReq"
  471. }
  472. }
  473. ],
  474. "responses": {
  475. "200": {
  476. "description": "具体看返回内容 这是data里面的数据",
  477. "schema": {
  478. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
  479. }
  480. },
  481. "400": {
  482. "description": "具体错误",
  483. "schema": {
  484. "$ref": "#/definitions/md.Response"
  485. }
  486. }
  487. }
  488. }
  489. },
  490. "/api/dataCenter/original/data/more/application/doing": {
  491. "post": {
  492. "description": "数据中心-原始数据-一键导入操作",
  493. "consumes": [
  494. "application/json"
  495. ],
  496. "produces": [
  497. "application/json"
  498. ],
  499. "tags": [
  500. "数据中心------嘉俊"
  501. ],
  502. "summary": "原始数据-一键导入操作",
  503. "parameters": [
  504. {
  505. "type": "string",
  506. "description": "秘钥内容",
  507. "name": "AppSecret",
  508. "in": "header",
  509. "required": true
  510. },
  511. {
  512. "description": "请求参数",
  513. "name": "args",
  514. "in": "body",
  515. "required": true,
  516. "schema": {
  517. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationDoingReq"
  518. }
  519. }
  520. ],
  521. "responses": {
  522. "200": {
  523. "description": "具体看返回内容 ",
  524. "schema": {
  525. "type": "string"
  526. }
  527. },
  528. "400": {
  529. "description": "具体错误",
  530. "schema": {
  531. "$ref": "#/definitions/md.Response"
  532. }
  533. }
  534. }
  535. }
  536. },
  537. "/api/dataCenter/original/data/more/application/state": {
  538. "get": {
  539. "description": "数据中心-原始数据-一键导入操作状态",
  540. "consumes": [
  541. "application/json"
  542. ],
  543. "produces": [
  544. "application/json"
  545. ],
  546. "tags": [
  547. "数据中心------嘉俊"
  548. ],
  549. "summary": "原始数据-一键导入操作状态",
  550. "parameters": [
  551. {
  552. "type": "string",
  553. "description": "验证参数Bearer和token空格拼接",
  554. "name": "AppSecret",
  555. "in": "header",
  556. "required": true
  557. }
  558. ],
  559. "responses": {
  560. "200": {
  561. "description": "具体看返回内容 state=1 进行中",
  562. "schema": {
  563. "type": "string"
  564. }
  565. },
  566. "400": {
  567. "description": "具体错误",
  568. "schema": {
  569. "$ref": "#/definitions/md.Response"
  570. }
  571. }
  572. }
  573. }
  574. },
  575. "/api/dataCenter/original/data/one/application": {
  576. "get": {
  577. "description": "数据中心-原始数据-单个导入应用列表",
  578. "consumes": [
  579. "application/json"
  580. ],
  581. "produces": [
  582. "application/json"
  583. ],
  584. "tags": [
  585. "数据中心------嘉俊"
  586. ],
  587. "summary": "原始数据-单个导入应用列表",
  588. "parameters": [
  589. {
  590. "type": "string",
  591. "description": "验证参数Bearer和token空格拼接",
  592. "name": "AppSecret",
  593. "in": "header",
  594. "required": true
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体看返回内容 这是data里面的数据",
  600. "schema": {
  601. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/dataCenter/original/data/one/application/ad/list": {
  614. "post": {
  615. "description": "数据中心-原始数据-单个导入应用-广告位列表",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "数据中心------嘉俊"
  624. ],
  625. "summary": "原始数据-单个导入应用-广告位列表",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "秘钥内容",
  630. "name": "AppSecret",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "请求参数",
  636. "name": "args",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体看返回内容 这是data里面的数据",
  647. "schema": {
  648. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/dataCenter/original/data/one/application/doing": {
  661. "post": {
  662. "description": "数据中心-原始数据-单个应用数据操作",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "数据中心------嘉俊"
  671. ],
  672. "summary": "原始数据-单个应用数据操作",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "秘钥内容",
  677. "name": "AppSecret",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "请求参数",
  683. "name": "args",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体看返回内容 ",
  694. "schema": {
  695. "type": "string"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/dataCenter/original/data/one/application/state": {
  708. "get": {
  709. "description": "数据中心-原始数据-单个应用数据操作后的完成状态",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "数据中心------嘉俊"
  718. ],
  719. "summary": "原始数据-单个应用数据操作后的完成状态",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "AppSecret",
  725. "in": "header",
  726. "required": true
  727. }
  728. ],
  729. "responses": {
  730. "200": {
  731. "description": "具体看返回内容 state=1 进行中",
  732. "schema": {
  733. "type": "string"
  734. }
  735. },
  736. "400": {
  737. "description": "具体错误",
  738. "schema": {
  739. "$ref": "#/definitions/md.Response"
  740. }
  741. }
  742. }
  743. }
  744. },
  745. "/api/dataCenter/original/data/one/application/total": {
  746. "post": {
  747. "description": "数据中心-原始数据-单个应用数据统计",
  748. "consumes": [
  749. "application/json"
  750. ],
  751. "produces": [
  752. "application/json"
  753. ],
  754. "tags": [
  755. "数据中心------嘉俊"
  756. ],
  757. "summary": "原始数据-单个应用数据统计",
  758. "parameters": [
  759. {
  760. "type": "string",
  761. "description": "秘钥内容",
  762. "name": "AppSecret",
  763. "in": "header",
  764. "required": true
  765. },
  766. {
  767. "description": "请求参数",
  768. "name": "args",
  769. "in": "body",
  770. "required": true,
  771. "schema": {
  772. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReq"
  773. }
  774. }
  775. ],
  776. "responses": {
  777. "200": {
  778. "description": "具体看返回内容 ",
  779. "schema": {
  780. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
  781. }
  782. },
  783. "400": {
  784. "description": "具体错误",
  785. "schema": {
  786. "$ref": "#/definitions/md.Response"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. "/api/dataCenter/original/data/total": {
  793. "post": {
  794. "description": "数据中心-原始数据-记录应用时统计",
  795. "consumes": [
  796. "application/json"
  797. ],
  798. "produces": [
  799. "application/json"
  800. ],
  801. "tags": [
  802. "数据中心------嘉俊"
  803. ],
  804. "summary": "原始数据-记录应用时统计",
  805. "parameters": [
  806. {
  807. "type": "string",
  808. "description": "秘钥内容",
  809. "name": "AppSecret",
  810. "in": "header",
  811. "required": true
  812. },
  813. {
  814. "description": "请求参数",
  815. "name": "args",
  816. "in": "body",
  817. "required": true,
  818. "schema": {
  819. "$ref": "#/definitions/md.DataCenterOriginalDataCommReq"
  820. }
  821. }
  822. ],
  823. "responses": {
  824. "200": {
  825. "description": "具体看返回内容 ",
  826. "schema": {
  827. "$ref": "#/definitions/md.MediumDivisionStrategy"
  828. }
  829. },
  830. "400": {
  831. "description": "具体错误",
  832. "schema": {
  833. "$ref": "#/definitions/md.Response"
  834. }
  835. }
  836. }
  837. }
  838. }
  839. },
  840. "definitions": {
  841. "hdl.WxOpenThirdPartyAppList": {
  842. "type": "object",
  843. "properties": {
  844. "aes_key": {
  845. "type": "string"
  846. },
  847. "app_secret": {
  848. "type": "string"
  849. },
  850. "appid": {
  851. "type": "string"
  852. },
  853. "component_access_token": {
  854. "type": "string"
  855. },
  856. "component_verify_ticket": {
  857. "type": "string"
  858. },
  859. "create_at": {
  860. "type": "string"
  861. },
  862. "id": {
  863. "type": "integer"
  864. },
  865. "token": {
  866. "type": "string"
  867. },
  868. "update_at": {
  869. "type": "string"
  870. },
  871. "uuid": {
  872. "type": "integer"
  873. }
  874. }
  875. },
  876. "md.AddAdminReq": {
  877. "type": "object",
  878. "required": [
  879. "password",
  880. "username"
  881. ],
  882. "properties": {
  883. "memo": {
  884. "type": "string"
  885. },
  886. "password": {
  887. "type": "string"
  888. },
  889. "username": {
  890. "type": "string"
  891. }
  892. }
  893. },
  894. "md.AddRoleReq": {
  895. "type": "object",
  896. "required": [
  897. "memo",
  898. "name"
  899. ],
  900. "properties": {
  901. "label": {
  902. "type": "string"
  903. },
  904. "logo": {
  905. "type": "string"
  906. },
  907. "memo": {
  908. "type": "string"
  909. },
  910. "name": {
  911. "type": "string"
  912. },
  913. "seo_logo": {
  914. "type": "string"
  915. },
  916. "seo_title": {
  917. "type": "string"
  918. }
  919. }
  920. },
  921. "md.AdminListReq": {
  922. "type": "object",
  923. "properties": {
  924. "limit": {
  925. "type": "integer"
  926. },
  927. "page": {
  928. "type": "integer"
  929. },
  930. "state": {
  931. "type": "integer"
  932. },
  933. "username": {
  934. "type": "string"
  935. }
  936. }
  937. },
  938. "md.AgencyGetBlackListResp": {
  939. "type": "object",
  940. "properties": {
  941. "blacklist_android": {
  942. "description": "屏蔽安卓应用列表",
  943. "type": "array",
  944. "items": {
  945. "type": "object",
  946. "properties": {
  947. "id": {
  948. "type": "string",
  949. "example": "屏蔽安卓应用的应用宝包名"
  950. },
  951. "name": {
  952. "type": "string",
  953. "example": "屏蔽安卓应用的名称"
  954. },
  955. "url": {
  956. "type": "string",
  957. "example": "屏蔽安卓应用标识图片"
  958. }
  959. }
  960. }
  961. },
  962. "blacklist_biz": {
  963. "description": "屏蔽公众号列表",
  964. "type": "array",
  965. "items": {
  966. "type": "object",
  967. "properties": {
  968. "id": {
  969. "type": "string",
  970. "example": "屏蔽公众号微信号"
  971. },
  972. "name": {
  973. "type": "string",
  974. "example": "屏蔽公众号名称"
  975. },
  976. "url": {
  977. "type": "string",
  978. "example": "屏蔽公众号头像URL"
  979. }
  980. }
  981. }
  982. },
  983. "blacklist_ios": {
  984. "description": "屏蔽IOS应用列表",
  985. "type": "array",
  986. "items": {
  987. "type": "object",
  988. "properties": {
  989. "id": {
  990. "type": "string",
  991. "example": "屏蔽IOS应用的APPID"
  992. },
  993. "name": {
  994. "type": "string",
  995. "example": "屏蔽IOS应用名称"
  996. },
  997. "url": {
  998. "type": "string",
  999. "example": "屏蔽IOS应用标识图片"
  1000. }
  1001. }
  1002. }
  1003. },
  1004. "blacklist_weapp": {
  1005. "description": "屏蔽小程序/小游戏列表",
  1006. "type": "array",
  1007. "items": {
  1008. "type": "object",
  1009. "properties": {
  1010. "id": {
  1011. "type": "string",
  1012. "example": "屏蔽小程序/小游戏原始ID"
  1013. },
  1014. "name": {
  1015. "type": "string",
  1016. "example": "屏蔽小程序/小游戏名称"
  1017. },
  1018. "url": {
  1019. "type": "string",
  1020. "example": "屏蔽小程序/小游戏头像URL"
  1021. }
  1022. }
  1023. }
  1024. },
  1025. "err_msg": {
  1026. "type": "string",
  1027. "example": "错误信息"
  1028. },
  1029. "ret": {
  1030. "description": "错误码",
  1031. "type": "integer"
  1032. }
  1033. }
  1034. },
  1035. "md.AgentQualificationBankData": {
  1036. "type": "object",
  1037. "properties": {
  1038. "account": {
  1039. "type": "string",
  1040. "example": "账号"
  1041. },
  1042. "agent_id": {
  1043. "type": "string",
  1044. "example": "代理id"
  1045. },
  1046. "bank": {
  1047. "type": "string",
  1048. "example": "开户银行"
  1049. },
  1050. "bank_branch": {
  1051. "type": "string",
  1052. "example": "开户银行分行"
  1053. },
  1054. "bank_no": {
  1055. "type": "string",
  1056. "example": "银行卡号"
  1057. },
  1058. "company_name": {
  1059. "type": "string",
  1060. "example": "公司名称"
  1061. },
  1062. "currency_conf": {
  1063. "type": "string",
  1064. "example": "结算币种 0人民币"
  1065. },
  1066. "id": {
  1067. "type": "string",
  1068. "example": "id"
  1069. },
  1070. "kind": {
  1071. "type": "string",
  1072. "example": "类型(1:企业 2:个人)"
  1073. },
  1074. "licence": {
  1075. "type": "string",
  1076. "example": "开户许可证"
  1077. },
  1078. "memo": {
  1079. "type": "string",
  1080. "example": "备注 审核时填写的"
  1081. },
  1082. "state": {
  1083. "type": "string",
  1084. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  1085. },
  1086. "unified_social_credit_code": {
  1087. "type": "string",
  1088. "example": "统一社会信用代码"
  1089. }
  1090. }
  1091. },
  1092. "md.AgentQualificationBankRes": {
  1093. "type": "object",
  1094. "properties": {
  1095. "currency_conf": {
  1096. "type": "array",
  1097. "items": {
  1098. "$ref": "#/definitions/md.SelectData"
  1099. }
  1100. },
  1101. "list": {
  1102. "type": "array",
  1103. "items": {
  1104. "$ref": "#/definitions/md.AgentQualificationBankData"
  1105. }
  1106. },
  1107. "state": {
  1108. "type": "array",
  1109. "items": {
  1110. "$ref": "#/definitions/md.SelectData"
  1111. }
  1112. },
  1113. "total": {
  1114. "type": "integer"
  1115. },
  1116. "type": {
  1117. "type": "array",
  1118. "items": {
  1119. "$ref": "#/definitions/md.SelectData"
  1120. }
  1121. }
  1122. }
  1123. },
  1124. "md.AgentQualificationContactData": {
  1125. "type": "object",
  1126. "properties": {
  1127. "account": {
  1128. "type": "string",
  1129. "example": "账号"
  1130. },
  1131. "address": {
  1132. "type": "string",
  1133. "example": "联系地址"
  1134. },
  1135. "agent_id": {
  1136. "type": "string",
  1137. "example": "代理id"
  1138. },
  1139. "company_name": {
  1140. "type": "string",
  1141. "example": "公司名称"
  1142. },
  1143. "email": {
  1144. "type": "string",
  1145. "example": "邮箱地址"
  1146. },
  1147. "id": {
  1148. "type": "string",
  1149. "example": "id"
  1150. },
  1151. "kind": {
  1152. "type": "string",
  1153. "example": "类型(1:企业 2:个人)"
  1154. },
  1155. "memo": {
  1156. "type": "string",
  1157. "example": "备注 审核时填写的"
  1158. },
  1159. "name": {
  1160. "type": "string",
  1161. "example": "联系人"
  1162. },
  1163. "phone": {
  1164. "type": "string",
  1165. "example": "联系电话"
  1166. },
  1167. "state": {
  1168. "type": "string",
  1169. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  1170. }
  1171. }
  1172. },
  1173. "md.AgentQualificationContactRes": {
  1174. "type": "object",
  1175. "properties": {
  1176. "list": {
  1177. "type": "array",
  1178. "items": {
  1179. "$ref": "#/definitions/md.AgentQualificationContactData"
  1180. }
  1181. },
  1182. "state": {
  1183. "type": "array",
  1184. "items": {
  1185. "$ref": "#/definitions/md.SelectData"
  1186. }
  1187. },
  1188. "total": {
  1189. "type": "integer"
  1190. }
  1191. }
  1192. },
  1193. "md.AgentQualificationEnterpriseAuditReq": {
  1194. "type": "object",
  1195. "properties": {
  1196. "agent_id": {
  1197. "type": "string"
  1198. },
  1199. "memo": {
  1200. "type": "string"
  1201. },
  1202. "state": {
  1203. "type": "string"
  1204. }
  1205. }
  1206. },
  1207. "md.AgentQualificationEnterpriseData": {
  1208. "type": "object",
  1209. "properties": {
  1210. "account": {
  1211. "type": "string",
  1212. "example": "账号"
  1213. },
  1214. "agent_id": {
  1215. "type": "string",
  1216. "example": "代理id"
  1217. },
  1218. "business_license_address": {
  1219. "type": "string",
  1220. "example": "营业执照地址"
  1221. },
  1222. "business_license_img_url": {
  1223. "type": "string",
  1224. "example": "营业执照照片"
  1225. },
  1226. "certificate_first_type": {
  1227. "type": "string",
  1228. "example": "证件类型 1级类目id"
  1229. },
  1230. "certificate_type": {
  1231. "type": "string",
  1232. "example": "证件类型 2级类目id"
  1233. },
  1234. "certificate_validity": {
  1235. "type": "string",
  1236. "example": "证件有效期"
  1237. },
  1238. "company_abbreviation": {
  1239. "type": "string",
  1240. "example": "公司简称"
  1241. },
  1242. "company_name": {
  1243. "type": "string",
  1244. "example": "公司名称"
  1245. },
  1246. "country_region": {
  1247. "type": "string",
  1248. "example": "国家地区"
  1249. },
  1250. "country_region_id": {
  1251. "type": "string",
  1252. "example": "国家地区id"
  1253. },
  1254. "id": {
  1255. "type": "string",
  1256. "example": "状态选择"
  1257. },
  1258. "kind": {
  1259. "type": "string",
  1260. "example": "类型(1:企业 2:个人)"
  1261. },
  1262. "legal_representative": {
  1263. "type": "string",
  1264. "example": "法定代表人"
  1265. },
  1266. "memo": {
  1267. "type": "string",
  1268. "example": "备注 审核时填写的"
  1269. },
  1270. "registered_address": {
  1271. "type": "string",
  1272. "example": "注册地址"
  1273. },
  1274. "registered_address_city_id": {
  1275. "type": "string",
  1276. "example": "注册地址-市id"
  1277. },
  1278. "registered_address_country_id": {
  1279. "type": "string",
  1280. "example": "注册地址-国家id"
  1281. },
  1282. "registered_address_county_id": {
  1283. "type": "string",
  1284. "example": "注册地址-县/区id"
  1285. },
  1286. "registered_address_province_id": {
  1287. "type": "string",
  1288. "example": "册地址-省份id"
  1289. },
  1290. "state": {
  1291. "type": "string",
  1292. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  1293. },
  1294. "unified_social_credit_code": {
  1295. "type": "string",
  1296. "example": "统一社会信用代码"
  1297. },
  1298. "uuid": {
  1299. "type": "string",
  1300. "example": "站长id"
  1301. }
  1302. }
  1303. },
  1304. "md.AgentQualificationEnterpriseReq": {
  1305. "type": "object",
  1306. "properties": {
  1307. "limit": {
  1308. "type": "string"
  1309. },
  1310. "name": {
  1311. "type": "string"
  1312. },
  1313. "page": {
  1314. "type": "string"
  1315. },
  1316. "state": {
  1317. "type": "string"
  1318. }
  1319. }
  1320. },
  1321. "md.AgentQualificationEnterpriseRes": {
  1322. "type": "object",
  1323. "properties": {
  1324. "list": {
  1325. "type": "array",
  1326. "items": {
  1327. "$ref": "#/definitions/md.AgentQualificationEnterpriseData"
  1328. }
  1329. },
  1330. "state": {
  1331. "type": "array",
  1332. "items": {
  1333. "$ref": "#/definitions/md.SelectData"
  1334. }
  1335. },
  1336. "total": {
  1337. "type": "integer"
  1338. },
  1339. "type": {
  1340. "type": "array",
  1341. "items": {
  1342. "$ref": "#/definitions/md.SelectData"
  1343. }
  1344. }
  1345. }
  1346. },
  1347. "md.AppletAddBlackListReq": {
  1348. "type": "object",
  1349. "required": [
  1350. "Kind",
  1351. "appid",
  1352. "id"
  1353. ],
  1354. "properties": {
  1355. "Kind": {
  1356. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  1357. "type": "integer"
  1358. },
  1359. "appid": {
  1360. "type": "string",
  1361. "example": "授权小程序appid"
  1362. },
  1363. "id": {
  1364. "type": "string",
  1365. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  1366. }
  1367. }
  1368. },
  1369. "md.AppletAddReq": {
  1370. "type": "object",
  1371. "required": [
  1372. "appid",
  1373. "logo",
  1374. "name",
  1375. "original_id"
  1376. ],
  1377. "properties": {
  1378. "appid": {
  1379. "type": "string",
  1380. "example": "授权小程序appid"
  1381. },
  1382. "logo": {
  1383. "type": "string",
  1384. "example": "小程序logo"
  1385. },
  1386. "name": {
  1387. "type": "string",
  1388. "example": "小程序名称"
  1389. },
  1390. "original_id": {
  1391. "type": "string",
  1392. "example": "授权小程序原始id"
  1393. }
  1394. }
  1395. },
  1396. "md.AppletApplicationAdSpaceListData": {
  1397. "type": "object",
  1398. "properties": {
  1399. "ad_id": {
  1400. "type": "string",
  1401. "example": "广告位id"
  1402. },
  1403. "app_id": {
  1404. "type": "string",
  1405. "example": "小程序appid"
  1406. },
  1407. "cooperate_state": {
  1408. "type": "string",
  1409. "example": "合作状态"
  1410. },
  1411. "id": {
  1412. "type": "string",
  1413. "example": "id"
  1414. },
  1415. "kind": {
  1416. "type": "string",
  1417. "example": "广告位类型"
  1418. },
  1419. "logo": {
  1420. "type": "string",
  1421. "example": "logo"
  1422. },
  1423. "memo": {
  1424. "type": "string",
  1425. "example": "备注"
  1426. },
  1427. "name": {
  1428. "type": "string",
  1429. "example": "应用名称"
  1430. },
  1431. "platform": {
  1432. "type": "string",
  1433. "example": "平台"
  1434. },
  1435. "state": {
  1436. "type": "string",
  1437. "example": "应用状态 state=2 才能再次编辑"
  1438. }
  1439. }
  1440. },
  1441. "md.AppletApplicationAdSpaceListReq": {
  1442. "type": "object",
  1443. "properties": {
  1444. "ad_type": {
  1445. "type": "string",
  1446. "example": ""
  1447. },
  1448. "cooperate_state": {
  1449. "type": "string",
  1450. "example": "合作状态"
  1451. },
  1452. "limit": {
  1453. "type": "string"
  1454. },
  1455. "medium_id": {
  1456. "type": "string",
  1457. "example": "媒体id"
  1458. },
  1459. "name": {
  1460. "type": "string"
  1461. },
  1462. "page": {
  1463. "type": "string"
  1464. },
  1465. "platform": {
  1466. "type": "string"
  1467. }
  1468. }
  1469. },
  1470. "md.AppletApplicationAdSpaceListRes": {
  1471. "type": "object",
  1472. "properties": {
  1473. "ad_type": {
  1474. "type": "array",
  1475. "items": {
  1476. "$ref": "#/definitions/md.SelectData"
  1477. }
  1478. },
  1479. "cooperate_state": {
  1480. "type": "array",
  1481. "items": {
  1482. "$ref": "#/definitions/md.SelectData"
  1483. }
  1484. },
  1485. "list": {
  1486. "type": "array",
  1487. "items": {
  1488. "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
  1489. }
  1490. },
  1491. "platform": {
  1492. "type": "array",
  1493. "items": {
  1494. "$ref": "#/definitions/md.SelectData"
  1495. }
  1496. },
  1497. "state": {
  1498. "type": "array",
  1499. "items": {
  1500. "$ref": "#/definitions/md.SelectData"
  1501. }
  1502. },
  1503. "total": {
  1504. "type": "integer"
  1505. }
  1506. }
  1507. },
  1508. "md.AppletApplicationAdSpaceMediumListData": {
  1509. "type": "object",
  1510. "properties": {
  1511. "account": {
  1512. "type": "string",
  1513. "example": "账号"
  1514. },
  1515. "contact_name": {
  1516. "type": "string",
  1517. "example": "联系人"
  1518. },
  1519. "count": {
  1520. "type": "string",
  1521. "example": "广告位数量"
  1522. },
  1523. "id": {
  1524. "type": "string",
  1525. "example": "id"
  1526. },
  1527. "medium_id": {
  1528. "type": "string",
  1529. "example": "媒体id"
  1530. },
  1531. "name": {
  1532. "type": "string",
  1533. "example": "名称"
  1534. },
  1535. "phone": {
  1536. "type": "string",
  1537. "example": "联系电话"
  1538. }
  1539. }
  1540. },
  1541. "md.AppletApplicationAdSpaceMediumListReq": {
  1542. "type": "object",
  1543. "properties": {
  1544. "account": {
  1545. "type": "string",
  1546. "example": "媒体账号"
  1547. },
  1548. "limit": {
  1549. "type": "string"
  1550. },
  1551. "name": {
  1552. "type": "string",
  1553. "example": "媒体名称"
  1554. },
  1555. "page": {
  1556. "type": "string"
  1557. }
  1558. }
  1559. },
  1560. "md.AppletApplicationAdSpaceMediumListRes": {
  1561. "type": "object",
  1562. "properties": {
  1563. "list": {
  1564. "type": "array",
  1565. "items": {
  1566. "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
  1567. }
  1568. },
  1569. "total": {
  1570. "type": "integer"
  1571. }
  1572. }
  1573. },
  1574. "md.AppletApplicationAdSpaceSaveReq": {
  1575. "type": "object",
  1576. "properties": {
  1577. "id": {
  1578. "type": "string",
  1579. "example": "id 多个逗号隔开"
  1580. },
  1581. "memo": {
  1582. "type": "string",
  1583. "example": "备注"
  1584. },
  1585. "state": {
  1586. "type": "string",
  1587. "example": "审核状态"
  1588. }
  1589. }
  1590. },
  1591. "md.AppletApplicationListData": {
  1592. "type": "object",
  1593. "properties": {
  1594. "app_id": {
  1595. "type": "string",
  1596. "example": "小程序appid"
  1597. },
  1598. "cooperate_state": {
  1599. "type": "string",
  1600. "example": "合作状态"
  1601. },
  1602. "id": {
  1603. "type": "string",
  1604. "example": "id"
  1605. },
  1606. "logo": {
  1607. "type": "string",
  1608. "example": "logo"
  1609. },
  1610. "memo": {
  1611. "type": "string",
  1612. "example": "备注"
  1613. },
  1614. "name": {
  1615. "type": "string",
  1616. "example": "应用名称"
  1617. },
  1618. "original_id": {
  1619. "type": "string",
  1620. "example": "小程序id"
  1621. },
  1622. "platform": {
  1623. "type": "string",
  1624. "example": "平台"
  1625. },
  1626. "state": {
  1627. "type": "string",
  1628. "example": "应用状态 state=3 才能再次编辑"
  1629. }
  1630. }
  1631. },
  1632. "md.AppletApplicationListReq": {
  1633. "type": "object",
  1634. "properties": {
  1635. "cooperate_state": {
  1636. "type": "string",
  1637. "example": "合作状态"
  1638. },
  1639. "limit": {
  1640. "type": "string"
  1641. },
  1642. "medium_id": {
  1643. "type": "string",
  1644. "example": "媒体id"
  1645. },
  1646. "name": {
  1647. "type": "string"
  1648. },
  1649. "page": {
  1650. "type": "string"
  1651. },
  1652. "platform": {
  1653. "type": "string"
  1654. }
  1655. }
  1656. },
  1657. "md.AppletApplicationListRes": {
  1658. "type": "object",
  1659. "properties": {
  1660. "cooperate_state": {
  1661. "type": "array",
  1662. "items": {
  1663. "$ref": "#/definitions/md.SelectData"
  1664. }
  1665. },
  1666. "list": {
  1667. "type": "array",
  1668. "items": {
  1669. "$ref": "#/definitions/md.AppletApplicationListData"
  1670. }
  1671. },
  1672. "platform": {
  1673. "type": "array",
  1674. "items": {
  1675. "$ref": "#/definitions/md.SelectData"
  1676. }
  1677. },
  1678. "state": {
  1679. "type": "array",
  1680. "items": {
  1681. "$ref": "#/definitions/md.SelectData"
  1682. }
  1683. },
  1684. "total": {
  1685. "type": "integer"
  1686. }
  1687. }
  1688. },
  1689. "md.AppletApplicationMediumListData": {
  1690. "type": "object",
  1691. "properties": {
  1692. "account": {
  1693. "type": "string",
  1694. "example": "账号"
  1695. },
  1696. "contact_name": {
  1697. "type": "string",
  1698. "example": "联系人"
  1699. },
  1700. "count": {
  1701. "type": "string",
  1702. "example": "应用数量"
  1703. },
  1704. "id": {
  1705. "type": "string",
  1706. "example": "id"
  1707. },
  1708. "medium_id": {
  1709. "type": "string",
  1710. "example": "媒体id"
  1711. },
  1712. "name": {
  1713. "type": "string",
  1714. "example": "名称"
  1715. },
  1716. "phone": {
  1717. "type": "string",
  1718. "example": "联系电话"
  1719. }
  1720. }
  1721. },
  1722. "md.AppletApplicationMediumListReq": {
  1723. "type": "object",
  1724. "properties": {
  1725. "account": {
  1726. "type": "string",
  1727. "example": "媒体账号"
  1728. },
  1729. "limit": {
  1730. "type": "string"
  1731. },
  1732. "name": {
  1733. "type": "string",
  1734. "example": "媒体名称"
  1735. },
  1736. "page": {
  1737. "type": "string"
  1738. }
  1739. }
  1740. },
  1741. "md.AppletApplicationMediumListRes": {
  1742. "type": "object",
  1743. "properties": {
  1744. "list": {
  1745. "type": "array",
  1746. "items": {
  1747. "$ref": "#/definitions/md.AppletApplicationMediumListData"
  1748. }
  1749. },
  1750. "total": {
  1751. "type": "integer"
  1752. }
  1753. }
  1754. },
  1755. "md.AppletApplicationSaveReq": {
  1756. "type": "object",
  1757. "properties": {
  1758. "id": {
  1759. "type": "string",
  1760. "example": "id 多个逗号隔开"
  1761. },
  1762. "memo": {
  1763. "type": "string",
  1764. "example": "备注"
  1765. },
  1766. "state": {
  1767. "type": "string",
  1768. "example": "审核状态"
  1769. }
  1770. }
  1771. },
  1772. "md.AppletDelBlackListReq": {
  1773. "type": "object",
  1774. "required": [
  1775. "Kind",
  1776. "appid",
  1777. "id"
  1778. ],
  1779. "properties": {
  1780. "Kind": {
  1781. "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
  1782. "type": "integer"
  1783. },
  1784. "appid": {
  1785. "type": "string",
  1786. "example": "授权小程序appid"
  1787. },
  1788. "id": {
  1789. "type": "string",
  1790. "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
  1791. }
  1792. }
  1793. },
  1794. "md.AppletGetAmsCategoryBlackListReq": {
  1795. "type": "object",
  1796. "required": [
  1797. "appid"
  1798. ],
  1799. "properties": {
  1800. "appid": {
  1801. "type": "string",
  1802. "example": "授权小程序appid"
  1803. }
  1804. }
  1805. },
  1806. "md.AppletGetAmsCategoryBlackListResp": {
  1807. "type": "object",
  1808. "properties": {
  1809. "ams_category": {
  1810. "description": "行业列表",
  1811. "type": "array",
  1812. "items": {
  1813. "type": "object",
  1814. "properties": {
  1815. "name": {
  1816. "type": "string",
  1817. "example": "行业名称"
  1818. },
  1819. "value": {
  1820. "type": "string",
  1821. "example": "行业标识符"
  1822. }
  1823. }
  1824. }
  1825. },
  1826. "checked_ams_category": {
  1827. "description": "选中的行业列表",
  1828. "type": "array",
  1829. "items": {
  1830. "type": "object",
  1831. "properties": {
  1832. "name": {
  1833. "type": "string",
  1834. "example": "行业名称"
  1835. },
  1836. "value": {
  1837. "type": "string",
  1838. "example": "行业标识符"
  1839. }
  1840. }
  1841. }
  1842. }
  1843. }
  1844. },
  1845. "md.AppletGetBlackListReq": {
  1846. "type": "object",
  1847. "required": [
  1848. "appid"
  1849. ],
  1850. "properties": {
  1851. "appid": {
  1852. "type": "string",
  1853. "example": "授权小程序appid"
  1854. }
  1855. }
  1856. },
  1857. "md.AppletSetAmsCategoryBlackListReq": {
  1858. "type": "object",
  1859. "required": [
  1860. "appid"
  1861. ],
  1862. "properties": {
  1863. "appid": {
  1864. "type": "string",
  1865. "example": "授权小程序appid"
  1866. },
  1867. "checked_ams_category": {
  1868. "description": "选中的行业列表",
  1869. "type": "array",
  1870. "items": {
  1871. "type": "string"
  1872. }
  1873. }
  1874. }
  1875. },
  1876. "md.AppletUpdateReq": {
  1877. "type": "object",
  1878. "required": [
  1879. "id",
  1880. "logo",
  1881. "name"
  1882. ],
  1883. "properties": {
  1884. "id": {
  1885. "type": "integer"
  1886. },
  1887. "logo": {
  1888. "type": "string",
  1889. "example": "小程序logo"
  1890. },
  1891. "name": {
  1892. "type": "string",
  1893. "example": "小程序名称"
  1894. }
  1895. }
  1896. },
  1897. "md.BindAdminRoleReq": {
  1898. "type": "object",
  1899. "required": [
  1900. "adm_id"
  1901. ],
  1902. "properties": {
  1903. "adm_id": {
  1904. "type": "integer"
  1905. },
  1906. "role_ids": {
  1907. "type": "array",
  1908. "items": {
  1909. "type": "integer"
  1910. }
  1911. }
  1912. }
  1913. },
  1914. "md.CommDetailReq": {
  1915. "type": "object",
  1916. "properties": {
  1917. "id": {
  1918. "type": "string",
  1919. "example": "列表id"
  1920. }
  1921. }
  1922. },
  1923. "md.DataCenterDataCenterOriginalDataDoingReq": {
  1924. "type": "object",
  1925. "properties": {
  1926. "id": {
  1927. "type": "string",
  1928. "example": "列表id"
  1929. },
  1930. "now_ecpm": {
  1931. "type": "string",
  1932. "example": "现-广告千次曝光收益(元)"
  1933. },
  1934. "now_exposure_count": {
  1935. "type": "string",
  1936. "example": "现-曝光量"
  1937. }
  1938. }
  1939. },
  1940. "md.DataCenterGenerateDataCommReq": {
  1941. "type": "object",
  1942. "properties": {
  1943. "id": {
  1944. "type": "string",
  1945. "example": "列表id"
  1946. }
  1947. }
  1948. },
  1949. "md.DataCenterGenerateDataData": {
  1950. "type": "object",
  1951. "properties": {
  1952. "adv_name": {
  1953. "type": "string",
  1954. "example": "广告位"
  1955. },
  1956. "agent_revenue": {
  1957. "type": "string",
  1958. "example": "代理收益(元)"
  1959. },
  1960. "agreement_sharing": {
  1961. "type": "string",
  1962. "example": "协议分成(元)"
  1963. },
  1964. "agreement_sharing_total": {
  1965. "type": "string",
  1966. "example": "协议总分成(元)"
  1967. },
  1968. "click_count": {
  1969. "type": "string",
  1970. "example": "现-点击量"
  1971. },
  1972. "click_rate": {
  1973. "type": "string",
  1974. "example": "现-点击率"
  1975. },
  1976. "commission_retention": {
  1977. "type": "string",
  1978. "example": "佣金留存(元)"
  1979. },
  1980. "date": {
  1981. "type": "string",
  1982. "example": "日期"
  1983. },
  1984. "ecpm": {
  1985. "type": "string",
  1986. "example": "'现-ecpm(元)"
  1987. },
  1988. "exposure_count": {
  1989. "type": "string",
  1990. "example": "现-曝光量"
  1991. },
  1992. "extra_revenue": {
  1993. "type": "string",
  1994. "example": "额外收益(元)"
  1995. },
  1996. "id": {
  1997. "type": "string",
  1998. "example": "id"
  1999. },
  2000. "is_generate_report": {
  2001. "type": "string",
  2002. "example": "是否已生成报表(0:未 1:已)"
  2003. },
  2004. "media_revenue": {
  2005. "type": "string",
  2006. "example": "媒体收益(元)"
  2007. },
  2008. "name": {
  2009. "type": "string",
  2010. "example": "名称"
  2011. },
  2012. "old_click_count": {
  2013. "type": "string",
  2014. "example": "原-点击量"
  2015. },
  2016. "old_click_rate": {
  2017. "type": "string",
  2018. "example": "原-点击率"
  2019. },
  2020. "old_ecpm": {
  2021. "type": "string",
  2022. "example": "'原-ecpm(元)"
  2023. },
  2024. "old_exposure_count": {
  2025. "type": "string",
  2026. "example": "原-曝光量"
  2027. },
  2028. "platform": {
  2029. "type": "string",
  2030. "example": "平台名称"
  2031. },
  2032. "platform_retention": {
  2033. "type": "string",
  2034. "example": "平台留存(元)"
  2035. },
  2036. "price_adjustment_retention": {
  2037. "type": "string",
  2038. "example": "调价留存(元)"
  2039. },
  2040. "state": {
  2041. "type": "string",
  2042. "example": "状态id"
  2043. }
  2044. }
  2045. },
  2046. "md.DataCenterGenerateDataDetailAgentReward": {
  2047. "type": "object",
  2048. "properties": {
  2049. "account": {
  2050. "type": "string"
  2051. },
  2052. "agent_revenue": {
  2053. "type": "string",
  2054. "example": "代理收益(元)"
  2055. },
  2056. "agent_revenue_rate": {
  2057. "type": "string",
  2058. "example": "代理收益百分比"
  2059. },
  2060. "extra_revenue": {
  2061. "type": "string",
  2062. "example": "额外收益(元)"
  2063. },
  2064. "extra_revenue_rate": {
  2065. "type": "string",
  2066. "example": "'额外收益百分比"
  2067. },
  2068. "name": {
  2069. "type": "string"
  2070. }
  2071. }
  2072. },
  2073. "md.DataCenterGenerateDataDetailAgentRewardSecond": {
  2074. "type": "object",
  2075. "properties": {
  2076. "account": {
  2077. "type": "string"
  2078. },
  2079. "agent_revenue": {
  2080. "type": "string",
  2081. "example": "代理收益(元)"
  2082. },
  2083. "agent_revenue_rate": {
  2084. "type": "string",
  2085. "example": "代理收益百分比"
  2086. },
  2087. "name": {
  2088. "type": "string"
  2089. }
  2090. }
  2091. },
  2092. "md.DataCenterGenerateDataDetailData": {
  2093. "type": "object",
  2094. "properties": {
  2095. "agent_revenue_rate": {
  2096. "type": "string",
  2097. "example": "代理收益百分比"
  2098. },
  2099. "agent_reward": {
  2100. "type": "array",
  2101. "items": {
  2102. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
  2103. }
  2104. },
  2105. "agreement_sharing_rate": {
  2106. "type": "string",
  2107. "example": "协议分成百分比"
  2108. },
  2109. "commission_retention_rate": {
  2110. "type": "string",
  2111. "example": "佣金留存百分比"
  2112. },
  2113. "create_at": {
  2114. "type": "string"
  2115. },
  2116. "extra_revenue_rate": {
  2117. "type": "string",
  2118. "example": "额外收益百分比"
  2119. },
  2120. "media_revenue_rate": {
  2121. "type": "string",
  2122. "example": "媒体收益百分比"
  2123. },
  2124. "platform_retention_rate": {
  2125. "type": "string",
  2126. "example": "平台留存百分比"
  2127. },
  2128. "update_at": {
  2129. "type": "string"
  2130. }
  2131. }
  2132. },
  2133. "md.DataCenterGenerateDataReq": {
  2134. "type": "object",
  2135. "properties": {
  2136. "end_time": {
  2137. "type": "string"
  2138. },
  2139. "limit": {
  2140. "type": "string"
  2141. },
  2142. "name": {
  2143. "type": "string"
  2144. },
  2145. "page": {
  2146. "type": "string"
  2147. },
  2148. "platform": {
  2149. "type": "string"
  2150. },
  2151. "start_time": {
  2152. "type": "string"
  2153. },
  2154. "state": {
  2155. "type": "string"
  2156. }
  2157. }
  2158. },
  2159. "md.DataCenterGenerateDataRes": {
  2160. "type": "object",
  2161. "properties": {
  2162. "list": {
  2163. "type": "array",
  2164. "items": {
  2165. "$ref": "#/definitions/md.DataCenterGenerateDataData"
  2166. }
  2167. },
  2168. "platform": {
  2169. "type": "array",
  2170. "items": {
  2171. "$ref": "#/definitions/md.SelectData"
  2172. }
  2173. },
  2174. "state": {
  2175. "type": "array",
  2176. "items": {
  2177. "$ref": "#/definitions/md.SelectData"
  2178. }
  2179. },
  2180. "total": {
  2181. "type": "integer"
  2182. }
  2183. }
  2184. },
  2185. "md.DataCenterIncomeDataData": {
  2186. "type": "object",
  2187. "properties": {
  2188. "adv_name": {
  2189. "type": "string",
  2190. "example": "广告位"
  2191. },
  2192. "agent_revenue": {
  2193. "type": "string",
  2194. "example": "代理收益(元)"
  2195. },
  2196. "agreement_sharing": {
  2197. "type": "string",
  2198. "example": "平台收益(元)"
  2199. },
  2200. "click_count": {
  2201. "type": "string",
  2202. "example": "现-点击量"
  2203. },
  2204. "click_rate": {
  2205. "type": "string",
  2206. "example": "现-点击率"
  2207. },
  2208. "date": {
  2209. "type": "string",
  2210. "example": "日期"
  2211. },
  2212. "ecpm": {
  2213. "type": "string",
  2214. "example": "'现-ecpm(元)"
  2215. },
  2216. "exposure_count": {
  2217. "type": "string",
  2218. "example": "现-曝光量"
  2219. },
  2220. "id": {
  2221. "type": "string",
  2222. "example": "id"
  2223. },
  2224. "media_revenue": {
  2225. "type": "string",
  2226. "example": "媒体收益(元)"
  2227. },
  2228. "name": {
  2229. "type": "string",
  2230. "example": "名称"
  2231. },
  2232. "platform": {
  2233. "type": "string",
  2234. "example": "平台名称"
  2235. },
  2236. "settle_amount": {
  2237. "type": "string",
  2238. "example": "结算收益(元)"
  2239. },
  2240. "state": {
  2241. "type": "string",
  2242. "example": "状态id"
  2243. }
  2244. }
  2245. },
  2246. "md.DataCenterIncomeDataDetail": {
  2247. "type": "object",
  2248. "properties": {
  2249. "agent_revenue": {
  2250. "type": "string",
  2251. "example": "代理收益(元)"
  2252. },
  2253. "agent_revenue_rate": {
  2254. "type": "string",
  2255. "example": "代理收益百分比"
  2256. },
  2257. "agent_reward": {
  2258. "type": "array",
  2259. "items": {
  2260. "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
  2261. }
  2262. },
  2263. "agreement_sharing": {
  2264. "type": "string",
  2265. "example": "平台收益(元)"
  2266. },
  2267. "agreement_sharing_rate": {
  2268. "type": "string",
  2269. "example": "平台收益百分比"
  2270. },
  2271. "create_at": {
  2272. "type": "string"
  2273. },
  2274. "data_source": {
  2275. "type": "string",
  2276. "example": "数据来源"
  2277. },
  2278. "media_revenue": {
  2279. "type": "string",
  2280. "example": "媒体收益(元)"
  2281. },
  2282. "media_revenue_rate": {
  2283. "type": "string",
  2284. "example": "媒体收益百分比"
  2285. },
  2286. "medium_name": {
  2287. "type": "string",
  2288. "example": "媒体名称"
  2289. },
  2290. "platform": {
  2291. "type": "string",
  2292. "example": "填充来源"
  2293. },
  2294. "update_at": {
  2295. "type": "string"
  2296. }
  2297. }
  2298. },
  2299. "md.DataCenterIncomeDataRes": {
  2300. "type": "object",
  2301. "properties": {
  2302. "list": {
  2303. "type": "array",
  2304. "items": {
  2305. "$ref": "#/definitions/md.DataCenterIncomeDataData"
  2306. }
  2307. },
  2308. "platform": {
  2309. "type": "array",
  2310. "items": {
  2311. "$ref": "#/definitions/md.SelectData"
  2312. }
  2313. },
  2314. "state": {
  2315. "type": "array",
  2316. "items": {
  2317. "$ref": "#/definitions/md.SelectData"
  2318. }
  2319. },
  2320. "total": {
  2321. "type": "integer"
  2322. }
  2323. }
  2324. },
  2325. "md.DataCenterOriginalDataCommReq": {
  2326. "type": "object",
  2327. "properties": {
  2328. "id": {
  2329. "type": "string",
  2330. "example": "列表id"
  2331. },
  2332. "now_ecpm": {
  2333. "type": "string",
  2334. "example": "现-广告千次曝光收益(元)"
  2335. },
  2336. "now_exposure_count": {
  2337. "type": "string",
  2338. "example": "现-曝光量"
  2339. }
  2340. }
  2341. },
  2342. "md.DataCenterOriginalDataData": {
  2343. "type": "object",
  2344. "properties": {
  2345. "adv_name": {
  2346. "type": "string",
  2347. "example": "广告位"
  2348. },
  2349. "click_count": {
  2350. "type": "string",
  2351. "example": "点击量"
  2352. },
  2353. "click_rate": {
  2354. "type": "string",
  2355. "example": "点击率"
  2356. },
  2357. "date": {
  2358. "type": "string",
  2359. "example": "日期"
  2360. },
  2361. "ecpm": {
  2362. "type": "string",
  2363. "example": "'ecpm(元)"
  2364. },
  2365. "exposure_count": {
  2366. "type": "string",
  2367. "example": "曝光量"
  2368. },
  2369. "exposure_rate": {
  2370. "type": "string",
  2371. "example": "曝光率"
  2372. },
  2373. "id": {
  2374. "type": "string",
  2375. "example": "id"
  2376. },
  2377. "is_apply": {
  2378. "type": "string",
  2379. "example": "是否已应用"
  2380. },
  2381. "name": {
  2382. "type": "string",
  2383. "example": "名称"
  2384. },
  2385. "platform": {
  2386. "type": "string",
  2387. "example": "平台名称"
  2388. },
  2389. "publisher_income": {
  2390. "type": "string",
  2391. "example": "总收益(元)"
  2392. },
  2393. "req_succ_count": {
  2394. "type": "string",
  2395. "example": "拉取量"
  2396. },
  2397. "state": {
  2398. "type": "string",
  2399. "example": "状态id"
  2400. }
  2401. }
  2402. },
  2403. "md.DataCenterOriginalDataMoreApplicationData": {
  2404. "type": "object",
  2405. "properties": {
  2406. "ad_id": {
  2407. "type": "string",
  2408. "example": "广告位id"
  2409. },
  2410. "adv_name": {
  2411. "type": "string",
  2412. "example": "广告位"
  2413. },
  2414. "app_id": {
  2415. "type": "string",
  2416. "example": "小程序id"
  2417. },
  2418. "id": {
  2419. "type": "string",
  2420. "example": "id"
  2421. },
  2422. "logo": {
  2423. "type": "string"
  2424. },
  2425. "name": {
  2426. "type": "string",
  2427. "example": "名称"
  2428. },
  2429. "state": {
  2430. "type": "string",
  2431. "example": "状态id"
  2432. }
  2433. }
  2434. },
  2435. "md.DataCenterOriginalDataMoreApplicationDoingReq": {
  2436. "type": "object",
  2437. "properties": {
  2438. "date": {
  2439. "type": "string",
  2440. "example": "2024-08-28"
  2441. },
  2442. "ids": {
  2443. "type": "array",
  2444. "items": {
  2445. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
  2446. }
  2447. }
  2448. }
  2449. },
  2450. "md.DataCenterOriginalDataMoreApplicationReq": {
  2451. "type": "object",
  2452. "properties": {
  2453. "limit": {
  2454. "type": "string"
  2455. },
  2456. "name": {
  2457. "type": "string"
  2458. },
  2459. "page": {
  2460. "type": "string"
  2461. }
  2462. }
  2463. },
  2464. "md.DataCenterOriginalDataMoreApplicationRes": {
  2465. "type": "object",
  2466. "properties": {
  2467. "list": {
  2468. "type": "array",
  2469. "items": {
  2470. "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
  2471. }
  2472. },
  2473. "state": {
  2474. "type": "array",
  2475. "items": {
  2476. "$ref": "#/definitions/md.SelectData"
  2477. }
  2478. },
  2479. "total": {
  2480. "type": "integer"
  2481. }
  2482. }
  2483. },
  2484. "md.DataCenterOriginalDataOneApplicationAdListData": {
  2485. "type": "object",
  2486. "properties": {
  2487. "ad_id": {
  2488. "type": "string",
  2489. "example": "广告位id"
  2490. },
  2491. "id": {
  2492. "type": "string",
  2493. "example": "id"
  2494. },
  2495. "name": {
  2496. "type": "string",
  2497. "example": "名称"
  2498. },
  2499. "state": {
  2500. "type": "string",
  2501. "example": "状态id"
  2502. }
  2503. }
  2504. },
  2505. "md.DataCenterOriginalDataOneApplicationAdListReq": {
  2506. "type": "object",
  2507. "properties": {
  2508. "app_id": {
  2509. "type": "string"
  2510. }
  2511. }
  2512. },
  2513. "md.DataCenterOriginalDataOneApplicationAdListRes": {
  2514. "type": "object",
  2515. "properties": {
  2516. "list": {
  2517. "type": "array",
  2518. "items": {
  2519. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
  2520. }
  2521. },
  2522. "state": {
  2523. "type": "array",
  2524. "items": {
  2525. "$ref": "#/definitions/md.SelectData"
  2526. }
  2527. }
  2528. }
  2529. },
  2530. "md.DataCenterOriginalDataOneApplicationData": {
  2531. "type": "object",
  2532. "properties": {
  2533. "app_id": {
  2534. "type": "string",
  2535. "example": "小程序id"
  2536. },
  2537. "id": {
  2538. "type": "string",
  2539. "example": "id"
  2540. },
  2541. "logo": {
  2542. "type": "string"
  2543. },
  2544. "name": {
  2545. "type": "string",
  2546. "example": "名称"
  2547. }
  2548. }
  2549. },
  2550. "md.DataCenterOriginalDataOneApplicationDoingReq": {
  2551. "type": "object",
  2552. "properties": {
  2553. "ad_id": {
  2554. "type": "string"
  2555. },
  2556. "app_id": {
  2557. "type": "string"
  2558. },
  2559. "date": {
  2560. "type": "string",
  2561. "example": "2024-08-28"
  2562. }
  2563. }
  2564. },
  2565. "md.DataCenterOriginalDataOneApplicationDoingReqData": {
  2566. "type": "object",
  2567. "properties": {
  2568. "ad_id": {
  2569. "type": "string"
  2570. },
  2571. "app_id": {
  2572. "type": "string"
  2573. }
  2574. }
  2575. },
  2576. "md.DataCenterOriginalDataOneApplicationDoingRes": {
  2577. "type": "object",
  2578. "properties": {
  2579. "ad_id": {
  2580. "type": "string"
  2581. },
  2582. "ad_slot": {
  2583. "type": "string",
  2584. "example": "广告位类型名称"
  2585. },
  2586. "click_count": {
  2587. "type": "string",
  2588. "example": "点击量"
  2589. },
  2590. "click_rate": {
  2591. "type": "string",
  2592. "example": "点击率"
  2593. },
  2594. "ecpm": {
  2595. "type": "string",
  2596. "example": "ecpm(元)"
  2597. },
  2598. "exposure_count": {
  2599. "type": "string",
  2600. "example": "曝光量"
  2601. },
  2602. "exposure_rate": {
  2603. "type": "string",
  2604. "example": "曝光率"
  2605. },
  2606. "publisher_income": {
  2607. "type": "string",
  2608. "example": "总收益(元)"
  2609. },
  2610. "req_succ_count": {
  2611. "type": "string",
  2612. "example": "拉取量"
  2613. }
  2614. }
  2615. },
  2616. "md.DataCenterOriginalDataOneApplicationRes": {
  2617. "type": "object",
  2618. "properties": {
  2619. "list": {
  2620. "type": "array",
  2621. "items": {
  2622. "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
  2623. }
  2624. }
  2625. }
  2626. },
  2627. "md.DataCenterOriginalDataReq": {
  2628. "type": "object",
  2629. "properties": {
  2630. "end_time": {
  2631. "type": "string"
  2632. },
  2633. "limit": {
  2634. "type": "string"
  2635. },
  2636. "name": {
  2637. "type": "string"
  2638. },
  2639. "page": {
  2640. "type": "string"
  2641. },
  2642. "platform": {
  2643. "type": "string"
  2644. },
  2645. "start_time": {
  2646. "type": "string"
  2647. },
  2648. "state": {
  2649. "type": "string"
  2650. }
  2651. }
  2652. },
  2653. "md.DataCenterOriginalDataRes": {
  2654. "type": "object",
  2655. "properties": {
  2656. "list": {
  2657. "type": "array",
  2658. "items": {
  2659. "$ref": "#/definitions/md.DataCenterOriginalDataData"
  2660. }
  2661. },
  2662. "platform": {
  2663. "type": "array",
  2664. "items": {
  2665. "$ref": "#/definitions/md.SelectData"
  2666. }
  2667. },
  2668. "state": {
  2669. "type": "array",
  2670. "items": {
  2671. "$ref": "#/definitions/md.SelectData"
  2672. }
  2673. },
  2674. "total": {
  2675. "type": "integer"
  2676. }
  2677. }
  2678. },
  2679. "md.DivisionStrategyData": {
  2680. "type": "object",
  2681. "properties": {
  2682. "account": {
  2683. "type": "string",
  2684. "example": "账号"
  2685. },
  2686. "agent_revenue_rate": {
  2687. "type": "string",
  2688. "example": "代理收益百分比"
  2689. },
  2690. "agreement_sharing_rate": {
  2691. "type": "string",
  2692. "example": "协议分成百分比"
  2693. },
  2694. "commission_retention_rate": {
  2695. "type": "string",
  2696. "example": "佣金留存百分比"
  2697. },
  2698. "extra_revenue_rate": {
  2699. "type": "string",
  2700. "example": "额外收益百分比"
  2701. },
  2702. "id": {
  2703. "type": "string",
  2704. "example": "id"
  2705. },
  2706. "media_revenue_rate": {
  2707. "type": "string",
  2708. "example": "媒体收益百分比"
  2709. },
  2710. "medium_id": {
  2711. "type": "string",
  2712. "example": "媒体id"
  2713. },
  2714. "name": {
  2715. "type": "string",
  2716. "example": "名称"
  2717. },
  2718. "platform_retention_rate": {
  2719. "type": "string",
  2720. "example": "平台留存百分比"
  2721. }
  2722. }
  2723. },
  2724. "md.DivisionStrategyDetailByAgent": {
  2725. "type": "object",
  2726. "properties": {
  2727. "account": {
  2728. "type": "string",
  2729. "example": "账号"
  2730. },
  2731. "agent_id": {
  2732. "type": "string",
  2733. "example": "代理id"
  2734. },
  2735. "agent_revenue_rate": {
  2736. "type": "string",
  2737. "example": "佣金比例"
  2738. },
  2739. "extra_revenue_rate": {
  2740. "type": "string",
  2741. "example": "额外奖励"
  2742. },
  2743. "name": {
  2744. "type": "string",
  2745. "example": "名称"
  2746. }
  2747. }
  2748. },
  2749. "md.DivisionStrategyDetailReq": {
  2750. "type": "object",
  2751. "properties": {
  2752. "medium_id": {
  2753. "type": "string"
  2754. }
  2755. }
  2756. },
  2757. "md.DivisionStrategyDetailRes": {
  2758. "type": "object",
  2759. "properties": {
  2760. "account": {
  2761. "type": "string",
  2762. "example": "账号"
  2763. },
  2764. "agent_list": {
  2765. "type": "array",
  2766. "items": {
  2767. "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
  2768. }
  2769. },
  2770. "agent_revenue_rate": {
  2771. "type": "string",
  2772. "example": "代理收益百分比"
  2773. },
  2774. "agreement_sharing_rate": {
  2775. "type": "string",
  2776. "example": "协议分成百分比"
  2777. },
  2778. "commission_retention_rate": {
  2779. "type": "string",
  2780. "example": "佣金留存百分比"
  2781. },
  2782. "extra_revenue_rate": {
  2783. "type": "string",
  2784. "example": "额外收益百分比"
  2785. },
  2786. "media_revenue_rate": {
  2787. "type": "string",
  2788. "example": "媒体收益百分比"
  2789. },
  2790. "medium_id": {
  2791. "type": "string",
  2792. "example": "媒体id"
  2793. },
  2794. "name": {
  2795. "type": "string",
  2796. "example": "名称"
  2797. },
  2798. "platform_retention_rate": {
  2799. "type": "string",
  2800. "example": "平台留存百分比"
  2801. }
  2802. }
  2803. },
  2804. "md.DivisionStrategyReq": {
  2805. "type": "object",
  2806. "properties": {
  2807. "limit": {
  2808. "type": "string"
  2809. },
  2810. "name": {
  2811. "type": "string"
  2812. },
  2813. "page": {
  2814. "type": "string"
  2815. }
  2816. }
  2817. },
  2818. "md.DivisionStrategyRes": {
  2819. "type": "object",
  2820. "properties": {
  2821. "list": {
  2822. "type": "array",
  2823. "items": {
  2824. "$ref": "#/definitions/md.DivisionStrategyData"
  2825. }
  2826. },
  2827. "total": {
  2828. "type": "integer"
  2829. }
  2830. }
  2831. },
  2832. "md.FinanceCenterDataAgentDetail": {
  2833. "type": "object",
  2834. "properties": {
  2835. "account": {
  2836. "type": "string",
  2837. "example": "媒体账号"
  2838. },
  2839. "all_income": {
  2840. "type": "string",
  2841. "example": "合计收益"
  2842. },
  2843. "income": {
  2844. "type": "string",
  2845. "example": "渠道结算"
  2846. },
  2847. "invoice": {
  2848. "$ref": "#/definitions/md.Invoice"
  2849. },
  2850. "name": {
  2851. "type": "string",
  2852. "example": "媒体名称"
  2853. },
  2854. "other_income": {
  2855. "type": "string",
  2856. "example": "其他调整"
  2857. },
  2858. "pay_state": {
  2859. "type": "string",
  2860. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  2861. },
  2862. "settle_file": {
  2863. "type": "string",
  2864. "example": "结算单"
  2865. },
  2866. "source": {
  2867. "type": "string",
  2868. "example": "结算标示"
  2869. },
  2870. "state": {
  2871. "type": "string",
  2872. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  2873. },
  2874. "time_str": {
  2875. "type": "string",
  2876. "example": "业务时间"
  2877. }
  2878. }
  2879. },
  2880. "md.FinanceCenterDataAgentDetailRes": {
  2881. "type": "object",
  2882. "properties": {
  2883. "business_kind": {
  2884. "type": "array",
  2885. "items": {
  2886. "$ref": "#/definitions/md.SelectData"
  2887. }
  2888. },
  2889. "data": {
  2890. "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
  2891. },
  2892. "invoice_cate": {
  2893. "type": "array",
  2894. "items": {
  2895. "$ref": "#/definitions/md.SelectData"
  2896. }
  2897. },
  2898. "invoice_state": {
  2899. "type": "array",
  2900. "items": {
  2901. "$ref": "#/definitions/md.SelectData"
  2902. }
  2903. },
  2904. "settle_pay_state": {
  2905. "type": "array",
  2906. "items": {
  2907. "$ref": "#/definitions/md.SelectData"
  2908. }
  2909. },
  2910. "settle_state": {
  2911. "type": "array",
  2912. "items": {
  2913. "$ref": "#/definitions/md.SelectData"
  2914. }
  2915. },
  2916. "settle_type": {
  2917. "type": "array",
  2918. "items": {
  2919. "$ref": "#/definitions/md.SelectData"
  2920. }
  2921. }
  2922. }
  2923. },
  2924. "md.FinanceCenterDataData": {
  2925. "type": "object",
  2926. "properties": {
  2927. "all_income": {
  2928. "type": "string",
  2929. "example": "合计收益"
  2930. },
  2931. "change_income": {
  2932. "type": "string",
  2933. "example": "调价留存"
  2934. },
  2935. "commission_income": {
  2936. "type": "string",
  2937. "example": "佣金留存"
  2938. },
  2939. "id": {
  2940. "type": "string"
  2941. },
  2942. "label": {
  2943. "type": "string"
  2944. },
  2945. "medium_income": {
  2946. "type": "string",
  2947. "example": "媒体结算"
  2948. },
  2949. "name": {
  2950. "type": "string",
  2951. "example": "媒体名称"
  2952. },
  2953. "other_income": {
  2954. "type": "string",
  2955. "example": "其他调整"
  2956. },
  2957. "pay_state": {
  2958. "type": "string",
  2959. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  2960. },
  2961. "platform_income": {
  2962. "type": "string",
  2963. "example": "平台留存"
  2964. },
  2965. "settle_type": {
  2966. "type": "string",
  2967. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  2968. },
  2969. "state": {
  2970. "type": "string",
  2971. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  2972. },
  2973. "time_str": {
  2974. "type": "string",
  2975. "example": "业务时间"
  2976. },
  2977. "top_income": {
  2978. "type": "string",
  2979. "example": "上游结算"
  2980. }
  2981. }
  2982. },
  2983. "md.FinanceCenterDataDetail": {
  2984. "type": "object",
  2985. "properties": {
  2986. "account": {
  2987. "type": "string",
  2988. "example": "媒体账号"
  2989. },
  2990. "all_income": {
  2991. "type": "string",
  2992. "example": "合计收益"
  2993. },
  2994. "change_income": {
  2995. "type": "string",
  2996. "example": "调价留存"
  2997. },
  2998. "commission_income": {
  2999. "type": "string",
  3000. "example": "佣金留存"
  3001. },
  3002. "invoice": {
  3003. "$ref": "#/definitions/md.Invoice"
  3004. },
  3005. "medium_income": {
  3006. "type": "string",
  3007. "example": "媒体结算"
  3008. },
  3009. "name": {
  3010. "type": "string",
  3011. "example": "媒体名称"
  3012. },
  3013. "other_income": {
  3014. "type": "string",
  3015. "example": "其他调整"
  3016. },
  3017. "pay_state": {
  3018. "type": "string",
  3019. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  3020. },
  3021. "platform_income": {
  3022. "type": "string",
  3023. "example": "平台留存"
  3024. },
  3025. "settle_file": {
  3026. "type": "string",
  3027. "example": "结算单"
  3028. },
  3029. "source": {
  3030. "type": "string",
  3031. "example": "结算标示"
  3032. },
  3033. "state": {
  3034. "type": "string",
  3035. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  3036. },
  3037. "time_str": {
  3038. "type": "string",
  3039. "example": "业务时间"
  3040. },
  3041. "top_income": {
  3042. "type": "string",
  3043. "example": "上游结算"
  3044. }
  3045. }
  3046. },
  3047. "md.FinanceCenterDataDetailRes": {
  3048. "type": "object",
  3049. "properties": {
  3050. "business_kind": {
  3051. "type": "array",
  3052. "items": {
  3053. "$ref": "#/definitions/md.SelectData"
  3054. }
  3055. },
  3056. "data": {
  3057. "$ref": "#/definitions/md.FinanceCenterDataDetail"
  3058. },
  3059. "invoice_cate": {
  3060. "type": "array",
  3061. "items": {
  3062. "$ref": "#/definitions/md.SelectData"
  3063. }
  3064. },
  3065. "invoice_state": {
  3066. "type": "array",
  3067. "items": {
  3068. "$ref": "#/definitions/md.SelectData"
  3069. }
  3070. },
  3071. "settle_pay_state": {
  3072. "type": "array",
  3073. "items": {
  3074. "$ref": "#/definitions/md.SelectData"
  3075. }
  3076. },
  3077. "settle_state": {
  3078. "type": "array",
  3079. "items": {
  3080. "$ref": "#/definitions/md.SelectData"
  3081. }
  3082. },
  3083. "settle_type": {
  3084. "type": "array",
  3085. "items": {
  3086. "$ref": "#/definitions/md.SelectData"
  3087. }
  3088. }
  3089. }
  3090. },
  3091. "md.FinanceCenterDataReq": {
  3092. "type": "object",
  3093. "properties": {
  3094. "end_time": {
  3095. "type": "string"
  3096. },
  3097. "limit": {
  3098. "type": "string"
  3099. },
  3100. "page": {
  3101. "type": "string"
  3102. },
  3103. "pay_state": {
  3104. "type": "string",
  3105. "example": "读 settle_pay_state返回的"
  3106. },
  3107. "start_time": {
  3108. "type": "string",
  3109. "example": "2024-08-29"
  3110. }
  3111. }
  3112. },
  3113. "md.FinanceCenterDataRes": {
  3114. "type": "object",
  3115. "properties": {
  3116. "business_kind": {
  3117. "type": "array",
  3118. "items": {
  3119. "$ref": "#/definitions/md.SelectData"
  3120. }
  3121. },
  3122. "list": {
  3123. "type": "array",
  3124. "items": {
  3125. "$ref": "#/definitions/md.FinanceCenterDataData"
  3126. }
  3127. },
  3128. "settle_pay_state": {
  3129. "type": "array",
  3130. "items": {
  3131. "$ref": "#/definitions/md.SelectData"
  3132. }
  3133. },
  3134. "settle_state": {
  3135. "type": "array",
  3136. "items": {
  3137. "$ref": "#/definitions/md.SelectData"
  3138. }
  3139. },
  3140. "settle_type": {
  3141. "type": "array",
  3142. "items": {
  3143. "$ref": "#/definitions/md.SelectData"
  3144. }
  3145. },
  3146. "total": {
  3147. "type": "integer"
  3148. }
  3149. }
  3150. },
  3151. "md.FinanceCenterPlatformDataData": {
  3152. "type": "object",
  3153. "properties": {
  3154. "agent_income": {
  3155. "type": "string",
  3156. "example": "代理结算"
  3157. },
  3158. "change_income": {
  3159. "type": "string",
  3160. "example": "调价留存"
  3161. },
  3162. "commission_income": {
  3163. "type": "string",
  3164. "example": "佣金留存"
  3165. },
  3166. "id": {
  3167. "type": "string"
  3168. },
  3169. "medium_income": {
  3170. "type": "string",
  3171. "example": "媒体结算"
  3172. },
  3173. "platform_income": {
  3174. "type": "string",
  3175. "example": "平台留存"
  3176. },
  3177. "time_str": {
  3178. "type": "string",
  3179. "example": "业务时间"
  3180. },
  3181. "top_income": {
  3182. "type": "string",
  3183. "example": "上游结算"
  3184. },
  3185. "update_at": {
  3186. "type": "string",
  3187. "example": "更新时间"
  3188. }
  3189. }
  3190. },
  3191. "md.FinanceCenterPlatformDataReq": {
  3192. "type": "object",
  3193. "properties": {
  3194. "date": {
  3195. "type": "string",
  3196. "example": "2024-08-29"
  3197. },
  3198. "end_time": {
  3199. "type": "string"
  3200. },
  3201. "limit": {
  3202. "type": "string"
  3203. },
  3204. "page": {
  3205. "type": "string"
  3206. },
  3207. "start_time": {
  3208. "type": "string",
  3209. "example": "2024-08-29"
  3210. }
  3211. }
  3212. },
  3213. "md.FinanceCenterPlatformDataRes": {
  3214. "type": "object",
  3215. "properties": {
  3216. "list": {
  3217. "type": "array",
  3218. "items": {
  3219. "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
  3220. }
  3221. },
  3222. "total": {
  3223. "type": "integer"
  3224. }
  3225. }
  3226. },
  3227. "md.FinancialDynamicsAgentListData": {
  3228. "type": "object",
  3229. "properties": {
  3230. "amount": {
  3231. "type": "string",
  3232. "example": "支付金额"
  3233. },
  3234. "business_kind": {
  3235. "type": "string",
  3236. "example": "支付类型(1:广告合作)"
  3237. },
  3238. "certificate": {
  3239. "type": "string",
  3240. "example": "支付凭证"
  3241. },
  3242. "id": {
  3243. "type": "string"
  3244. },
  3245. "memo": {
  3246. "type": "string",
  3247. "example": "备注"
  3248. },
  3249. "name": {
  3250. "type": "string"
  3251. },
  3252. "pay_method": {
  3253. "type": "string",
  3254. "example": "支付方式 0对私 1对公"
  3255. },
  3256. "pay_time": {
  3257. "type": "string",
  3258. "example": "支付时间"
  3259. }
  3260. }
  3261. },
  3262. "md.FinancialDynamicsAgentListReq": {
  3263. "type": "object",
  3264. "properties": {
  3265. "end_time": {
  3266. "type": "string"
  3267. },
  3268. "limit": {
  3269. "type": "string"
  3270. },
  3271. "page": {
  3272. "type": "string"
  3273. },
  3274. "start_time": {
  3275. "type": "string",
  3276. "example": "2024-08-29 00:00:00"
  3277. },
  3278. "uid": {
  3279. "type": "string",
  3280. "example": ""
  3281. }
  3282. }
  3283. },
  3284. "md.FinancialDynamicsAgentListRes": {
  3285. "type": "object",
  3286. "properties": {
  3287. "business_kind": {
  3288. "type": "array",
  3289. "items": {
  3290. "$ref": "#/definitions/md.SelectData"
  3291. }
  3292. },
  3293. "list": {
  3294. "type": "array",
  3295. "items": {
  3296. "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
  3297. }
  3298. },
  3299. "pay_method": {
  3300. "type": "array",
  3301. "items": {
  3302. "$ref": "#/definitions/md.SelectData"
  3303. }
  3304. },
  3305. "total": {
  3306. "type": "integer"
  3307. },
  3308. "user": {
  3309. "type": "array",
  3310. "items": {
  3311. "$ref": "#/definitions/md.SelectData"
  3312. }
  3313. }
  3314. }
  3315. },
  3316. "md.FinancialDynamicsAgentSaveReq": {
  3317. "type": "object",
  3318. "properties": {
  3319. "amount": {
  3320. "type": "string",
  3321. "example": "支付金额"
  3322. },
  3323. "business_kind": {
  3324. "type": "string",
  3325. "example": "支付类型(1:广告合作)"
  3326. },
  3327. "certificate": {
  3328. "type": "string",
  3329. "example": "支付凭证"
  3330. },
  3331. "memo": {
  3332. "type": "string",
  3333. "example": "备注"
  3334. },
  3335. "pay_method": {
  3336. "type": "string",
  3337. "example": "支付方式 0对私 1对公"
  3338. },
  3339. "uid": {
  3340. "type": "string"
  3341. }
  3342. }
  3343. },
  3344. "md.FinancialDynamicsAgentTotalReq": {
  3345. "type": "object",
  3346. "properties": {
  3347. "end_time": {
  3348. "type": "string"
  3349. },
  3350. "start_time": {
  3351. "type": "string",
  3352. "example": "2024-08-29 00:00:00"
  3353. },
  3354. "uid": {
  3355. "type": "string",
  3356. "example": ""
  3357. }
  3358. }
  3359. },
  3360. "md.FinancialDynamicsAgentTotalRes": {
  3361. "type": "object",
  3362. "properties": {
  3363. "all_amount": {
  3364. "type": "string",
  3365. "example": "预付总金额"
  3366. },
  3367. "balance_amount": {
  3368. "type": "string",
  3369. "example": "账户余额"
  3370. },
  3371. "pay_count": {
  3372. "type": "string",
  3373. "example": "预付次数"
  3374. },
  3375. "use_amount": {
  3376. "type": "string",
  3377. "example": "已消耗金额"
  3378. }
  3379. }
  3380. },
  3381. "md.FinancialDynamicsMediumListData": {
  3382. "type": "object",
  3383. "properties": {
  3384. "amount": {
  3385. "type": "string",
  3386. "example": "支付金额"
  3387. },
  3388. "business_kind": {
  3389. "type": "string",
  3390. "example": "支付类型(1:广告合作)"
  3391. },
  3392. "certificate": {
  3393. "type": "string",
  3394. "example": "支付凭证"
  3395. },
  3396. "id": {
  3397. "type": "string"
  3398. },
  3399. "memo": {
  3400. "type": "string",
  3401. "example": "备注"
  3402. },
  3403. "name": {
  3404. "type": "string"
  3405. },
  3406. "pay_method": {
  3407. "type": "string",
  3408. "example": "支付方式 0对私 1对公"
  3409. },
  3410. "pay_time": {
  3411. "type": "string",
  3412. "example": "支付时间"
  3413. }
  3414. }
  3415. },
  3416. "md.FinancialDynamicsMediumListReq": {
  3417. "type": "object",
  3418. "properties": {
  3419. "end_time": {
  3420. "type": "string"
  3421. },
  3422. "limit": {
  3423. "type": "string"
  3424. },
  3425. "page": {
  3426. "type": "string"
  3427. },
  3428. "start_time": {
  3429. "type": "string",
  3430. "example": "2024-08-29 00:00:00"
  3431. },
  3432. "uid": {
  3433. "type": "string",
  3434. "example": ""
  3435. }
  3436. }
  3437. },
  3438. "md.FinancialDynamicsMediumListRes": {
  3439. "type": "object",
  3440. "properties": {
  3441. "business_kind": {
  3442. "type": "array",
  3443. "items": {
  3444. "$ref": "#/definitions/md.SelectData"
  3445. }
  3446. },
  3447. "list": {
  3448. "type": "array",
  3449. "items": {
  3450. "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
  3451. }
  3452. },
  3453. "pay_method": {
  3454. "type": "array",
  3455. "items": {
  3456. "$ref": "#/definitions/md.SelectData"
  3457. }
  3458. },
  3459. "total": {
  3460. "type": "integer"
  3461. },
  3462. "user": {
  3463. "type": "array",
  3464. "items": {
  3465. "$ref": "#/definitions/md.SelectData"
  3466. }
  3467. }
  3468. }
  3469. },
  3470. "md.FinancialDynamicsMediumSaveReq": {
  3471. "type": "object",
  3472. "properties": {
  3473. "amount": {
  3474. "type": "string",
  3475. "example": "支付金额"
  3476. },
  3477. "business_kind": {
  3478. "type": "string",
  3479. "example": "支付类型(1:广告合作)"
  3480. },
  3481. "certificate": {
  3482. "type": "string",
  3483. "example": "支付凭证"
  3484. },
  3485. "memo": {
  3486. "type": "string",
  3487. "example": "备注"
  3488. },
  3489. "pay_method": {
  3490. "type": "string",
  3491. "example": "支付方式 0对私 1对公"
  3492. },
  3493. "uid": {
  3494. "type": "string"
  3495. }
  3496. }
  3497. },
  3498. "md.FinancialDynamicsMediumTotalReq": {
  3499. "type": "object",
  3500. "properties": {
  3501. "end_time": {
  3502. "type": "string"
  3503. },
  3504. "start_time": {
  3505. "type": "string",
  3506. "example": "2024-08-29 00:00:00"
  3507. },
  3508. "uid": {
  3509. "type": "string",
  3510. "example": ""
  3511. }
  3512. }
  3513. },
  3514. "md.FinancialDynamicsMediumTotalRes": {
  3515. "type": "object",
  3516. "properties": {
  3517. "all_amount": {
  3518. "type": "string",
  3519. "example": "预付总金额"
  3520. },
  3521. "balance_amount": {
  3522. "type": "string",
  3523. "example": "账户余额"
  3524. },
  3525. "pay_count": {
  3526. "type": "string",
  3527. "example": "预付次数"
  3528. },
  3529. "use_amount": {
  3530. "type": "string",
  3531. "example": "已消耗金额"
  3532. }
  3533. }
  3534. },
  3535. "md.ImgReqUpload": {
  3536. "type": "object",
  3537. "properties": {
  3538. "dir": {
  3539. "type": "string"
  3540. },
  3541. "file_name": {
  3542. "type": "string"
  3543. },
  3544. "file_size": {
  3545. "description": "文件大小, 单位byte",
  3546. "type": "integer"
  3547. }
  3548. }
  3549. },
  3550. "md.IndexAppListData": {
  3551. "type": "object",
  3552. "properties": {
  3553. "list": {
  3554. "type": "array",
  3555. "items": {
  3556. "$ref": "#/definitions/md.IndexAppListDataList"
  3557. }
  3558. },
  3559. "logo": {
  3560. "type": "string"
  3561. },
  3562. "name": {
  3563. "type": "string"
  3564. },
  3565. "table_list": {
  3566. "type": "array",
  3567. "items": {
  3568. "type": "string"
  3569. }
  3570. }
  3571. }
  3572. },
  3573. "md.IndexAppListDataList": {
  3574. "type": "object",
  3575. "properties": {
  3576. "bili": {
  3577. "type": "string"
  3578. },
  3579. "name": {
  3580. "type": "string"
  3581. },
  3582. "type": {
  3583. "type": "string"
  3584. },
  3585. "value": {
  3586. "type": "string"
  3587. }
  3588. }
  3589. },
  3590. "md.IndexAppListReq": {
  3591. "type": "object",
  3592. "properties": {
  3593. "end_date": {
  3594. "type": "string",
  3595. "example": "2024-08-30"
  3596. },
  3597. "name": {
  3598. "type": "string"
  3599. },
  3600. "sort": {
  3601. "type": "string",
  3602. "example": "排序"
  3603. },
  3604. "start_date": {
  3605. "type": "string",
  3606. "example": "2024-08-30"
  3607. }
  3608. }
  3609. },
  3610. "md.IndexAppListRes": {
  3611. "type": "object",
  3612. "properties": {
  3613. "app_id": {
  3614. "type": "array",
  3615. "items": {
  3616. "type": "string"
  3617. }
  3618. },
  3619. "list": {
  3620. "type": "array",
  3621. "items": {
  3622. "$ref": "#/definitions/md.IndexAppListData"
  3623. }
  3624. },
  3625. "sort": {
  3626. "type": "array",
  3627. "items": {
  3628. "$ref": "#/definitions/md.SelectData"
  3629. }
  3630. }
  3631. }
  3632. },
  3633. "md.IndexAppListTableReq": {
  3634. "type": "object",
  3635. "properties": {
  3636. "app_id": {
  3637. "type": "array",
  3638. "items": {
  3639. "type": "string"
  3640. }
  3641. },
  3642. "end_date": {
  3643. "type": "string",
  3644. "example": "2024-08-30"
  3645. },
  3646. "start_date": {
  3647. "type": "string",
  3648. "example": "2024-08-30"
  3649. }
  3650. }
  3651. },
  3652. "md.Invoice": {
  3653. "type": "object",
  3654. "properties": {
  3655. "count": {
  3656. "type": "string"
  3657. },
  3658. "file": {
  3659. "type": "array",
  3660. "items": {
  3661. "$ref": "#/definitions/md.InvoiceFile"
  3662. }
  3663. },
  3664. "time": {
  3665. "type": "string"
  3666. },
  3667. "type": {
  3668. "type": "string"
  3669. }
  3670. }
  3671. },
  3672. "md.InvoiceFile": {
  3673. "type": "object",
  3674. "properties": {
  3675. "state": {
  3676. "type": "string",
  3677. "example": "0待确认 1审核通过 2审核失败"
  3678. },
  3679. "url": {
  3680. "type": "string"
  3681. }
  3682. }
  3683. },
  3684. "md.InvoiceReq": {
  3685. "type": "object",
  3686. "properties": {
  3687. "file": {
  3688. "type": "array",
  3689. "items": {
  3690. "$ref": "#/definitions/md.InvoiceFile"
  3691. }
  3692. },
  3693. "id": {
  3694. "type": "string",
  3695. "example": "列表id"
  3696. },
  3697. "state": {
  3698. "type": "string",
  3699. "example": "1审核通过 2审核失败"
  3700. }
  3701. }
  3702. },
  3703. "md.LoginReq": {
  3704. "type": "object",
  3705. "required": [
  3706. "password",
  3707. "username"
  3708. ],
  3709. "properties": {
  3710. "code": {
  3711. "type": "string",
  3712. "example": "验证码"
  3713. },
  3714. "password": {
  3715. "type": "string",
  3716. "example": "登录密码"
  3717. },
  3718. "username": {
  3719. "type": "string",
  3720. "example": "登录账号"
  3721. }
  3722. }
  3723. },
  3724. "md.LoginResponse": {
  3725. "type": "object",
  3726. "properties": {
  3727. "token": {
  3728. "type": "string"
  3729. }
  3730. }
  3731. },
  3732. "md.MediumDivisionStrategy": {
  3733. "type": "object",
  3734. "properties": {
  3735. "agent_revenue": {
  3736. "type": "string",
  3737. "example": "代理收益"
  3738. },
  3739. "agent_revenue_rate": {
  3740. "type": "string",
  3741. "example": "代理收益百分比"
  3742. },
  3743. "agreement_sharing": {
  3744. "type": "string",
  3745. "example": "协议分成"
  3746. },
  3747. "agreement_sharing_rate": {
  3748. "type": "string",
  3749. "example": "协议分成百分比"
  3750. },
  3751. "commission_retention": {
  3752. "type": "string",
  3753. "example": "佣金留存"
  3754. },
  3755. "commission_retention_rate": {
  3756. "type": "string",
  3757. "example": "佣金留存百分比"
  3758. },
  3759. "ecpm": {
  3760. "type": "string",
  3761. "example": "现-ecpm(元)"
  3762. },
  3763. "exposure_count": {
  3764. "type": "string",
  3765. "example": "曝光量"
  3766. },
  3767. "extra_revenue": {
  3768. "type": "string",
  3769. "example": "额外收益"
  3770. },
  3771. "extra_revenue_rate": {
  3772. "type": "string",
  3773. "example": "额外收益百分比"
  3774. },
  3775. "media_revenue": {
  3776. "type": "string",
  3777. "example": "媒体收益"
  3778. },
  3779. "media_revenue_rate": {
  3780. "type": "string",
  3781. "example": "媒体收益百分比"
  3782. },
  3783. "old_ecpm": {
  3784. "type": "string",
  3785. "example": "原-ecpm(元)"
  3786. },
  3787. "platform_retention": {
  3788. "type": "string",
  3789. "example": "平台留存"
  3790. },
  3791. "platform_retention_rate": {
  3792. "type": "string",
  3793. "example": "平台留存百分比"
  3794. }
  3795. }
  3796. },
  3797. "md.MediumListData": {
  3798. "type": "object",
  3799. "properties": {
  3800. "account": {
  3801. "type": "string",
  3802. "example": "媒体账号"
  3803. },
  3804. "business_license_address": {
  3805. "type": "string",
  3806. "example": "营业执照地址"
  3807. },
  3808. "business_license_img": {
  3809. "type": "string",
  3810. "example": "营业执照图片"
  3811. },
  3812. "company_name": {
  3813. "type": "string",
  3814. "example": "公司名称"
  3815. },
  3816. "id": {
  3817. "type": "string",
  3818. "example": "id"
  3819. },
  3820. "legal_representative": {
  3821. "type": "string",
  3822. "example": "法定代表人"
  3823. },
  3824. "medium_id": {
  3825. "type": "string",
  3826. "example": "媒体id"
  3827. },
  3828. "memo": {
  3829. "type": "string",
  3830. "example": "备注 审核时填写的"
  3831. },
  3832. "state": {
  3833. "type": "string",
  3834. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  3835. },
  3836. "unified_social_credit_code": {
  3837. "type": "string",
  3838. "example": "统一社会信用代码"
  3839. }
  3840. }
  3841. },
  3842. "md.MediumListDelReq": {
  3843. "type": "object",
  3844. "properties": {
  3845. "id": {
  3846. "type": "string",
  3847. "example": "列表id"
  3848. }
  3849. }
  3850. },
  3851. "md.MediumListReq": {
  3852. "type": "object",
  3853. "properties": {
  3854. "id": {
  3855. "type": "string"
  3856. },
  3857. "limit": {
  3858. "type": "string"
  3859. },
  3860. "name": {
  3861. "type": "string"
  3862. },
  3863. "page": {
  3864. "type": "string"
  3865. },
  3866. "state": {
  3867. "type": "string"
  3868. }
  3869. }
  3870. },
  3871. "md.MediumListRes": {
  3872. "type": "object",
  3873. "properties": {
  3874. "list": {
  3875. "type": "array",
  3876. "items": {
  3877. "$ref": "#/definitions/md.MediumListData"
  3878. }
  3879. },
  3880. "state": {
  3881. "type": "array",
  3882. "items": {
  3883. "$ref": "#/definitions/md.SelectData"
  3884. }
  3885. },
  3886. "total": {
  3887. "type": "integer"
  3888. }
  3889. }
  3890. },
  3891. "md.MediumListSaveReq": {
  3892. "type": "object",
  3893. "properties": {
  3894. "medium_id": {
  3895. "type": "string"
  3896. },
  3897. "username": {
  3898. "type": "string"
  3899. }
  3900. }
  3901. },
  3902. "md.MediumQualificationBankData": {
  3903. "type": "object",
  3904. "properties": {
  3905. "account": {
  3906. "type": "string",
  3907. "example": "账号"
  3908. },
  3909. "bank": {
  3910. "type": "string",
  3911. "example": "开户银行"
  3912. },
  3913. "bank_branch": {
  3914. "type": "string",
  3915. "example": "开户银行分行"
  3916. },
  3917. "bank_no": {
  3918. "type": "string",
  3919. "example": "银行卡号"
  3920. },
  3921. "company_name": {
  3922. "type": "string",
  3923. "example": "公司名称"
  3924. },
  3925. "currency_conf": {
  3926. "type": "string",
  3927. "example": "结算币种 0人民币"
  3928. },
  3929. "id": {
  3930. "type": "string",
  3931. "example": "id"
  3932. },
  3933. "kind": {
  3934. "type": "string",
  3935. "example": "类型(1:企业 2:个人)"
  3936. },
  3937. "licence": {
  3938. "type": "string",
  3939. "example": "开户许可证"
  3940. },
  3941. "medium_id": {
  3942. "type": "string",
  3943. "example": "代理id"
  3944. },
  3945. "memo": {
  3946. "type": "string",
  3947. "example": "备注 审核时填写的"
  3948. },
  3949. "state": {
  3950. "type": "string",
  3951. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  3952. },
  3953. "unified_social_credit_code": {
  3954. "type": "string",
  3955. "example": "统一社会信用代码"
  3956. }
  3957. }
  3958. },
  3959. "md.MediumQualificationBankRes": {
  3960. "type": "object",
  3961. "properties": {
  3962. "currency_conf": {
  3963. "type": "array",
  3964. "items": {
  3965. "$ref": "#/definitions/md.SelectData"
  3966. }
  3967. },
  3968. "list": {
  3969. "type": "array",
  3970. "items": {
  3971. "$ref": "#/definitions/md.MediumQualificationBankData"
  3972. }
  3973. },
  3974. "state": {
  3975. "type": "array",
  3976. "items": {
  3977. "$ref": "#/definitions/md.SelectData"
  3978. }
  3979. },
  3980. "total": {
  3981. "type": "integer"
  3982. },
  3983. "type": {
  3984. "type": "array",
  3985. "items": {
  3986. "$ref": "#/definitions/md.SelectData"
  3987. }
  3988. }
  3989. }
  3990. },
  3991. "md.MediumQualificationContactData": {
  3992. "type": "object",
  3993. "properties": {
  3994. "account": {
  3995. "type": "string",
  3996. "example": "账号"
  3997. },
  3998. "address": {
  3999. "type": "string",
  4000. "example": "联系地址"
  4001. },
  4002. "company_name": {
  4003. "type": "string",
  4004. "example": "公司名称"
  4005. },
  4006. "email": {
  4007. "type": "string",
  4008. "example": "邮箱地址"
  4009. },
  4010. "id": {
  4011. "type": "string",
  4012. "example": "id"
  4013. },
  4014. "kind": {
  4015. "type": "string",
  4016. "example": "类型(1:企业 2:个人)"
  4017. },
  4018. "medium_id": {
  4019. "type": "string",
  4020. "example": "代理id"
  4021. },
  4022. "memo": {
  4023. "type": "string",
  4024. "example": "备注 审核时填写的"
  4025. },
  4026. "name": {
  4027. "type": "string",
  4028. "example": "联系人"
  4029. },
  4030. "phone": {
  4031. "type": "string",
  4032. "example": "联系电话"
  4033. },
  4034. "state": {
  4035. "type": "string",
  4036. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4037. }
  4038. }
  4039. },
  4040. "md.MediumQualificationContactRes": {
  4041. "type": "object",
  4042. "properties": {
  4043. "list": {
  4044. "type": "array",
  4045. "items": {
  4046. "$ref": "#/definitions/md.MediumQualificationContactData"
  4047. }
  4048. },
  4049. "state": {
  4050. "type": "array",
  4051. "items": {
  4052. "$ref": "#/definitions/md.SelectData"
  4053. }
  4054. },
  4055. "total": {
  4056. "type": "integer"
  4057. }
  4058. }
  4059. },
  4060. "md.MediumQualificationEnterpriseAuditReq": {
  4061. "type": "object",
  4062. "properties": {
  4063. "medium_id": {
  4064. "type": "string"
  4065. },
  4066. "memo": {
  4067. "type": "string"
  4068. },
  4069. "state": {
  4070. "type": "string"
  4071. }
  4072. }
  4073. },
  4074. "md.MediumQualificationEnterpriseData": {
  4075. "type": "object",
  4076. "properties": {
  4077. "account": {
  4078. "type": "string",
  4079. "example": "账号"
  4080. },
  4081. "business_license_address": {
  4082. "type": "string",
  4083. "example": "营业执照地址"
  4084. },
  4085. "business_license_img_url": {
  4086. "type": "string",
  4087. "example": "营业执照照片"
  4088. },
  4089. "certificate_first_type": {
  4090. "type": "string",
  4091. "example": "证件类型 1级类目id"
  4092. },
  4093. "certificate_type": {
  4094. "type": "string",
  4095. "example": "证件类型 2级类目id"
  4096. },
  4097. "certificate_validity": {
  4098. "type": "string",
  4099. "example": "证件有效期"
  4100. },
  4101. "company_abbreviation": {
  4102. "type": "string",
  4103. "example": "公司简称"
  4104. },
  4105. "company_name": {
  4106. "type": "string",
  4107. "example": "公司名称"
  4108. },
  4109. "country_region": {
  4110. "type": "string",
  4111. "example": "国家地区"
  4112. },
  4113. "country_region_id": {
  4114. "type": "string",
  4115. "example": "国家地区id"
  4116. },
  4117. "id": {
  4118. "type": "string",
  4119. "example": "状态选择"
  4120. },
  4121. "kind": {
  4122. "type": "string",
  4123. "example": "类型(1:企业 2:个人)"
  4124. },
  4125. "legal_representative": {
  4126. "type": "string",
  4127. "example": "法定代表人"
  4128. },
  4129. "medium_id": {
  4130. "type": "string",
  4131. "example": "代理id"
  4132. },
  4133. "memo": {
  4134. "type": "string",
  4135. "example": "备注 审核时填写的"
  4136. },
  4137. "registered_address": {
  4138. "type": "string",
  4139. "example": "注册地址"
  4140. },
  4141. "registered_address_city_id": {
  4142. "type": "string",
  4143. "example": "注册地址-市id"
  4144. },
  4145. "registered_address_country_id": {
  4146. "type": "string",
  4147. "example": "注册地址-国家id"
  4148. },
  4149. "registered_address_county_id": {
  4150. "type": "string",
  4151. "example": "注册地址-县/区id"
  4152. },
  4153. "registered_address_province_id": {
  4154. "type": "string",
  4155. "example": "册地址-省份id"
  4156. },
  4157. "state": {
  4158. "type": "string",
  4159. "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
  4160. },
  4161. "unified_social_credit_code": {
  4162. "type": "string",
  4163. "example": "统一社会信用代码"
  4164. },
  4165. "uuid": {
  4166. "type": "string",
  4167. "example": "站长id"
  4168. }
  4169. }
  4170. },
  4171. "md.MediumQualificationEnterpriseReq": {
  4172. "type": "object",
  4173. "properties": {
  4174. "limit": {
  4175. "type": "string"
  4176. },
  4177. "name": {
  4178. "type": "string"
  4179. },
  4180. "page": {
  4181. "type": "string"
  4182. },
  4183. "state": {
  4184. "type": "string"
  4185. }
  4186. }
  4187. },
  4188. "md.MediumQualificationEnterpriseRes": {
  4189. "type": "object",
  4190. "properties": {
  4191. "list": {
  4192. "type": "array",
  4193. "items": {
  4194. "$ref": "#/definitions/md.MediumQualificationEnterpriseData"
  4195. }
  4196. },
  4197. "state": {
  4198. "type": "array",
  4199. "items": {
  4200. "$ref": "#/definitions/md.SelectData"
  4201. }
  4202. },
  4203. "total": {
  4204. "type": "integer"
  4205. },
  4206. "type": {
  4207. "type": "array",
  4208. "items": {
  4209. "$ref": "#/definitions/md.SelectData"
  4210. }
  4211. }
  4212. }
  4213. },
  4214. "md.OtherIncomeReq": {
  4215. "type": "object",
  4216. "properties": {
  4217. "amount": {
  4218. "type": "string",
  4219. "example": "其他收益"
  4220. },
  4221. "id": {
  4222. "type": "string",
  4223. "example": "列表id"
  4224. }
  4225. }
  4226. },
  4227. "md.QiNiuBucketRegion": {
  4228. "type": "object",
  4229. "properties": {
  4230. "region_domain": {
  4231. "type": "string",
  4232. "example": "区域域名"
  4233. },
  4234. "region_id": {
  4235. "type": "string",
  4236. "example": "区域id"
  4237. },
  4238. "region_name": {
  4239. "type": "string",
  4240. "example": "区域名称"
  4241. }
  4242. }
  4243. },
  4244. "md.RegisterForAgentReq": {
  4245. "type": "object",
  4246. "required": [
  4247. "password",
  4248. "phone"
  4249. ],
  4250. "properties": {
  4251. "code": {
  4252. "type": "string",
  4253. "example": "验证码"
  4254. },
  4255. "password": {
  4256. "type": "string",
  4257. "example": "登录密码"
  4258. },
  4259. "phone": {
  4260. "type": "string",
  4261. "example": "登录账号"
  4262. }
  4263. }
  4264. },
  4265. "md.RegisterForMediumReq": {
  4266. "type": "object",
  4267. "required": [
  4268. "password",
  4269. "phone"
  4270. ],
  4271. "properties": {
  4272. "code": {
  4273. "type": "string",
  4274. "example": "验证码"
  4275. },
  4276. "password": {
  4277. "type": "string",
  4278. "example": "登录密码"
  4279. },
  4280. "phone": {
  4281. "type": "string",
  4282. "example": "登录账号"
  4283. }
  4284. }
  4285. },
  4286. "md.Response": {
  4287. "type": "object",
  4288. "properties": {
  4289. "code": {
  4290. "type": "string",
  4291. "example": "响应码"
  4292. },
  4293. "data": {
  4294. "description": "内容"
  4295. },
  4296. "msg": {
  4297. "type": "string",
  4298. "example": "具体错误原因"
  4299. }
  4300. }
  4301. },
  4302. "md.RoleBindPermissionGroupReq": {
  4303. "type": "object",
  4304. "required": [
  4305. "role_id"
  4306. ],
  4307. "properties": {
  4308. "permission_ids": {
  4309. "type": "array",
  4310. "items": {
  4311. "type": "integer"
  4312. }
  4313. },
  4314. "role_id": {
  4315. "type": "integer"
  4316. }
  4317. }
  4318. },
  4319. "md.SelectData": {
  4320. "type": "object",
  4321. "properties": {
  4322. "name": {
  4323. "type": "string",
  4324. "example": "名称"
  4325. },
  4326. "value": {
  4327. "type": "string",
  4328. "example": "值"
  4329. }
  4330. }
  4331. },
  4332. "md.SetLogoReq": {
  4333. "type": "object",
  4334. "properties": {
  4335. "agent_login_logo": {
  4336. "type": "string"
  4337. },
  4338. "agent_logo": {
  4339. "type": "string"
  4340. },
  4341. "medium_login_logo": {
  4342. "type": "string"
  4343. },
  4344. "medium_logo": {
  4345. "type": "string"
  4346. }
  4347. }
  4348. },
  4349. "md.SetLogoResp": {
  4350. "type": "object",
  4351. "properties": {
  4352. "data": {
  4353. "description": "数据内容",
  4354. "allOf": [
  4355. {
  4356. "$ref": "#/definitions/md.SetLogoReq"
  4357. }
  4358. ]
  4359. }
  4360. }
  4361. },
  4362. "md.SetMobReq": {
  4363. "type": "object",
  4364. "properties": {
  4365. "mob_app_key": {
  4366. "type": "string"
  4367. },
  4368. "mob_app_secret": {
  4369. "type": "string"
  4370. }
  4371. }
  4372. },
  4373. "md.SetOssReq": {
  4374. "type": "object",
  4375. "required": [
  4376. "file_access_key",
  4377. "file_bucket",
  4378. "file_bucket_host",
  4379. "file_bucket_region",
  4380. "file_secret_key"
  4381. ],
  4382. "properties": {
  4383. "file_access_key": {
  4384. "type": "string",
  4385. "example": "对象存储AccessToken"
  4386. },
  4387. "file_bucket": {
  4388. "type": "string",
  4389. "example": "对象存储bucket(空间)"
  4390. },
  4391. "file_bucket_host": {
  4392. "type": "string",
  4393. "example": "对象存储域名"
  4394. },
  4395. "file_bucket_region": {
  4396. "type": "string",
  4397. "example": "文件所属区域"
  4398. },
  4399. "file_secret_key": {
  4400. "type": "string",
  4401. "example": "对象存储SecretToken"
  4402. }
  4403. }
  4404. },
  4405. "md.SetOssResp": {
  4406. "type": "object",
  4407. "properties": {
  4408. "data": {
  4409. "description": "数据内容",
  4410. "allOf": [
  4411. {
  4412. "$ref": "#/definitions/md.SetOssReq"
  4413. }
  4414. ]
  4415. },
  4416. "qi_niu_bucket_region_list": {
  4417. "description": "七牛云存储区域列表",
  4418. "type": "array",
  4419. "items": {
  4420. "$ref": "#/definitions/md.QiNiuBucketRegion"
  4421. }
  4422. }
  4423. }
  4424. },
  4425. "md.SetSeoReq": {
  4426. "type": "object",
  4427. "properties": {
  4428. "seo_agent_logo": {
  4429. "type": "string"
  4430. },
  4431. "seo_agent_title": {
  4432. "type": "string"
  4433. },
  4434. "seo_medium_logo": {
  4435. "type": "string"
  4436. },
  4437. "seo_medium_title": {
  4438. "type": "string"
  4439. },
  4440. "seo_platform_logo": {
  4441. "type": "string"
  4442. },
  4443. "seo_platform_title": {
  4444. "type": "string"
  4445. }
  4446. }
  4447. },
  4448. "md.SetSeoResp": {
  4449. "type": "object",
  4450. "properties": {
  4451. "data": {
  4452. "description": "数据内容",
  4453. "allOf": [
  4454. {
  4455. "$ref": "#/definitions/md.SetSeoReq"
  4456. }
  4457. ]
  4458. }
  4459. }
  4460. },
  4461. "md.SettleCenterDataData": {
  4462. "type": "object",
  4463. "properties": {
  4464. "account": {
  4465. "type": "string"
  4466. },
  4467. "id": {
  4468. "type": "string"
  4469. },
  4470. "name": {
  4471. "type": "string"
  4472. },
  4473. "settle_type": {
  4474. "type": "string"
  4475. },
  4476. "update_at": {
  4477. "type": "string"
  4478. }
  4479. }
  4480. },
  4481. "md.SettleCenterDataDetailData": {
  4482. "type": "object",
  4483. "properties": {
  4484. "all_income": {
  4485. "type": "string",
  4486. "example": "总计"
  4487. },
  4488. "basic_income": {
  4489. "type": "string",
  4490. "example": "基础收益"
  4491. },
  4492. "business_kind": {
  4493. "type": "string",
  4494. "example": "业务类型(1:广告合作)"
  4495. },
  4496. "other_income": {
  4497. "type": "string",
  4498. "example": "其他收益"
  4499. },
  4500. "pay_state": {
  4501. "type": "string",
  4502. "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
  4503. },
  4504. "settle_type": {
  4505. "type": "string",
  4506. "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
  4507. },
  4508. "state": {
  4509. "type": "string",
  4510. "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
  4511. },
  4512. "time_str": {
  4513. "type": "string",
  4514. "example": "业务时间"
  4515. }
  4516. }
  4517. },
  4518. "md.SettleCenterDataDetailReq": {
  4519. "type": "object",
  4520. "properties": {
  4521. "end_time": {
  4522. "type": "string"
  4523. },
  4524. "id": {
  4525. "type": "string"
  4526. },
  4527. "limit": {
  4528. "type": "string"
  4529. },
  4530. "page": {
  4531. "type": "string"
  4532. },
  4533. "start_time": {
  4534. "type": "string",
  4535. "example": "2024-08-29"
  4536. }
  4537. }
  4538. },
  4539. "md.SettleCenterDataDetailRes": {
  4540. "type": "object",
  4541. "properties": {
  4542. "business_kind": {
  4543. "type": "array",
  4544. "items": {
  4545. "$ref": "#/definitions/md.SelectData"
  4546. }
  4547. },
  4548. "list": {
  4549. "type": "array",
  4550. "items": {
  4551. "$ref": "#/definitions/md.SettleCenterDataDetailData"
  4552. }
  4553. },
  4554. "settle_pay_state": {
  4555. "type": "array",
  4556. "items": {
  4557. "$ref": "#/definitions/md.SelectData"
  4558. }
  4559. },
  4560. "settle_state": {
  4561. "type": "array",
  4562. "items": {
  4563. "$ref": "#/definitions/md.SelectData"
  4564. }
  4565. },
  4566. "settle_type": {
  4567. "type": "array",
  4568. "items": {
  4569. "$ref": "#/definitions/md.SelectData"
  4570. }
  4571. },
  4572. "total": {
  4573. "type": "integer"
  4574. }
  4575. }
  4576. },
  4577. "md.SettleCenterDataReq": {
  4578. "type": "object",
  4579. "properties": {
  4580. "account": {
  4581. "type": "string"
  4582. },
  4583. "limit": {
  4584. "type": "string"
  4585. },
  4586. "name": {
  4587. "type": "string"
  4588. },
  4589. "page": {
  4590. "type": "string"
  4591. },
  4592. "state": {
  4593. "type": "string"
  4594. }
  4595. }
  4596. },
  4597. "md.SettleCenterDataRes": {
  4598. "type": "object",
  4599. "properties": {
  4600. "list": {
  4601. "type": "array",
  4602. "items": {
  4603. "$ref": "#/definitions/md.SettleCenterDataData"
  4604. }
  4605. },
  4606. "state": {
  4607. "type": "array",
  4608. "items": {
  4609. "$ref": "#/definitions/md.SelectData"
  4610. }
  4611. },
  4612. "total": {
  4613. "type": "integer"
  4614. }
  4615. }
  4616. },
  4617. "md.SettleCenterDataSaveReq": {
  4618. "type": "object",
  4619. "properties": {
  4620. "id": {
  4621. "type": "string"
  4622. },
  4623. "settle_type": {
  4624. "type": "string"
  4625. }
  4626. }
  4627. },
  4628. "md.SettleFileReq": {
  4629. "type": "object",
  4630. "properties": {
  4631. "file": {
  4632. "type": "string",
  4633. "example": "七牛云链接 带http"
  4634. },
  4635. "id": {
  4636. "type": "string",
  4637. "example": "列表id"
  4638. }
  4639. }
  4640. },
  4641. "md.ShareIndexResp": {
  4642. "type": "object",
  4643. "properties": {
  4644. "agent_domain": {
  4645. "type": "string",
  4646. "example": "代理分享地址"
  4647. },
  4648. "master_id": {
  4649. "type": "string"
  4650. },
  4651. "medium_domain": {
  4652. "type": "string",
  4653. "example": "媒体分享地址"
  4654. }
  4655. }
  4656. },
  4657. "md.UpdateAdminReq": {
  4658. "type": "object",
  4659. "required": [
  4660. "adm_id",
  4661. "password",
  4662. "username"
  4663. ],
  4664. "properties": {
  4665. "adm_id": {
  4666. "type": "integer"
  4667. },
  4668. "memo": {
  4669. "type": "string"
  4670. },
  4671. "password": {
  4672. "type": "string"
  4673. },
  4674. "username": {
  4675. "type": "string"
  4676. }
  4677. }
  4678. },
  4679. "md.UpdateAdminStateReq": {
  4680. "type": "object",
  4681. "required": [
  4682. "adm_id",
  4683. "state"
  4684. ],
  4685. "properties": {
  4686. "adm_id": {
  4687. "type": "integer"
  4688. },
  4689. "state": {
  4690. "type": "integer"
  4691. }
  4692. }
  4693. },
  4694. "md.UpdateRoleReq": {
  4695. "type": "object",
  4696. "required": [
  4697. "memo",
  4698. "name",
  4699. "role_id"
  4700. ],
  4701. "properties": {
  4702. "label": {
  4703. "type": "string"
  4704. },
  4705. "logo": {
  4706. "type": "string"
  4707. },
  4708. "memo": {
  4709. "type": "string"
  4710. },
  4711. "name": {
  4712. "type": "string"
  4713. },
  4714. "role_id": {
  4715. "type": "integer"
  4716. },
  4717. "seo_logo": {
  4718. "type": "string"
  4719. },
  4720. "seo_title": {
  4721. "type": "string"
  4722. }
  4723. }
  4724. },
  4725. "md.UpdateRoleStateReq": {
  4726. "type": "object",
  4727. "required": [
  4728. "role_id",
  4729. "state"
  4730. ],
  4731. "properties": {
  4732. "role_id": {
  4733. "type": "integer"
  4734. },
  4735. "state": {
  4736. "type": "integer"
  4737. }
  4738. }
  4739. },
  4740. "md.WxOpenGetResp": {
  4741. "type": "object",
  4742. "properties": {
  4743. "aes_key": {
  4744. "type": "string",
  4745. "example": "消息加解密Key"
  4746. },
  4747. "app_secret": {
  4748. "type": "string",
  4749. "example": "appSecret"
  4750. },
  4751. "appid": {
  4752. "type": "string",
  4753. "example": "appid"
  4754. },
  4755. "token": {
  4756. "type": "string",
  4757. "example": "消息校验Token"
  4758. },
  4759. "wx_open_applet_server_domain": {
  4760. "type": "string",
  4761. "example": "微信开放平台-小程序服务器域名"
  4762. },
  4763. "wx_open_authorization_event_receiving_configuration": {
  4764. "type": "string",
  4765. "example": "微信开放平台-授权事件接收配置"
  4766. },
  4767. "wx_open_domain_of_the_initiating_page_for_login_authorization": {
  4768. "type": "string",
  4769. "example": "微信开放平台-登录授权的发起页域名"
  4770. },
  4771. "wx_open_message_and_event_reception_configuration": {
  4772. "type": "string",
  4773. "example": "微信开放平台-消息与事件接收配置"
  4774. },
  4775. "wx_open_white_list_ip": {
  4776. "type": "string",
  4777. "example": "微信开放平台-白名单ip"
  4778. }
  4779. }
  4780. },
  4781. "md.WxOpenSetReq": {
  4782. "type": "object",
  4783. "required": [
  4784. "aes_key",
  4785. "app_secret",
  4786. "appid",
  4787. "token"
  4788. ],
  4789. "properties": {
  4790. "aes_key": {
  4791. "type": "string",
  4792. "example": "消息加解密Key"
  4793. },
  4794. "app_secret": {
  4795. "type": "string",
  4796. "example": "appSecret"
  4797. },
  4798. "appid": {
  4799. "type": "string",
  4800. "example": "appid"
  4801. },
  4802. "token": {
  4803. "type": "string",
  4804. "example": "消息校验Token"
  4805. }
  4806. }
  4807. }
  4808. },
  4809. "securityDefinitions": {
  4810. "MasterID": {
  4811. "type": "apiKey",
  4812. "name": "MasterID",
  4813. "in": "header"
  4814. }
  4815. }
  4816. }