Lyerphd.php 314 B

123456789101112131415
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. class Lyerphd extends Lyapi_Controller
  4. {
  5. public function __construct()
  6. {
  7. parent::__construct();
  8. }
  9. public function shopofyhz(){
  10. $json_str = $this->input->raw_input_stream;
  11. var_dump($json_str);
  12. }
  13. }