You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
255 B
6 lines
255 B
2 years ago
|
# 验证开票数据
|
||
|
|
||
|
> 1.调用OrderCheckUtil.checkInterfaceParam(),入参为开票请求数据.返回一个map
|
||
|
> 2.如果map中的errorCode为0000,说明校验通过,
|
||
|
> 3.如果map中errorCode非0000,说明验证失败,获取errorMsg展示错误信息.
|