更改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; return false;
} }
let MysApi = await e.initMysApi({ let MysApi = await e.getMysApi({
auth: "all", auth: "all",
target: "uid", target: "uid",
cookieType: "all", cookieType: "all",
@ -88,7 +88,7 @@ export async function wife(e, { render, User }) {
return; return;
} }
let MysApi = await e.initMysApi({ let MysApi = await e.getMysApi({
auth: "all", auth: "all",
target: "uid", target: "uid",
cookieType: "all", cookieType: "all",

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB