File "IAcsClient.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/lib/Core/IAcsClient.php
File size: 90 bytes
MIME-type: --
Charset: utf-8
<?php
namespace Aliyun\Core;
interface IAcsClient
{
public function doAction($requst);
}