share-config.php 599 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ShareConfig' => 'ShareConfig',
  5. 'share-config' => 'ShareConfig',
  6. ],
  7. 'fields' => [
  8. 'price' => '推荐奖励',
  9. 'share_type' => '类型 1-百分比 2-固定',
  10. 'share_number' => '分销金额',
  11. 'type' => '类型 1-百分比 2-固定',
  12. 'withdraw_discount' => '提现手续费 百分比',
  13. 'withdraw_desc' => '提现说明',
  14. 'withdraw_min' => '最少提现额度',
  15. 'withdraw_max' => '每日提现上限',
  16. 'is_open' => '是否开启分销',
  17. ],
  18. 'options' => [
  19. ],
  20. ];