|
|
@@ -320,7 +320,7 @@ class UserBillController
|
|
|
if (strpos($avatarUrl, 'http') !== 0) {
|
|
|
$avatarUrl = rtrim($siteUrl, '/', '\\') . '/' . ltrim($avatarUrl, '/');
|
|
|
}
|
|
|
- $posterWidth = 760; // 公众号海报标准宽,实际调整
|
|
|
+ $posterWidth = 783; // 公众号海报标准宽,实际调整
|
|
|
$fontBoldPath = $rootPath . 'public' . DS . $filelink['Bold']; // 注意:原代码两个text都Bold
|
|
|
// 昵称宽高 (Bold, 50pt)
|
|
|
$nickname = $user['nickname'];
|