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
445 B
16 lines
445 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'UserSubscribeRecord' => '申购',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户ID',
|
|
'payment_amount' => '认购付款币种数量',
|
|
'payment_currency' => '支付币种',
|
|
'subscription_time' => '申购时间',
|
|
'subscription_currency_name' => '申购币种名称',
|
|
'subscription_currency_amount' => '申购币种数量',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|