AliStsServiceInterface.php 183 B

12345678910111213
  1. <?php
  2. namespace Yxy\Service;
  3. interface AliStsServiceInterface
  4. {
  5. /**
  6. * 创建OSS上传凭证
  7. *
  8. * @return array
  9. */
  10. public function createOssPut(): array;
  11. }