Browse Source

社媒对接

moshaorui 12 hours ago
parent
commit
e628ed6da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Smm/TwitterService.php

+ 1 - 1
app/Services/Smm/TwitterService.php

@@ -131,7 +131,7 @@ class TwitterService implements SmmPlatformInterface
                     ]
                 ];
             } else {
-                return ['status' => false, 'data' => '发布失败'];
+                return ['status' => false, 'data' => $mediaResult['message']];
             }
         } catch (\Exception $e) {
             return ['status' => false, 'data' => $e->getMessage()];