mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
feat: 强袭战
This commit is contained in:
parent
fb7f746407
commit
3a88596399
14 changed files with 1066 additions and 5 deletions
|
|
@ -303,7 +303,12 @@ export default class MysZZZApi extends MysApi {
|
|||
const configCode = !Array.isArray(_configCode)
|
||||
? [String(_configCode)]
|
||||
: _configCode.map(item => String(item));
|
||||
if (code === '1034' || code === '10035' || configCode.includes(code)) {
|
||||
if (
|
||||
code === '1034' ||
|
||||
code === '10035' ||
|
||||
code === '10041' ||
|
||||
configCode.includes(code)
|
||||
) {
|
||||
// 如果有注册的mys.req.err,调用
|
||||
if (!!this?.handler && this?.handler?.has('mys.req.err')) {
|
||||
logger.mark(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue