This commit is contained in:
lixiao 2025-04-18 11:45:41 +08:00
parent 9a8f9bcad9
commit fc343b848c
2 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ export default class ServiceExtImpl extends IdlServiceExtStub {
}).catch(err => { }).catch(err => {
callback(0, JSON.stringify({ callback(0, JSON.stringify({
code: 1, code: 1,
data: JSON.stringify({ data: {
code: 2300007 code: 2300007
}) }
})); }));
console.log("lixiao paste error", JSON.stringify(err)) console.log("lixiao paste error", JSON.stringify(err))
}) })