This commit is contained in:
aihe 2024-06-01 12:40:16 +08:00
parent de9d17a11d
commit d05789f907

View File

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