This commit is contained in:
2025-12-12 16:09:14 +08:00
parent 2b08dd44ee
commit 437f796a08
6 changed files with 12 additions and 7 deletions

View File

@@ -73,6 +73,9 @@ typedef NS_ENUM(NSInteger, KBBizCode) {
/// 操作失败OPERATION_ERROR(50001, "操作失败")
KBBizCodeOperationError = 50001,
/// 特定收据无效
KBBizCodeReceiptError = 50016,
};
NS_ASSUME_NONNULL_BEGIN