api.php 275 B

12345678910111213
  1. <?php
  2. return [
  3. '1002'=> 'success',
  4. '1003'=> 'failed',
  5. '1004'=> 'not login',
  6. '1005'=> 'Illegal access',
  7. '1006'=> 'Illegal operation',
  8. '1007'=> 'Save failed',
  9. '1008'=> 'Saved successfully',
  10. '1009'=> 'not data',
  11. '1010'=> 'Data obtained',
  12. ];