wallet-address.php 435 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'WalletAddress' => 'WalletAddress',
  5. 'wallet-address' => 'WalletAddress',
  6. ],
  7. 'fields' => [
  8. 'user_id' => '用户id',
  9. 'type' => '地址类型 1:URAUS 2:BNB 3:USDT',
  10. 'status' => '状态 0删除 1生效',
  11. 'create_at' => '创建时间',
  12. 'update_at' => '更新时间',
  13. 'delete_at' => '删除时间',
  14. ],
  15. 'options' => [
  16. ],
  17. ];