summary refs log tree commit diff
path: root/_posts/2018-11-10-email-sender.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2018-11-10-email-sender.md')
-rw-r--r--_posts/2018-11-10-email-sender.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-11-10-email-sender.md b/_posts/2018-11-10-email-sender.md
index a178c14..ee23ac9 100644
--- a/_posts/2018-11-10-email-sender.md
+++ b/_posts/2018-11-10-email-sender.md
@@ -13,7 +13,7 @@ tags: [免费, 邮件, 日报, 心得]
 到我的邮箱了……
 
 # 代码
-``` PHP
+```php
 <?php
 function curl_post_https($url,$data){ // 模拟提交数据函数
     $curl = curl_init(); // 启动一个CURL会话