jd_city.js
This commit is contained in:
@@ -129,7 +129,7 @@ function taskPostUrl(functionId,body) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
function getInfo(inviteId, flag = false) {
|
function getInfo(inviteId, flag = false) {
|
||||||
let body = {"lbsCity":"12","realLbsCity":"904","inviteId":inviteId,"headImg":"","userName":""}
|
let body = {"lbsCity":"19","realLbsCity":"1601","inviteId":inviteId,"headImg":"","userName":""}
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
$.post(taskPostUrl("city_getHomeData",body), async (err, resp, data) => {
|
$.post(taskPostUrl("city_getHomeData",body), async (err, resp, data) => {
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user