fix
This commit is contained in:
@ -291,7 +291,7 @@ async function helpFriendsFeed() {
|
||||
function getFriends(currentPage = '1') {
|
||||
return new Promise(resolve => {
|
||||
let opt = {
|
||||
url: `//jdjoy.jd.com/common/pet/getFriends?itemsPerPage=20¤tPage=${currentPage * 1}&reqSource=h5`,
|
||||
url: `//jdjoy.jd.com/common/pet/h5/getFriends?itemsPerPage=20¤tPage=${currentPage * 1}&reqSource=h5`,
|
||||
// url: `//draw.jdfcloud.com/common/pet/getPetTaskConfig?reqSource=h5`,
|
||||
method: "GET",
|
||||
data: {},
|
||||
|
Reference in New Issue
Block a user