UNPKG

workplus-api

Version:
10 lines (9 loc) 149 B
/** * Created by luomin on 16/7/7. */ 'use strict'; module.exports = { HTTP_SUCCESS: 0, TOKEN_NOT_FOUND: 10011, TOKEN_MISSING: 10012 }