qiushang 1 周之前
父节点
当前提交
a772974c1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Api/WechatOfficialController.php

+ 1 - 1
app/Http/Api/WechatOfficialController.php

@@ -129,7 +129,7 @@ class WechatOfficialController extends HttpBaseController
         }
 
         $nickname = '未命名'; // 对应微信的 nickname
-        $avatar = 'https://www.xingyousoft.com/static/images/softlogo.png'; // 头像网址
+        $avatar = 'https://www.xingyousoft.com/static/images/softlogo.jpeg'; // 头像网址
         $unionid = $userInfo['unionid'] ?? '';
         $wxInfo = $userInfo;