UNPKG

tplus-poslogin

Version:

password login module

39 lines (36 loc) 1.3 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /* * @Descripttion: * @version: * @Author: chenlongad * @Date: 2021-01-13 15:30:38 * @LastEditors: chenlongad * @LastEditTime: 2021-03-17 10:05:16 */ var clientId = 'tplusclient'; var clientSecret = 'pwjd5q'; var xlsky = 'NkNDNEQ0RTUtMTg3Mi00Q0IyLUFBOEYtQzc5ODg0NUFEMEVD'; var xlssrt = 'amFxNXl6'; // const proxyServer = 'http://cloudproxy01.chanapp.chanjet.com'; var authKey = 'AuthKey'; // const channelKey = 'ChannelKey'; var storeKey = 'StoreKey'; // const ciaHostArray = ['http://cia.chanapp.chanjet.com']; // const ciaHost = 'http://cia.chanapp.chanjet.com'; // const tplusHostArray = ['http://webapp.tplus.chanjet.com']; // const devProxyHost = 'http://localhost:9998'; // const prodProxyHost = 'http://localhost:9998'; var tplusWebAppApiHost = 'http://webapp.tplus.chanjet.com/pos/api/v1/'; //prod var tplusWebAppApiHost_test = 'http://test-webapp.tplus.chanjet.com/pos/api/v1/'; //test exports.clientId = clientId; exports.clientSecret = clientSecret; exports.xlsky = xlsky; exports.xlssrt = xlssrt; exports.authKey = authKey; exports.storeKey = storeKey; exports.tplusWebAppApiHost = tplusWebAppApiHost; exports.tplusWebAppApiHost_test = tplusWebAppApiHost_test; //# sourceMappingURL=app.js.map