<?php namespace app\common\services\aliyun\Core; interface IAcsClient { public function doAction($requst); }