\Flc\Alidayu\Requests\AlibabaAliqinFcFlowGrade
http://open.taobao.com/docs/api.htm?apiId=26312
无
<?php
use Flc\Alidayu\Client;
use Flc\Alidayu\App;
use Flc\Alidayu\Requests\AlibabaAliqinFcFlowGrade;
// 配置信息
$config = [
'app_key' => '*****',
'app_secret' => '************',
];
$client = new Client(new App($config));
$req = new AlibabaAliqinFcFlowGrade;
print_r($client->execute($req));
?>