|
|
@@ -57,7 +57,7 @@ public class FeigeSmsClient extends AbstractSmsClient {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("apikey", properties.getApiKey());// api接口账号
|
|
|
map.put("secret", properties.getApiSecret());// api接口秘钥
|
|
|
- map.put("sign_id", 101760);// 签名id
|
|
|
+ map.put("sign_id", 216447);// 签名id
|
|
|
map.put("template_id", apiTemplateId);// 模板id
|
|
|
map.put("mobile", mobile);// 手机号
|
|
|
String content = MapUtils.convertMap(templateParams).get("code").toString();
|