ip.php 196 B

1234567
  1. <?php
  2. //状态码
  3. return [
  4. 'cs' => 'http://121.36.142.167:7774/', //测试
  5. 'zs' => 'http://122.112.250.253:7774/', //正式
  6. 'zslf' => 'https://gzy.qingyaokeji.com/', //正式朗峰
  7. ];