yyuap-ref
Version:
cloud os fe ref project which is based on tinper
14 lines (10 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getList = undefined;
var _utils = require('../utils');
//const config = 'http://workbench.yyuap.com/ref/diwork/iref_ctr';
var getList = exports.getList = function getList(url, parm) {
return (0, _utils.fetchJ)(url, parm);
};