From 76427d51a079a5fd1f45bf7188249e7a4647ae05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 九月 2020 10:37:25 +0800 Subject: [PATCH] 2020-09-14 --- src/templates/zshare/verifycard/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/zshare/verifycard/index.jsx b/src/templates/zshare/verifycard/index.jsx index 3385930..5138724 100644 --- a/src/templates/zshare/verifycard/index.jsx +++ b/src/templates/zshare/verifycard/index.jsx @@ -995,7 +995,7 @@ arr_field: 'ID,NameNO' } - orderParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + orderParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') orderParam.secretkey = Utils.encrypt(orderParam.LText, orderParam.timestamp) orderParam.open_key = Utils.encryptOpenKey(orderParam.secretkey, orderParam.timestamp) // 浜戠鏁版嵁楠岃瘉 @@ -1024,7 +1024,7 @@ arr_field: 'ModularDetailCode,CodeName,BID,Type' } - orderDetailParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + orderDetailParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') orderDetailParam.secretkey = Utils.encrypt(orderDetailParam.LText, orderDetailParam.timestamp) orderDetailParam.open_key = Utils.encryptOpenKey(orderDetailParam.secretkey, orderDetailParam.timestamp) // 浜戠鏁版嵁楠岃瘉 @@ -1060,7 +1060,7 @@ arr_field: 'ID,NameNO,TypeCharOne' } - voucherParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + voucherParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') voucherParam.secretkey = Utils.encrypt(voucherParam.LText, voucherParam.timestamp) voucherParam.open_key = Utils.encryptOpenKey(voucherParam.secretkey, voucherParam.timestamp) // 浜戠鏁版嵁楠岃瘉 @@ -1089,7 +1089,7 @@ arr_field: 'ModularDetailCode,CodeName,BID,VoucherTypeTwo,IDefine1' } - voucherDetailParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + voucherDetailParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') voucherDetailParam.secretkey = Utils.encrypt(voucherDetailParam.LText, voucherDetailParam.timestamp) voucherDetailParam.open_key = Utils.encryptOpenKey(voucherDetailParam.secretkey, voucherDetailParam.timestamp) // 浜戠鏁版嵁楠岃瘉 @@ -1128,7 +1128,7 @@ arr_field: 'funcname,longparam' } - _sParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + _sParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') _sParam.secretkey = Utils.encrypt(_sParam.LText, _sParam.timestamp) _sParam.open_key = Utils.encryptOpenKey(_sParam.secretkey, _sParam.timestamp) // 浜戠鏁版嵁楠岃瘉 -- Gitblit v1.8.0