mirror of
https://github.com/zjk2017/ArcadiaScriptPublic.git
synced 2025-12-17 07:28:13 +08:00
Update 哈根达斯.js
This commit is contained in:
13
哈根达斯.js
13
哈根达斯.js
@@ -1,4 +1,15 @@
|
||||
//原作者文中有, ArcadiaScriptPublic 更新青龙抓的参数 hgds-crm.myaiwecom.com里面 [{"token": "Bearer ey.......","unionid": "xxx","sessionKey": "sessionKey是 X-Hg-Req-Sign-Nonce的==前边加上==","socialhubId ": "xxx","id": "随便写"}]
|
||||
/*原作者@xzxxn777, fix 20240625 ArcadiaScriptPublic 频道:https://t.me/ArcadiaScript 群组:https://t.me/ArcadiaScriptPublic
|
||||
更新青龙抓的参数 hgds-crm.myaiwecom.com里面
|
||||
[
|
||||
{
|
||||
"token": "Bearer ey.......",
|
||||
"unionid": "xxx",
|
||||
"sessionKey": "sessionKey是 X-Hg-Req-Sign-Nonce的==前边加上==",
|
||||
"socialhubId ": "xxx",
|
||||
"id": "随便写"
|
||||
}
|
||||
]
|
||||
*/
|
||||
const $ = new Env('哈根达斯')
|
||||
let sessionKey = '', unionid = '',socialhubId = '', token = ''
|
||||
const HGDS = ($.isNode() ? JSON.parse(process.env.HGDS) : $.getjson("HGDS")) || [];
|
||||
|
||||
Reference in New Issue
Block a user