裂变星小程序-25.03.04
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.

11 lines
175 B

1 month ago
1 month ago
  1. // 首页相关接口
  2. const api = {
  3. submitPersonalSharing: {
  4. url: '/index_common/updateCartNum',
  5. method: 'POST',
  6. auth: true,
  7. debounce: 300,
  8. },
  9. }
  10. export default api