|
|
@@ -134,7 +134,9 @@ public class AfDianRechargeServiceImpl implements AfDianRechargeService {
|
|
|
.execute();
|
|
|
String body = response.body();
|
|
|
log.info("任务提交响应: {}", body);
|
|
|
-
|
|
|
+ if (body.contains("Please try signing in again")) {
|
|
|
+ throw BusinessRuntimeException.getInstance("token凭证已过期");
|
|
|
+ }
|
|
|
return body;
|
|
|
} catch (Exception e) {
|
|
|
log.error("提交任务失败: {}", e.getMessage(), e);
|