1234567891011121314151617181920 |
- <?php
- return [
- 'labels' => [
- 'ShareConfig' => 'ShareConfig',
- 'share-config' => 'ShareConfig',
- ],
- 'fields' => [
- 'price' => '推荐奖励',
- 'share_type' => '类型 1-百分比 2-固定',
- 'share_number' => '分销金额',
- 'type' => '类型 1-百分比 2-固定',
- 'withdraw_discount' => '提现手续费 百分比',
- 'withdraw_desc' => '提现说明',
- 'withdraw_min' => '最少提现额度',
- 'withdraw_max' => '每日提现上限',
- 'is_open' => '是否开启分销',
- ],
- 'options' => [
- ],
- ];
|