share-config.php 357 B

123456789101112131415
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ShareConfig' => 'ShareConfig',
  5. 'share-config' => 'ShareConfig',
  6. ],
  7. 'fields' => [
  8. 'price' => '推荐奖励',
  9. 'withdraw_discount' => '提现手续费 百分比',
  10. 'withdraw_desc' => '提现说明',
  11. 'is_open' => '是否开启分销',
  12. ],
  13. 'options' => [
  14. ],
  15. ];