Browse Source

社媒对接

moshaorui 1 tuần trước cách đây
mục cha
commit
e628ed6da0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()];