@@ -9,7 +9,7 @@ class Recharge extends BaseModel
protected $table = 'recharges';
// protected $fillable = ['member_id', 'confirmations', 'coin', 'txid','block_time','block_height' ,'net' ,'coin' ,'amount' ,'to_address' ,'from_address' ,'status'];
-
+ protected $hidden = [];
const STATUS_STAY = 0;
const STATUS_SUCCESS = 1;
const STATUS_FAIL = 2;