特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
199 B

2 months ago
  1. // 积分相关接口
  2. const api = {
  3. // 每日签到获取积分
  4. addScoreBySign: {
  5. url: '/employ/score/addScoreBySign',
  6. method: 'POST',
  7. auth : true,
  8. limit : 1500,
  9. },
  10. }
  11. export default api