index-api.js 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * Created by TaoHuang on 2016/6/21. */ 'use strict'; const serviceAPI = global.yoho.ServiceAPI; module.exports.getResourceAsync = (resourceCode) => { return serviceAPI.get('/operations/api/v5/resource/get', { content_code: resourceCode }); };