This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jichaobo
/
laravel5.4-company-master
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
ca3275aa38
Ranting
Tag
master
laravel5.4-c...
/
app
/
Libs
/
Aliyun
/
Core
/
IAcsClient.php
IAcsClient.php
90 B
Riwayat
Mentahan
1
2
3
4
5
6
7
<?php
namespace Aliyun\Core;
interface IAcsClient
{
public function doAction($requst);
}