|
@@ -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()];
|