Commit f66efa79 by zhaoxiqing

gsb

parent fa88f61a
...@@ -1160,6 +1160,14 @@ class EntcontractService extends ServiceBase { ...@@ -1160,6 +1160,14 @@ class EntcontractService extends ServiceBase {
return y + '' + m + '' + d + '' + h + '' + minute + '' + second; return y + '' + m + '' + d + '' + h + '' + minute + '' + second;
} }
returnjson(code, msg, data) {
return {
code: code,
msg: msg,
data: data || null
}
}
async formateTime3(inputTime) { async formateTime3(inputTime) {
if (!inputTime) { if (!inputTime) {
return ''; return '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment