<?php namespace Yxy\Service; interface AliStsServiceInterface { /** * 创建OSS上传凭证 * * @return array */ public function createOssPut(): array; }