You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
463 B
16 lines
463 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'SubscribeRecord' => 'SubscribeRecord',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '会员ID',
|
|
'payment_amount' => '认购付款的币种数量',
|
|
'payment_currency' => '支付的币种',
|
|
'subscription_time' => '申购时间',
|
|
'subscription_currency_name' => '申购的币种名称',
|
|
'subscription_currency_amount' => '申购的币种数量',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|