作者 lyh

gx

@@ -143,4 +143,9 @@ class UpgradeProjectCount extends Command @@ -143,4 +143,9 @@ class UpgradeProjectCount extends Command
143 return $arr; 143 return $arr;
144 } 144 }
145 145
  146 + public function inquiry($url){
  147 + $url = 'https://form.globalso.com/api/external-interface/country_con/15243d63ed5a5738?
  148 + domain=https://'.$url.'/&token=155bba7432b134d61b99da1088228e01&source=1,2,3,4&model=month&sta_date=2024-01';
  149 + }
  150 +
146 } 151 }
@@ -51,7 +51,7 @@ class UpdateRoute extends Command @@ -51,7 +51,7 @@ class UpdateRoute extends Command
51 */ 51 */
52 public function handle(){ 52 public function handle(){
53 $projectModel = new Project(); 53 $projectModel = new Project();
54 - $list = $projectModel->list(['id'=>569]); 54 + $list = $projectModel->list(['id'=>209]);
55 foreach ($list as $v){ 55 foreach ($list as $v){
56 echo date('Y-m-d H:i:s') . 'project_id:'.$v['id'] . PHP_EOL; 56 echo date('Y-m-d H:i:s') . 'project_id:'.$v['id'] . PHP_EOL;
57 ProjectServer::useProject($v['id']); 57 ProjectServer::useProject($v['id']);