|
|
@ -20,7 +20,7 @@ class OrderStatus |
|
|
const REFUNDED = 7; //退款完成
|
|
|
const REFUNDED = 7; //退款完成
|
|
|
const SUCCESS = 16; //已完成
|
|
|
const SUCCESS = 16; //已完成
|
|
|
|
|
|
|
|
|
public static function array() |
|
|
|
|
|
|
|
|
public static function array(): array |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
self::CANCEL => '已取消', |
|
|
self::CANCEL => '已取消', |
|
|
|