Browse Source

增加返回类型array

dev
李可松 4 years ago
parent
commit
47541f4172
  1. 2
      app/Common/OrderStatus.php

2
app/Common/OrderStatus.php

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

Loading…
Cancel
Save