mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 08:09:19 +08:00
修正图片类型接口不显示的问题
This commit is contained in:
parent
7e47762ba1
commit
c19b8996c9
@ -60,9 +60,9 @@ class PushDeerMessageController extends Controller
|
||||
$validated['type'] = 'markdown';
|
||||
}
|
||||
|
||||
if (strtolower($validated['type'])=='image') {
|
||||
$validated['text'] = '[图片]';
|
||||
}
|
||||
// if (strtolower($validated['type'])=='image') {
|
||||
// $validated['text'] = '[图片]';
|
||||
// }
|
||||
|
||||
$key = PushDeerKey::where('key', $validated['pushkey'])->get()->first();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user