responseCode.js 364 B

1
  1. "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ResponseCode;(function(b){b[b.OK=0]="OK",b[b.FAIL=-1]="FAIL",b[b.PARAM_ERROR=1]="PARAM_ERROR",b[b.STATION_ILEGAL=2]="STATION_ILEGAL",b[b.STATION_REPEAT=3]="STATION_REPEAT",b[b.AUTH_FAIL=21]="AUTH_FAIL",b[b.UNKNOWN=99]="UNKNOWN"})(ResponseCode=exports.ResponseCode||(exports.ResponseCode={}));