Fixed:修复了助通短信-发送自定义短信时请求地址错误的问题。

This commit is contained in:
JackZhai 2024-03-20 16:13:53 +08:00
parent b6c7c93c38
commit 5a1641aed0

View File

@ -150,7 +150,7 @@ public class ZhutongSmsImpl extends AbstractSmsBlend<ZhutongConfig> {
headers.put("Content-Type", Constant.APPLICATION_JSON_UTF8);
SmsResponse smsResponse;
try {
smsResponse = getResponse(http.postJson(requestUrl, headers, json));
smsResponse = getResponse(http.postJson(url, headers, json));
} catch (SmsBlendException e) {
smsResponse = new SmsResponse();
smsResponse.setSuccess(false);