Index.php 275 B

12345678910111213
  1. <?php
  2. namespace app\index\controller;
  3. use think\Controller;
  4. use think\Log;
  5. class Index extends Controller
  6. {
  7. public function index() {
  8. $this->redirect('http://slb.dahengdian.com/jiaqiancaifu/jqcf_2.0.0_bojia_20180115094647_release_200_jiagu_sign.apk');
  9. }
  10. }