QianniuhuaController.class.php 548 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * lionfish 商城系统
  4. *
  5. * ==========================================================================
  6. * @link http://www.liofis.com/
  7. * @copyright Copyright (c) 2015 liofis.com.
  8. * @license http://www.liofis.com/license.html License
  9. * ==========================================================================
  10. *
  11. * @author fish
  12. *
  13. */
  14. namespace Home\Controller;
  15. class QianniuhuaController extends CommonController {
  16. public function notify()
  17. {
  18. echo json_encode( ['code' => 0]);
  19. die();
  20. }
  21. }