|
@@ -75,7 +75,7 @@ export const tokenCheck = (): Promise<string> => {
|
|
|
const package50 = buildProtoReq50(params);
|
|
const package50 = buildProtoReq50(params);
|
|
|
APP.sendTradingServer(package50, undefined, {
|
|
APP.sendTradingServer(package50, undefined, {
|
|
|
onSuccess: (res) => {
|
|
onSuccess: (res) => {
|
|
|
- console.log('token 校验成功::::::')
|
|
|
|
|
|
|
+ console.log('token 校验成功::::::', token)
|
|
|
const { isSuccess, result } = parseProtoRsp50(res, 'TokenCheckRsp');
|
|
const { isSuccess, result } = parseProtoRsp50(res, 'TokenCheckRsp');
|
|
|
if (isSuccess) {
|
|
if (isSuccess) {
|
|
|
const systemTime = Number(result.SystemTime);
|
|
const systemTime = Number(result.SystemTime);
|