feat:外部接口对接火马

This commit is contained in:
shuo.wang
2025-04-02 13:50:28 +08:00
parent 8be5579ee3
commit 8d184a1267
30 changed files with 558 additions and 110 deletions

View File

@@ -240,6 +240,7 @@ public enum ErrorCodeEnum {
THIRD_API_ERROR(151001,"第三方服务异常->{0}",null),
THIRD_API_SIGN_ERROR(151002,"签名失败->{0}",null),
THIRD_API_TIME_IS_NULL(151003,"单据⽇期不能为空",null),
;