This commit is contained in:
aihe 2024-06-01 12:31:07 +08:00
parent f81a0d002a
commit 90f20d7f7f

View File

@ -7,6 +7,7 @@ const getCommonReqData = ()=> {
const xToken = getSessionXToken()
return {
header: {
"dataFrom": "app",
"X-Token": xToken,
}
}