修复回复media_id
This commit is contained in:
parent
b9f055e052
commit
7dedec17d9
@ -33,7 +33,7 @@ class WechatReplyRepository extends CatchRepository
|
||||
$material = WeChat::officialAccount()->material;
|
||||
|
||||
$mediaUrl = $this->getLocalPath($data['media_url'] ?? '');
|
||||
$imageUrl = $this->getLocalPath($data['imageUrl'] ?? '');
|
||||
$imageUrl = $this->getLocalPath($data['image_url'] ?? '');
|
||||
|
||||
if ($imageUrl) {
|
||||
// 音乐
|
||||
|
Loading…
x
Reference in New Issue
Block a user