Orders.php
304 Bytes
<?php
header("Content-type: text/html; charset=utf-8");
/**
* order 订单
* User: elkan
* Date: 2014-7-29
* Time: PM2:30
*/
class YHMApi_App_V2_Orders extends YHMApi_App_V1_Orders {
/**
* 获取已售订单列表
* @param array $params
* @param string $fields
*/
}
?>