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 | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/H5/utils/ComUtils.js b/H5/utils/ComUtils.js index 7056d24..09ece33 100644 --- a/H5/utils/ComUtils.js +++ b/H5/utils/ComUtils.js @@ -29,6 +29,11 @@ return fmt; } +function getAllowdId() +{ + return "ocUrg6nVVPhn-m6yNPg7igYnB64g,ocUrg6ud9UqAdLpqnA2sSf24EFd4,ocUrg6klrlpbPTnzMDr6R8WDmOXU,ocUrg6qawIzxqqzOHYy2a9YSfx_0"; +} + function getSmsStatus(status) { switch (status) { case 0: @@ -80,5 +85,6 @@ getUrlPar, formatDate, getSmsStatus, - getBackSmsStatus + getBackSmsStatus, + getAllowdId } \ No newline at end of file -- Gitblit v1.9.3