選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

autoCreateProtocolFee.php 401 B

3年前
1234567891011121314
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * 挂靠协议 每天自动生成挂靠费用
  5. * User: wangxj
  6. * Date: 2017/3/12
  7. * Time: 13:25
  8. */
  9. define('ROOT_PATH', dirname(__DIR__)); //项目根目录
  10. require_once ROOT_PATH . '/Common/zzfxUtils.class.php'; //引入工具类
  11. $res = zzcsUtils::httpRequest('http://dllfo.zhizhuchuxing.com/motorcade/auto/auto-create-protocol');
  12. zzcsUtils::writeLog($res);