This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zhangbj
/
web
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
1
Değişiklik İstekleri
0
Sürümler
0
Wiki
Activity
2
İşlemeler
1
Dallar
Ağaç:
97d25c38f3
master
Dallar
Biçim İmleri
${ item.name }
Create branch
${ searchTerm }
from '97d25c38f3'
${ noResults }
web
/
app
/
Libs
/
Aliyun
/
Core
/
IAcsClient.php
IAcsClient.php
90B
Geçmiş
Ham
1
2
3
4
5
6
7
<?php
namespace Aliyun\Core;
interface IAcsClient
{
public function doAction($requst);
}