Commit ff1d35c4 authored by yanzg's avatar yanzg

升级新版本

parent 6ef8a01c
package com.yanzuoguang.wxxcx.base;
import com.alibaba.fastjson.JSONObject;
import com.yanzuoguang.util.helper.HttpHelper;
import com.yanzuoguang.util.helper.StringHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
......@@ -51,7 +51,7 @@ public class WxXcxRequestImpl implements WxXcxRequest {
response = HttpHelper.get(conn);
}
} catch (Exception ex) {
throw new RuntimeException(ex);
throw new RuntimeException(url + StringHelper.getFirst(ex.getMessage()), ex);
}
return convert.getResponse(response);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment