ContactsController.php 204 B

12345678910111213
  1. <?php
  2. namespace app\index\controller\kefu;
  3. use think\exception\ValidateException;
  4. class ContactsController extends Base
  5. {
  6. function info()
  7. {
  8. return $this->json($this->userInfo);
  9. }
  10. }