"use strict"; const getScaleInfo = "scaleInfo"; const getScaleTitle = "subjectInfo/getSubjectByFlagV2"; const getResult = "result"; const queryPromotionBySubjectId = "api/promotionInfo/queryPromotionBySubjectId"; const getRecordById = "record/getWeiboRecordById"; exports.getRecordById = getRecordById; exports.getResult = getResult; exports.getScaleInfo = getScaleInfo; exports.getScaleTitle = getScaleTitle; exports.queryPromotionBySubjectId = queryPromotionBySubjectId;