LFPay app项目
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
247 B

import upload from '@/utils/upload'
import request from '@/utils/request'
// 查询登录用户的好友列表
export function getUserProfile(data) {
return request({
url: '/appUserFriend/listByUser',
method: 'get',
params:data
})
}