update2020-5-9 12:23:36
This commit is contained in:
23
extend/com/Version.php
Normal file
23
extend/com/Version.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2013 http://www.tensent.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: colin <colin@tensent.cn> <http://www.tensent.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace com;
|
||||
|
||||
use GuzzleHttp\Client;
|
||||
|
||||
/**
|
||||
* @title 版本管理
|
||||
* @description 版本管理类
|
||||
*/
|
||||
class Version{
|
||||
|
||||
public static function check(){
|
||||
$client = new Client();
|
||||
$res = $client->request('POST', 'http://www.tensent.cn/api/version/index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user