We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c248315 commit 189f320Copy full SHA for 189f320
index.js
@@ -50,7 +50,7 @@ class MopSDK {
50
const handler = MopSDK._extensionApis[apiName]
51
if (handler !== null) {
52
const res = await handler(event.params)
53
- console.warn("CUSTOM AP 调用的结果", res)
+ console.warn("CUSTOM API 调用的结果", res)
54
MopSDK._finMopSDK.eventReminderCallback(apiName, res, event.callbackId)
55
}
56
} else if(event.apiName.startsWith(webExtensionApiPrefix)) {
0 commit comments