parent
5807dd9127
commit
f620508c8c
|
|
@ -97,7 +97,7 @@ public class AppCashController {
|
||||||
return Result.error("您未观看激励广告,请先观看");
|
return Result.error("您未观看激励广告,请先观看");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
redisUtils.set(intervalKey, true, 30);
|
redisUtils.set(intervalKey, true, 60 * 3);
|
||||||
|
|
||||||
CommonInfo info = commonInfoService.findOne(930);
|
CommonInfo info = commonInfoService.findOne(930);
|
||||||
if (info == null) {
|
if (info == null) {
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,7 @@ public class WuyouPay {
|
||||||
String body = HttpRequest.post(url)
|
String body = HttpRequest.post(url)
|
||||||
.header("Content-Type", "application/x-www-form-urlencoded")
|
.header("Content-Type", "application/x-www-form-urlencoded")
|
||||||
.header("User-Agent", userAgent)
|
.header("User-Agent", userAgent)
|
||||||
|
.timeout(15000)//超时时间,单位毫秒
|
||||||
.body(JSONObject.toJSONString(params))
|
.body(JSONObject.toJSONString(params))
|
||||||
.execute()
|
.execute()
|
||||||
.body();
|
.body();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue