sell_config.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?php
  2. $home_top_type = array
  3. (
  4. 1 => '显示',
  5. 2 => '不显示',
  6. );
  7. $duihuan = array
  8. (
  9. 1 => '第一步:授权登录',
  10. 2 => '第二步:绑定厨人E卡',
  11. 3 => '第三步:购买商品',
  12. );
  13. return array
  14. (
  15. # 表名
  16. 'name' => 'sell_config',
  17. # 显示给用户看的名称
  18. 'lang' => '零售小程序信息',
  19. 'order' => 1,
  20. # 数据结构
  21. 'struct' => array
  22. (
  23. 'id' => array
  24. (
  25. 'type' => 'int-11',
  26. 'name' => '平台ID',
  27. 'default' => '',
  28. 'desc' => '',
  29. 'match' => 'is_numeric',
  30. ),
  31. 'name' => array
  32. (
  33. 'type' => 'varchar-32',
  34. 'name' => '小程序名称',
  35. 'default' => '',
  36. 'desc' => '小程序名称',
  37. 'match' => 'is_string',
  38. 'update' => 'text',
  39. ),
  40. 'info' => array
  41. (
  42. 'type' => 'varchar-1000',
  43. 'name' => '小程序业务描述',
  44. 'default' => '',
  45. 'desc' => '小程序业务描述',
  46. 'match' => 'option',
  47. 'update' => 'textarea',
  48. ),
  49. 'logo' => array
  50. (
  51. 'type' => 'varchar-150',
  52. 'name' => '小程序LOGO',
  53. 'default' => '',
  54. 'desc' => '小程序LOGO',
  55. 'match' => 'option',
  56. 'update' => 'image',
  57. 'key' => '1',
  58. 'place' => '150',
  59. ),
  60. 'applet' => array
  61. (
  62. 'type' => 'varchar-150',
  63. 'name' => '小程序二维码',
  64. 'default' => '',
  65. 'desc' => '小程序二维码',
  66. 'match' => 'option',
  67. 'update' => 'image',
  68. 'key' => '1',
  69. 'place' => '150*150',
  70. ),
  71. 'card_name' => array
  72. (
  73. 'type' => 'varchar-150',
  74. 'name' => '礼品卡名称',
  75. 'default' => '厨人E卡',
  76. 'desc' => '礼品卡名称',
  77. 'match' => 'option',
  78. 'update' => 'text',
  79. ),
  80. 'card' => array
  81. (
  82. 'type' => 'varchar-150',
  83. 'name' => '礼品卡封面',
  84. 'default' => '',
  85. 'desc' => '礼品卡封面',
  86. 'match' => 'option',
  87. 'update' => 'image',
  88. 'key' => '1',
  89. 'place' => '672*386',
  90. ),
  91. 'per' => array
  92. (
  93. 'type' => 'int-11',
  94. 'name' => '平台佣金比例-输入1就是百分之1,分账时,平台自动从支付的金额里抽取1%的手续费',
  95. 'default' => '1',
  96. 'desc' => '平台佣金比例',
  97. 'match' => 'option',
  98. 'update' => 'text',
  99. ),
  100. 'cash' => array
  101. (
  102. 'type' => 'text-255',
  103. 'name' => '钱包提示',
  104. 'default' => '',
  105. 'desc' => '平台佣金比例',
  106. 'match' => 'option',
  107. 'update' => 'editor',
  108. ),
  109. 'cash_tx' => array
  110. (
  111. 'type' => 'int-11',
  112. 'name' => '钱包提现手续费-输入1就是百分之1',
  113. 'default' => '8',
  114. 'desc' => '钱包提现手续费',
  115. 'match' => 'option',
  116. 'update' => 'text',
  117. ),
  118. 'phone' => array
  119. (
  120. 'type' => 'varchar-100',
  121. 'name' => '客服电话',
  122. 'default' => '',
  123. 'desc' => '请输入客服电话',
  124. 'match' => 'option',
  125. 'update' => 'text',
  126. ),
  127. 'lingshou_name' => array
  128. (
  129. 'type' => 'varchar-32',
  130. 'name' => '零售小程序名称-有赞商城名称',
  131. 'default' => '',
  132. 'desc' => '零售小程序名称',
  133. 'match' => 'is_string',
  134. 'update' => 'text',
  135. ),
  136. 'lingshou_applet' => array
  137. (
  138. 'type' => 'varchar-150',
  139. 'name' => '零售小程序二维码',
  140. 'default' => '',
  141. 'desc' => '小程序二维码',
  142. 'match' => 'option',
  143. 'update' => 'image',
  144. 'key' => '1',
  145. 'place' => '150*150',
  146. ),
  147. 'duihuan_pic' => array
  148. (
  149. 'type' => 'varchar-150',
  150. 'name' => '兑换页说明图片',
  151. 'default' => '',
  152. 'desc' => '兑换页底部描述',
  153. 'match' => 'option',
  154. 'update' => 'image',
  155. 'key' => 1,
  156. ),
  157. 'duihuan' => array
  158. (
  159. 'type' => 'text-255',
  160. 'name' => '兑换页信息',
  161. 'default' => '',
  162. 'desc' => '兑换页信息',
  163. 'match' => 'is_string',
  164. 'option' => $duihuan,
  165. 'update' => array
  166. (
  167. array
  168. (
  169. 'col' => 'name',
  170. 'name' => '标题',
  171. 'default' => '',
  172. 'desc' => '标题',
  173. 'match' => 'is_string',
  174. 'update' => 'text',
  175. ),
  176. array
  177. (
  178. 'col' => 'pic',
  179. 'name' => '图片-为空则不显示,一般为做好的帮助提示图片',
  180. 'default' => '',
  181. 'desc' => '图片',
  182. 'match' => 'is_string',
  183. 'update' => 'image',
  184. 'key' => 1,
  185. ),
  186. array
  187. (
  188. 'col' => 'desc',
  189. 'name' => '描述-为空则不显示',
  190. 'default' => '',
  191. 'desc' => '描述',
  192. 'match' => 'is_string',
  193. 'update' => 'textarea',
  194. ),
  195. array
  196. (
  197. 'col' => 'button',
  198. 'name' => '按钮文字',
  199. 'default' => '',
  200. 'desc' => '按钮文字',
  201. 'match' => 'is_string',
  202. 'update' => 'text',
  203. ),
  204. ),
  205. ),
  206. 'duihuan_desc' => array
  207. (
  208. 'type' => 'varchar-1000',
  209. 'name' => '兑换页底部描述',
  210. 'default' => '',
  211. 'desc' => '兑换页底部描述',
  212. 'match' => 'option',
  213. 'update' => 'textarea',
  214. ),
  215. 'state' => array
  216. (
  217. 'type' => 'tinyint-1',
  218. 'name' => '状态',
  219. 'default' => '1',
  220. 'desc' => '请选择状态',
  221. 'match' => 'is_numeric',
  222. ),
  223. 'cdate' => array
  224. (
  225. 'type' => 'int-11',
  226. 'name' => '录入时间',
  227. 'match' => array('is_numeric', time()),
  228. 'desc' => '',
  229. # 只有insert时才生效
  230. 'insert' => true,
  231. ),
  232. ),
  233. 'default' => array
  234. (
  235. 'col' => 'name,info,cdate',
  236. 'value' => array
  237. (
  238. '"零售小程序","零售小程序",' . time(),
  239. ),
  240. ),
  241. 'manage' => array
  242. (
  243. # 后台管理不要列表页
  244. 'list' => 'update',
  245. ),
  246. );