We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fb167 commit d904b05Copy full SHA for d904b05
README.md
@@ -96,8 +96,9 @@
96
```java
97
cn.jiguang.sdk.exception.ApiErrorException
98
```
99
-* 排查问题,请务必`setLoggerLevel(Logger.Level.FULL)`,查看feign日志
+* 排查问题,请务必`setLoggerLevel(Logger.Level.FULL)`,查看feign日志(打印类为feign.Logger,从---> POST,到<--- END HTTP,参考下图)
100
* 如需技术支持,请提供使用环境、复现步骤、示例代码、日志信息
101
+<img width="1184" height="658" alt="image" src="https://github.com/user-attachments/assets/33d943b8-f0df-4c11-8bde-6c17cf93dcb9" />
102
## 4. 第三方库引用说明
103
104
<properties>
0 commit comments