scan_permission.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. // 当面付模式
  8. return [
  9. [
  10. 'key' => 'setting',
  11. 'title' => '系统',
  12. 'children' => [
  13. [
  14. 'key' => 'unionShopSetting',
  15. 'title' => '联盟店铺',
  16. ],
  17. [
  18. 'key' => 'SettingVoiceBroadcast',
  19. 'title' => '收款播报设置',
  20. ],
  21. ]
  22. ],
  23. [
  24. 'key' => 'userManage',
  25. 'title' => '用户',
  26. 'children' => [
  27. [
  28. 'key' => 'userManagement',
  29. 'title' => '用户管理',
  30. 'children' => [
  31. [
  32. 'key' => 'userManagementView',
  33. 'title' => '查看',
  34. 'type' => 'action',
  35. ],
  36. [
  37. 'key' => 'userManagementDetails',
  38. 'title' => '用户详情',
  39. 'children' => [
  40. [
  41. 'key' => 'userManagementDetailsEditUser',
  42. 'title' => '编辑用户',
  43. 'type' => 'action',
  44. ],
  45. [
  46. 'key' => 'userManagementDetailsSetProperty',
  47. 'title' => '设置积分/余额',
  48. 'type' => 'action',
  49. ],
  50. ],
  51. ]
  52. ],
  53. ],
  54. [
  55. 'key' => 'memberManage',
  56. 'title' => '会员等级',
  57. 'children' => [
  58. [
  59. 'key' => 'memberLevel',
  60. 'title' => '会员等级',
  61. 'children' => [
  62. [
  63. 'key' => 'memberLevelAdd',
  64. 'title' => '添加',
  65. 'type' => 'action',
  66. ],
  67. [
  68. 'key' => 'memberLevelEdit',
  69. 'title' => '编辑',
  70. 'type' => 'action',
  71. ],
  72. [
  73. 'key' => 'memberLevelDelete',
  74. 'title' => '删除',
  75. 'type' => 'action',
  76. ],
  77. ],
  78. ],
  79. [
  80. 'key' => 'levelOrderList',
  81. 'title' => '购买记录'
  82. ],
  83. ],
  84. ],
  85. ]
  86. ],
  87. [
  88. 'key' => 'orderManage',
  89. 'title' => '订单',
  90. 'children' => [
  91. [
  92. 'key' => 'orderScanList',
  93. 'title' => '当面付订单',
  94. ],
  95. ]
  96. ],
  97. [
  98. 'key' => 'storeProfit',
  99. 'title' => '财务',
  100. 'children' => [
  101. [
  102. 'key' => 'storeAccount',
  103. 'title' => '结算账户',
  104. ],
  105. [
  106. 'key' => 'storeCash',
  107. 'title' => '结算提现',
  108. ],
  109. [
  110. 'key' => 'profitSharingRecord',
  111. 'title' => '分账记录'
  112. ],
  113. ]
  114. ],
  115. [
  116. 'key' => 'channel',
  117. 'title' => '渠道/端口',
  118. 'children' => [
  119. [
  120. 'key' => 'appletManagementWechat',
  121. 'title' => '微信小程序',
  122. 'children' => [
  123. [
  124. 'key' => 'payIncoming',
  125. 'title' => '支付进件'
  126. ]
  127. ]
  128. ],
  129. [
  130. 'key' => 'appletManagementAlipay',
  131. 'title' => '支付宝小程序',
  132. 'children' => [
  133. [
  134. 'key' => 'miniConfigAlipay',
  135. 'title' => '小程序管理'
  136. ],
  137. ]
  138. ],
  139. ]
  140. ],
  141. [
  142. 'key' => 'marketingManage',
  143. 'title' => '应用',
  144. 'children' => [
  145. [
  146. 'key' => 'marketingCategory',
  147. 'title' => '营销类',
  148. 'children' => [
  149. [
  150. 'key' => 'saasAllianceCoupon',
  151. 'title' => '联盟券',
  152. ],
  153. ]
  154. ],
  155. [
  156. 'key' => 'toolCategory',
  157. 'title' => '工具类',
  158. 'children' => [
  159. [
  160. 'key' => 'scanCodePay',
  161. 'title' => '收款码',
  162. 'children' => [
  163. [
  164. 'key' => 'scanCodePayConfig',
  165. 'title' => '收款码设置',
  166. ]
  167. ],
  168. ],
  169. ],
  170. ],
  171. [
  172. 'key' => 'thirdCategory',
  173. 'title' => '第三方',
  174. 'children' => [
  175. [
  176. 'key' => 'saasAdapay',
  177. 'title' => '汇付支付',
  178. ],
  179. [
  180. 'key' => 'saasYunst',
  181. 'title' => '通联支付',
  182. ],
  183. ],
  184. ],
  185. ],
  186. ],
  187. ];