checkValid

abstract fun checkValid(value: String?): String?

检查参数值是否合法.

Return

如果合法返回null, 否则返回错误信息

Parameters

value

需要检测的参数值