12345678910111213141516 |
- <?php
- return [
- 'labels' => [
- 'PaymentConfig' => 'PaymentConfig',
- 'payment-config' => 'PaymentConfig',
- ],
- 'fields' => [
- 'title' => '标题',
- 'amount' => '充值金额',
- 'diamond' => '钻石',
- 'state' => '是否上架',
- 'sort' => '排序',
- ],
- 'options' => [
- ],
- ];
|