wxapp.php 352 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * 模块接口
  4. *
  5. * @author 泸州市音速科技有限公司
  6. * @url https://www.rryong.cn
  7. */
  8. error_reporting(0);
  9. defined('IN_IA') or exit('Access Denied');
  10. class Wike_chatgptModuleWxapp extends WeModuleWxapp
  11. {
  12. public function __call()
  13. {
  14. header("Location:/addons/wike_chatgpt/public/index.php");
  15. }
  16. }