diff --git a/p/cmta/index.js b/p/cmta/index.js index fbb839a2..949fb4d3 100644 --- a/p/cmta/index.js +++ b/p/cmta/index.js @@ -4,15 +4,13 @@ const products = require('./products') const transformReqBody = (body) => { body.client = { - type: 'WEB', + type: 'IPH', id: 'CMTA', - name: 'webapp', - l: '' // todo: what is this? + v: '2', + name: 'CapMetro' } - body.ext = 'SBB.TZT.1' body.ver = '1.13' - body.auth = {type: 'AID', aid: 'weblwemrcrlwemlcri'} - // todo: `body.id = 'ztgcgxywk88bgm88'` + body.auth = {type: 'AID', aid: 'ioslaskdcndrjcmlsd'} return body }