mhsnet 4 months ago
commit ab37633dc5

@ -457,7 +457,7 @@ public class RecycleDeviceServiceImpl extends ServiceImpl<RecycleDeviceMapper, R
HttpResponse response = HttpRequest.post(wx_url + "/api/wx/generateDeviceQRCode")
.header("Content-Type", "application/json")
.body(JSONUtil.toJsonStr(param))
.timeout(1000)
.timeout(3000)
.execute();
String body = response.body();
JSONObject result = JSONUtil.parseObj(body);

Loading…
Cancel
Save