This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
xszz
/
service-msg
biforcado de
smart-jobs/service-msg
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
648e89c0e7
Ramos
Etiquetas
master
service-msg
/
app
/
util
/
constants.js
constants.js
129 B
Histórico
Em bruto
1
2
3
4
5
6
7
'use strict';
exports.MsgTypeValues = {
STU: '0', // 待审核
PASS: '1', // 审核通过
REJECT: '2', // 审核失败
};