7c3ee236150e05090cf183fccc940bcbfcdafec3
\345\275\223\345\211\215SDK\347\211\210\346\234\254\344\270\215\346\224\257\346\214\201\350\277\234\347\250\213\350\260\203\347\224\250\357\274\214\350\257\267\345\215\207\347\272\247SDK\345\206\215\345\260\235\350\257\225\357\274\201.md
| ... | ... | @@ -1,7 +1,10 @@ |
| 1 | 1 | # 当前SDK版本不支持远程调用,请升级SDK再尝试! |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -`_2024-07-25 10:51:14.911[alarm-1-thread-2]ERROR mesLog -企业微信推送失败:当前上下文token内容为空,不支持远程调用! |
|
| 4 | +` |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +_2024-07-25 10:51:14.911[alarm-1-thread-2]ERROR mesLog -企业微信推送失败:当前上下文token内容为空,不支持远程调用! |
|
| 5 | 8 | com.sie.snest.engine.exception.ModelException:当前上下文token内容为空,不支持远程调用! |
| 6 | 9 | at com.sie.snest.engine.model.MethodMeta.invoke(MethodMeta.java:190) |
| 7 | 10 | at com.sie.snest.engine.api.distributed.RpcInvocation.invoke(RpcInvocation.java:184) |
| ... | ... | @@ -30,15 +33,18 @@ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
| 30 | 33 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| 31 | 34 | at java.lang.reflect.Method.invoke(Method.java:498) |
| 32 | 35 | at com.sie.snest.engine.model.MethodMeta.execute(MethodMeta.java:226) |
| 33 | -at com.sie.snest.engine.model.MethodMeta.invoke(MethodMeta.java:179)_` |
|
| 36 | +at com.sie.snest.engine.model.MethodMeta.invoke(MethodMeta.java:179)_ |
|
| 37 | + |
|
| 38 | + |
|
| 39 | +` |
|
| 34 | 40 | |
| 35 | 41 | |
| 36 | 42 | |
| 37 | 43 | ## 解决方案 |
| 38 | 44 | |
| 39 | 45 | 检查如下代码: |
| 40 | -` try (Meta meta1 = new Meta(null, new HashMap<>())){ |
|
| 46 | +` |
|
| 47 | + try (Meta meta1 = new Meta(null, new HashMap<>())){ |
|
| 41 | 48 | |
| 42 | - ddd |
|
| 43 | 49 | }` |
| 44 | 50 |