Kefu.php 241 B

123456789101112
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. namespace app\constants;
  8. class Kefu
  9. {
  10. const API_HOST = 'https://im.cyyvip.com';
  11. }