Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
6fd4262637
1 changed files with 4 additions and 4 deletions
  1. 8
      api/user.js

8
api/user.js

@ -188,10 +188,10 @@ function initToken(token){
}
function headerFactoryId(factoryId){
sconfig.header.XFactoryId = factoryId
pconfig.header.XFactoryId = factoryId
zconfig.header.XFactoryId = factoryId
mconfig.header.XFactoryId = factoryId
sconfig.header['X-FACTORY-ID'] = factoryId
pconfig.header['X-FACTORY-ID'] = factoryId
zconfig.header['X-FACTORY-ID'] = factoryId
mconfig.header['X-FACTORY-ID'] = factoryId
}
function finalizeToken(){

Loading…
Cancel
Save