@@ -49,4 +49,11 @@ interface AliOssServiceInterface
*/
public function deleteObject($object): bool;
+ /**
+ * 创建OSS上传临时凭证
+ *
+ * @return array
+ */
+ public function createPutSTS(): array;
+
}