mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-07 01:18:33 +08:00
Fixed:修复了助通短信-发送自定义短信时请求地址错误的问题。
This commit is contained in:
parent
b6c7c93c38
commit
5a1641aed0
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user