| 123456789101112131415 |
- <?php
- return [
- 'labels' => [
- 'ShareConfig' => 'ShareConfig',
- 'share-config' => 'ShareConfig',
- ],
- 'fields' => [
- 'price' => '推荐奖励',
- 'withdraw_discount' => '提现手续费 百分比',
- 'withdraw_desc' => '提现说明',
- 'is_open' => '是否开启分销',
- ],
- 'options' => [
- ],
- ];
|