|
@@ -42,7 +42,7 @@ if (browserInfo.isApp) {
|
|
data.content = JSON.parse(data.content)
|
|
data.content = JSON.parse(data.content)
|
|
}
|
|
}
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
- console.log('h5_接受_api:', data?.api)
|
|
|
|
|
|
+ console.log('h5_接受_api:', data?.api, data.content)
|
|
if (!uuid) {
|
|
if (!uuid) {
|
|
const keys = Object.keys(calls).filter(key => key.indexOf(data.api) === 0)
|
|
const keys = Object.keys(calls).filter(key => key.indexOf(data.api) === 0)
|
|
for (const key of keys) {
|
|
for (const key of keys) {
|