芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Models/VirtualCard.php
'integer', 'card_id' => 'string', 'name' => 'string', 'account_id' => 'string', 'card_hash' => 'string', 'card_pan' => 'string', 'masked_card' => 'string', 'cvv' => 'string', 'expiration' => 'string', 'card_type' => 'string', 'name_on_card' => 'string', 'callback' => 'string', 'ref_id' => 'string', 'secret' => 'string', 'city' => 'string', 'state' => 'string', 'zip_code' => 'string', 'address' => 'string', 'amount' => 'double', 'currency' => 'string', 'bg' => 'string', 'charge' => 'double', 'is_active' => 'integer', 'funding' => 'integer', 'terminate' => 'integer', ]; public function user() { return $this->belongsTo(User::class); } }