作者 魏强
1 个管道 的构建 通过 耗费 0 秒
@@ -4,3 +4,4 @@ @@ -4,3 +4,4 @@
4 .settings 4 .settings
5 .idea 5 .idea
6 composer.lock 6 composer.lock
  7 +data/runtime/cache/c1/4bdd3071f2fb157aceabb720495fd0.php
  1 +# 定义 stages
  2 +stages:
  3 + - pull
  4 +
  5 +# 定义 job
  6 +job1:
  7 + stage: pull
  8 + script:
  9 + - cd /alidata/www/w/caiji/
  10 + - git pull
@@ -24,6 +24,7 @@ class IndexController extends HomeBaseController @@ -24,6 +24,7 @@ class IndexController extends HomeBaseController
24 24
25 public function caiji(){ 25 public function caiji(){
26 $param=$this->request->param('url'); 26 $param=$this->request->param('url');
  27 + dump($param);
27 $rules1 = array( 28 $rules1 = array(
28 //采集标题 29 //采集标题
29 'header' => array(':header','text'), 30 'header' => array(':header','text'),
  1 +<?php return array (
  2 + 'wechat' =>
  3 + array (
  4 + 'origin_id' => 'gh_bef62bd5831f',
  5 + 'debug' => true,
  6 + 'app_id' => 'wx44ea987d97dcc17b',
  7 + 'secret' => 'b7099625d2064af384814815fe105069',
  8 + 'token' => 'helloetsy',
  9 + 'aes_key' => 'aCn9BPZVSdgDrBNLmQJasYlvHXlDnkVh0XKeI3bAVs9',
  10 + 'log' =>
  11 + array (
  12 + 'level' => 'debug',
  13 + 'permission' => 511,
  14 + 'file' => '../data/runtime/log/easywechat.log',
  15 + ),
  16 + 'oauth' =>
  17 + array (
  18 + 'scopes' =>
  19 + array (
  20 + 0 => 'snsapi_userinfo',
  21 + ),
  22 + 'callback' => '/examples/oauth_callback.php',
  23 + ),
  24 + 'payment' =>
  25 + array (
  26 + 'merchant_id' => '1502905831',
  27 + 'key' => '458f7451b8ac8b3d9b64e347af8cde17',
  28 + 'cert_path' => ROOT_PATH.'data/cert/apiclient_cert.pem',
  29 + 'key_path' => ROOT_PATH.'data/cert/apiclient_key.pem',
  30 + ),
  31 + 'guzzle' =>
  32 + array (
  33 + 'timeout' => 3,
  34 + ),
  35 + ),
  36 + 'domain' =>
  37 + array (
  38 + 'url' => 'http://v.wj090.com',
  39 + 'bizid' => '11805',
  40 + 'appid' => '1253387319',
  41 + 'fangkey' => '01f6ba87fe4f4172f5bca13ae5a038a5',
  42 + 'apikey' => '2b16060ae9f66005fae0be1adaee9c9b',
  43 + ),
  44 + 'sms' =>
  45 + array (
  46 + 'key' => '',
  47 + 'secret' => '',
  48 + ),
  49 + 'ali' =>
  50 + array (
  51 + 'videohost' => 'rtmp://video-center.alivecdn.com',
  52 + 'appName' => 'AppName',
  53 + 'streamName' => 'StreamName',
  54 + 'privateKey' => 'odFHSYiN3O',
  55 + 'vhost' => 'push.elives.com.cn',
  56 + ),
  57 +);