您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

errorCode.js 298B

1
  1. export function successCode(){return 0}export function errorCode(){return 10020}export function timeOutCode(){return 10002}export function cardNoExists(){return 10003}export function bleSuccessCode(){return 0}export function bleErrorCode(){return 10001}export function cosErrorCode(){return 100100}