config.php 90 B

12345
  1. <?php
  2. return array(
  3. '订单状态_待开户' => 0,
  4. '订单状态_已开户' => 1,
  5. );