| 1234567891011121314151617 |
- <?php
- return [
- 'labels' => [
- 'WalletAddress' => 'WalletAddress',
- 'wallet-address' => 'WalletAddress',
- ],
- 'fields' => [
- 'user_id' => '用户id',
- 'type' => '地址类型 1:URAUS 2:BNB 3:USDT',
- 'status' => '状态 0删除 1生效',
- 'create_at' => '创建时间',
- 'update_at' => '更新时间',
- 'delete_at' => '删除时间',
- ],
- 'options' => [
- ],
- ];
|