/**
 * Created by TaoHuang on 2016/6/14.
 */

'use strict';

const api = require('./detail-comment-api');

/**
 * 获取订单评论
 *
 * @param pid
 * @param page
 * @param size
 */
const getShareOrderListAsync = api.getShareOrderListAsync;

module.exports = {
    getShareOrderListAsync
};