koishi-plugin-noah 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs +2 -2
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -5028,7 +5028,7 @@ var SDVXService = class _SDVXService {
|
|
|
5028
5028
|
const refid = await this.getRefid(ctx, url, model, cardId);
|
|
5029
5029
|
const requestUrl = `?model=KFC:J:G:A:${model}&f=message.get`;
|
|
5030
5030
|
const xmlRequestBody = `<call model="KFC:J:G:A:${model}" srcid="00010203040506070809">
|
|
5031
|
-
<game method="
|
|
5031
|
+
<game method="sv7_load" ver="0">
|
|
5032
5032
|
<dataid __type="str">${refid}</dataid>
|
|
5033
5033
|
<cardid __type="str">${cardId}</cardid>
|
|
5034
5034
|
<refid __type="str">${refid}</refid>
|
|
@@ -5049,7 +5049,7 @@ var SDVXService = class _SDVXService {
|
|
|
5049
5049
|
const refid = await this.getRefid(ctx, url, model, cardId);
|
|
5050
5050
|
const requestUrl = `?model=KFC:J:G:A:${model}&f=message.get`;
|
|
5051
5051
|
const xmlRequestBody = `<call model="KFC:J:G:A:${model}" srcid="00010203040506070809">
|
|
5052
|
-
<game method="
|
|
5052
|
+
<game method="sv7_load_m" ver="0">
|
|
5053
5053
|
<dataid __type="str">${refid}</dataid>
|
|
5054
5054
|
<cardid __type="str">${cardId}</cardid>
|
|
5055
5055
|
<refid __type="str">${refid}</refid>
|