status.php 468 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Created by PhpStorm
  4. * User:林志杰
  5. * Email:[email protected]
  6. * Motto:纵有疾风起,人生不言弃!
  7. * Time:2020/1/2 22:35
  8. */
  9. return [
  10. "success" => 1,
  11. "error" => 0,
  12. "not_login" => -1,
  13. "user_is_register" => -2,
  14. "action_not_fund" => -3,
  15. "controller_not_fund" => -4,
  16. "mysql" => [
  17. "table_normal" => 1, // 正常
  18. "table_pedding" => 0, // 待审核
  19. "table_delete" => 99, // 删除
  20. ]
  21. ];