190
jd_car_exchange.js
Normal file
190
jd_car_exchange.js
Normal file
File diff suppressed because one or more lines are too long
@@ -475,10 +475,10 @@ function followShop(shopId) {
|
|||||||
}
|
}
|
||||||
function enterRoom() {
|
function enterRoom() {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
const url = `${weAppUrl}/enterRoom?reqSource=weapp`;
|
const url = `${weAppUrl}/enterRoom/h5?reqSource=weapp&invitePin=&openId=`;
|
||||||
const host = `draw.jdfcloud.com`;
|
const host = `draw.jdfcloud.com`;
|
||||||
const reqSource = 'weapp';
|
const reqSource = 'weapp';
|
||||||
$.get(taskUrl(url, host, reqSource), (err, resp, data) => {
|
$.post({...taskUrl(url, host, reqSource),body:'{}'}, (err, resp, data) => {
|
||||||
try {
|
try {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.log('\n京东宠汪汪: API查询请求失败 ‼️‼️')
|
console.log('\n京东宠汪汪: API查询请求失败 ‼️‼️')
|
||||||
|
Reference in New Issue
Block a user