IAcsClient.php 90 Bytes
Newer Older
冯超鹏's avatar
冯超鹏 committed
1 2 3 4 5 6 7
<?php

namespace Aliyun\Core;
interface IAcsClient
{
	public function doAction($requst);
}