修改人:邹江涛

修改内容:尝试调用付款处理接口1.1
修改时间:2024/11/14
This commit is contained in:
zoujiangtao 2024-11-14 16:41:35 +08:00
parent be0769c064
commit c8809f5629
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class BIPService {
logger.error("getBIPToken → 接口调用失败,状态码: {}", responseCode); logger.error("getBIPToken → 接口调用失败,状态码: {}", responseCode);
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("getBIPToken → 调用接口报错: {}", e.getMessage()); logger.error("getBIPToken → 调用接口报错: {}", e);
} }
return access_token; return access_token;
} }