Update jd_dreamFactory.js

This commit is contained in:
lxk0301
2020-12-24 07:46:21 +08:00
committed by GitHub
parent b0095f0a6e
commit f1c30950c2

View File

@@ -978,7 +978,7 @@ function QueryTuan(activeId, tuanId) {
function CreateTuan() {
return new Promise((resolve) => {
const options = {
'url': `https://m.jingxi.com/dreamfactory/tuan/CreateTuan?activeId=${escape(tuanActiveId)}&isOpenApp=1&_time=${Date.now()}&_=${Date.now()}&sceneval=2&g_login_type=1`,
'url': `https://m.jingxi.com/dreamfactory/tuan/CreateTuan?activeId=${escape(tuanActiveId)}&isOpenApp=2&_time=${Date.now()}&_=${Date.now()}&sceneval=2&g_login_type=1`,
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",