shantao / tool
There is no license information available for the latest version (1.3.3) of this package.
工具包
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.3.3
2021-03-25 10:24 UTC
Requires
- php: >=7.0
- curl/curl: 2.3.0
- elasticsearch/elasticsearch: 7.4.0
- khanamiryan/qrcode-detector-decoder: 1.0.4
- php-amqplib/php-amqplib: 2.12.1
- phpoffice/phpspreadsheet: 1.15.0
- qiniu/php-sdk: 7.3.0
README
##权限:
#####用户登录 AdminAuth::login($userName,$userPassword,$userProjectId);返回token
#####判断用户权限 AdminAuth::checkUserAuth($path,$token);返回true、false
#####获取当前用户所有权限 AdminAuth::getAuth($token);返回树形结构权限
##基础功能
#####上传文件 UploadTool::uploadFile($file,$filename='');返回文件路径
#####httpGet请求 HttpCurl::getCurl(string $url,array $params=[],array $headers=[]);返回结果
#####httpPost请求 HttpCurl::postCurl($url,$params=[],$headers=[],$asJson=true);返回结果
#####推送mq信息 MqService::pushMessage($message,$queueName);
#####企微报警 QiWeiTool::sendMessageToBaoJing("报警信息");