web-base-h5/config/share.js

5 lines
123 B
JavaScript
Raw Normal View History

2025-07-22 09:12:50 +08:00
const http = uni.$u.http
export const getShareCode = params =>
http.get('/member/api/share/get-shared-img', { params })