摘要:
# 单点检测 $this->verifySignLogin($admin->id, $params['mobile'], $token); /** * @param $uid * @param $token */ private function verifySignLogin($uid, $mob 阅读全文
摘要:
/** * @return \think\response\Json */ public function upload() { // 获取上传的文件 $file = Request::file('link'); $savePath = $this->imagIckCompress($file); 阅读全文
摘要:
public function httpTest() { $url = "自己可以写一个模拟地址,例如下面的 httpTest2 先让他挂起一定的时间,timeout设置超时时间,如果超过timeout的时间 会自动抛出异常,去发短信等..."; $client = new Client(); tr 阅读全文