From 19d5fa154937406af1dc8dc017a68c04e55e00ca Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期二, 21 十一月 2023 15:21:11 +0800 Subject: [PATCH] no message --- H5/utils/ComUtils.js | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/H5/utils/ComUtils.js b/H5/utils/ComUtils.js index eef78dd..09ece33 100644 --- a/H5/utils/ComUtils.js +++ b/H5/utils/ComUtils.js @@ -29,7 +29,36 @@ return fmt; } +function getAllowdId() +{ + return "ocUrg6nVVPhn-m6yNPg7igYnB64g,ocUrg6ud9UqAdLpqnA2sSf24EFd4,ocUrg6klrlpbPTnzMDr6R8WDmOXU,ocUrg6qawIzxqqzOHYy2a9YSfx_0"; +} + function getSmsStatus(status) { + switch (status) { + case 0: + return '鍙戦�佷腑'; + case 1: + return '鍙戦�佷腑'; + case 2: + return '鍙戦�佸け璐�'; + case 3: + return '鍙戦�佷腑'; + case 4: + return '鍙戦�佷腑'; + case 5: + return '鎺ユ敹涓�'; + case 6: + return '鎺ユ敹鎴愬姛'; + case 7: + return '鎺ユ敹澶辫触'; + default: + return '鎺ユ敹澶辫触'; + } +} + + +function getBackSmsStatus(status) { switch (status) { case 0: return '瀹℃牳涓�'; @@ -55,5 +84,7 @@ module.exports = { getUrlPar, formatDate, - getSmsStatus + getSmsStatus, + getBackSmsStatus, + getAllowdId } \ No newline at end of file -- Gitblit v1.9.3