|
@@ -36,6 +36,7 @@ class ExtensionPaymentModel extends Model
|
|
|
protected array $type = [
|
|
protected array $type = [
|
|
|
'biz_type' => PaymentBizEnum::class,
|
|
'biz_type' => PaymentBizEnum::class,
|
|
|
'status' => PaymentStatusEnum::class,
|
|
'status' => PaymentStatusEnum::class,
|
|
|
|
|
+ 'amount' => 'float',
|
|
|
'payment_param' => 'json',
|
|
'payment_param' => 'json',
|
|
|
'payment_result' => 'json',
|
|
'payment_result' => 'json',
|
|
|
];
|
|
];
|