index.js 473 B

1234567891011
  1. "use strict";
  2. const getScaleInfo = "scaleInfo";
  3. const getScaleTitle = "subjectInfo/getSubjectByFlagV2";
  4. const getResult = "result";
  5. const queryPromotionBySubjectId = "api/promotionInfo/queryPromotionBySubjectId";
  6. const getRecordById = "record/getWeiboRecordById";
  7. exports.getRecordById = getRecordById;
  8. exports.getResult = getResult;
  9. exports.getScaleInfo = getScaleInfo;
  10. exports.getScaleTitle = getScaleTitle;
  11. exports.queryPromotionBySubjectId = queryPromotionBySubjectId;