更改e.getMysApi的调用方式

This commit is contained in:
yoimiya-kokomi 2022-04-02 02:26:05 +08:00
parent 6c026a7381
commit 5c595755dd
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export async function character(e, { render, User }) {
return false;
}
let MysApi = await e.initMysApi({
let MysApi = await e.getMysApi({
auth: "all",
target: "uid",
cookieType: "all",
@ -88,7 +88,7 @@ export async function wife(e, { render, User }) {
return;
}
let MysApi = await e.initMysApi({
let MysApi = await e.getMysApi({
auth: "all",
target: "uid",
cookieType: "all",

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB