|
@@ -57,7 +57,7 @@ public class FeigeSmsClient extends AbstractSmsClient {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("apikey", properties.getApiKey());
|
|
|
map.put("secret", properties.getApiSecret());
|
|
|
- map.put("sign_id", 101760);
|
|
|
+ map.put("sign_id", 216447);
|
|
|
map.put("template_id", apiTemplateId);
|
|
|
map.put("mobile", mobile);
|
|
|
String content = MapUtils.convertMap(templateParams).get("code").toString();
|