edit-api-plan

This commit is contained in:
lccsw
2023-05-22 16:32:04 +08:00
parent 6b54922c88
commit 5ac2b693bc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;
}
+1
View File
@@ -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');