@@ -107,6 +107,9 @@ public class GigThirdApiController {
// 3.实际操作
if (StrUtil.isNotBlank(requestId)) {
+ // 睡100ms,解决阿拉钉回调过快,找不到requestId的问题
+ Thread.sleep(100);
+
gigThirdApiService.oladingNotify(requestId, req);
}
} catch (Exception e) {