随笔分类 -  ThinkPHP5

常见问题
摘要:参考一:ip-api.com/json/?lang=zh-CN&&ip=0.0.0.0 $ip = $request->ip(); $url = 'http://ip-api.com/json/?lang=zh-CN&&ip='.$ip; $result = file_get_contents($u 阅读全文
posted @ 2020-09-07 16:20 笃行~ 阅读(340) 评论(0) 推荐(0)
摘要:一步:安装邮件拓展 composer require phpmailer/phpmailer 二步:在common.php中配置 function send_mail($tomail, $name, $subject = '', $body = '', $attachment = null) { $ 阅读全文
posted @ 2020-09-01 09:03 笃行~ 阅读(169) 评论(0) 推荐(0)
摘要:一、问题: The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this 阅读全文
posted @ 2020-06-11 09:27 笃行~ 阅读(1365) 评论(0) 推荐(0)