IAcsClient.php 90B

1234567
  1. <?php
  2. namespace Aliyun\Core;
  3. interface IAcsClient
  4. {
  5. public function doAction($requst);
  6. }