mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
2906bb0f86
16 changed files with 242 additions and 96 deletions
|
|
@ -208,7 +208,7 @@ export default class MysZZZApi extends MysApi {
|
|||
}
|
||||
return {
|
||||
'x-rpc-app_version': client.app_version,
|
||||
'x-rpc-client_type': client.client_type,
|
||||
// 'x-rpc-client_type': client.client_type,
|
||||
'User-Agent': 'okhttp/4.8.0',
|
||||
'x-rpc-sys_version': '12',
|
||||
'x-rpc-client_type': '2',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { generateSeed } from '../mysapi.js';
|
||||
import { generateSeed } from '../../utils/data.js';
|
||||
import crypto from 'crypto';
|
||||
/**
|
||||
* derived from miao-yunzai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue