|
@@ -50,6 +50,8 @@ class UserOrder extends Model
|
|
'from_addr'=>'json',
|
|
'from_addr'=>'json',
|
|
'to_addr'=>'json',
|
|
'to_addr'=>'json',
|
|
'refund_images'=>'array',
|
|
'refund_images'=>'array',
|
|
|
|
+ 'created_at'=>'datetime',
|
|
|
|
+ 'pay_time'=>'datetime',
|
|
];
|
|
];
|
|
const FREIGHT_FAST='fast';#快车
|
|
const FREIGHT_FAST='fast';#快车
|
|
const FREIGHT_AIR='air';#空运
|
|
const FREIGHT_AIR='air';#空运
|