Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 514 Bytes

alibaba_aliqin_fc_flow_grade.md

File metadata and controls

32 lines (22 loc) · 514 Bytes

流量直充档位表

\Flc\Alidayu\Requests\AlibabaAliqinFcFlowGrade

1. 官方文档

http://open.taobao.com/docs/api.htm?apiId=26312

2. 参数、方法

3. 使用

<?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));
?>