Commit 717a623e by haojie[

1

parent 10201a63
...@@ -14,13 +14,13 @@ class InscriptionTrading extends Model ...@@ -14,13 +14,13 @@ class InscriptionTrading extends Model
protected $fillable = [ protected $fillable = [
'inscription', 'inscription',
'original_amount', 'original_amount',
'admin_account', 'sell_admin_account',
'buy_admin_account',
'sell_fee', 'sell_fee',
'sell_fee_amount', 'sell_real_amount',
'buy_fee', 'buy_fee',
'buy_fee_amount', 'buy_real_amount',
'status', 'status',
'sell_admin_account',
'seller_status', 'seller_status',
'buyer_status', 'buyer_status',
'seller_transfer_inscription_hash', 'seller_transfer_inscription_hash',
...@@ -28,7 +28,8 @@ class InscriptionTrading extends Model ...@@ -28,7 +28,8 @@ class InscriptionTrading extends Model
'seller_cancel_hash', 'seller_cancel_hash',
'buyer_pay_hash', 'buyer_pay_hash',
'buyer_receive_inscription_hash', 'buyer_receive_inscription_hash',
'seller_address' 'seller_address',
'buyer_address'
]; ];
// 数组 // 数组
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment