| | |
| | | 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 '审核中'; |
| | |
| | | module.exports = { |
| | | getUrlPar, |
| | | formatDate, |
| | | getSmsStatus |
| | | getSmsStatus, |
| | | getBackSmsStatus, |
| | | getAllowdId |
| | | } |