5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
|
const http = uni.$u.http
|
||
|
|
||
|
export const getShareCode = params =>
|
||
|
http.get('/member/api/share/get-shared-img', { params })
|