From dd2562d8dc2b01bcdfca3152f82f09efbbd09259 Mon Sep 17 00:00:00 2001 From: zuoxiao <lf_zuo@163.com> Date: 星期三, 25 六月 2025 19:49:48 +0800 Subject: [PATCH] fix(generallibrary): 优化卡片处理和支付方式获取逻辑- 修复地区卡处理逻辑,增加对"00"类型卡的特殊处理 - 优化用户卡数据解析和显示逻辑,提高容错性 - 改进支付方式获取方法,增加错误处理和日志记录 -调整充值接口调用参数,确保正确传递当前余额等信息- 修复 AreaCard 中 areaNumber 类型,改为字符串处理 --- local.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/local.properties b/local.properties index f074cd4..77023f6 100644 --- a/local.properties +++ b/local.properties @@ -4,5 +4,6 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Mon Aug 12 12:34:59 CST 2024 -sdk.dir=D\:\\AndroidStudio\\sdk +#Wed Mar 19 16:09:32 CST 2025 +#sdk.dir=C\:\\Users\\User\\AppData\\Local\\Android\\Sdk +sdk.dir=D\:\\android\\sdk \ No newline at end of file -- Gitblit v1.8.0