order.php 203 B

12345678
  1. <?php
  2. return [
  3. '待支付' => '待支付',
  4. '完成' => '完成',
  5. '冻结' => '冻结',
  6. '取消' => '取消',
  7. ];