favorite-product-service.js 205 Bytes
/**
 * Created by TaoHuang on 2016/6/13.
 */

'use strict';

const favoriteProductAPI = require('./favorite-product-api');

module.exports.getUidProductFavAsync = favoriteProductAPI.getUidProductFavAsync;