edit-api-plan
This commit is contained in:
@@ -61,7 +61,7 @@ class Plan extends CI_Controller
|
||||
// $plan[] = array('url' => base_url(array('plan', 'syt', 'api_viewlog')), 'interval' => 1); //私域通直播间播放日志数据同步
|
||||
// $plan[] = array('url' => base_url(array('plan', 'syt', 'union_user')), 'interval' => 1); //直播数据关联用户
|
||||
$plan[] = array('url' => base_url(array('plan', 'syt', 'out_time')), 'interval' => 1); //订单过期
|
||||
$plan[] = array('url' => base_url(array('plan', 'syt', 'thApi')), 'interval' => 1); //私域通通知第三方脚本
|
||||
// $plan[] = array('url' => base_url(array('plan', 'syt', 'thApi')), 'interval' => 1); //私域通通知第三方脚本
|
||||
|
||||
$this->plan = $plan;
|
||||
}
|
||||
|
||||
@@ -538,6 +538,7 @@ class Syt extends CI_Controller
|
||||
}
|
||||
|
||||
public function thApi(){
|
||||
echo "stop this plan";exit;
|
||||
require_once COMMPATH . 'third_party/SytApi.php';
|
||||
$this->load->model('market/market_sylive_user_model', 'user_model');
|
||||
$this->load->model('market/market_sylive_order_model');
|
||||
|
||||
Reference in New Issue
Block a user