修复报错
This commit is contained in:
@@ -475,10 +475,10 @@ function followShop(shopId) {
|
||||
}
|
||||
function enterRoom() {
|
||||
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 reqSource = 'weapp';
|
||||
$.get(taskUrl(url, host, reqSource), (err, resp, data) => {
|
||||
$.post({...taskUrl(url, host, reqSource),body:'{}'}, (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log('\n京东宠汪汪: API查询请求失败 ‼️‼️')
|
||||
|
Reference in New Issue
Block a user