mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
更改e.getMysApi的调用方式
This commit is contained in:
parent
6c026a7381
commit
5c595755dd
@ -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",
|
||||
|
BIN
resources/characterImg/芭芭拉/12.jpg
Normal file
BIN
resources/characterImg/芭芭拉/12.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
Loading…
Reference in New Issue
Block a user