mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
去除测试信息
This commit is contained in:
parent
83d86bfe48
commit
a3b7397f3c
@ -19,37 +19,6 @@ public class Sms4jApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Sms4jApplication.class, args);
|
||||
// SmsResponse smsResponse = SmsFactory.getBySupplier(SupplierConstant.QINIU).sendMessage("135****0844", "1234");
|
||||
|
||||
// LinkedHashMap<String, String> linkedHashMap = new LinkedHashMap<>();
|
||||
// linkedHashMap.put("code", "2234");
|
||||
// SmsResponse smsResponse = SmsFactory.getBySupplier(SupplierConstant.QINIU).sendMessage("135****0844", "1752130467315859456",linkedHashMap);
|
||||
// System.out.println(smsResponse);
|
||||
|
||||
// LinkedHashMap<String, String> linkedHashMap = new LinkedHashMap<>();
|
||||
// linkedHashMap.put("code", "3234");
|
||||
// SmsResponse smsResponse = SmsFactory.getBySupplier(SupplierConstant.QINIU).sendMessage("135****0844", linkedHashMap);
|
||||
// System.out.println(smsResponse);
|
||||
|
||||
// ArrayList<String> list = new ArrayList<>();
|
||||
// list.add("135****0844");
|
||||
// list.add("175****5952");
|
||||
//
|
||||
// SmsResponse smsResponse = SmsFactory.getBySupplier(SupplierConstant.QINIU)
|
||||
// .massTexting(list, "1234");
|
||||
// System.out.println(smsResponse);
|
||||
|
||||
|
||||
// ArrayList<String> list = new ArrayList<>();
|
||||
// list.add("135****0844");
|
||||
// list.add("175****65952");
|
||||
//
|
||||
// LinkedHashMap<String, String> hashMap = new LinkedHashMap<>();
|
||||
// hashMap.put("code", "2234");
|
||||
// SmsResponse smsResponse = SmsFactory.getBySupplier(SupplierConstant.QINIU)
|
||||
// .massTexting(list,"1752130467315859456", hashMap);
|
||||
// System.out.println(smsResponse);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -87,10 +87,10 @@ sms:
|
||||
# sid: d2a****777
|
||||
# url: https://sms.idowe.com/**/**/**/send
|
||||
qiniu:
|
||||
access-key-id: EQcDflLTCYnU1hqQaYw-qkvYCmqIYLhog1lkWHb2
|
||||
access-key-secret: NeS2ptvZQoIypnN6u97WQmerr2DdLe7wxFfQvji1
|
||||
templateId: 1752130467315859456
|
||||
signatureId: 1751851165571624960
|
||||
access-key-id: EQcDflLTCYnU1******CmqIYLhog1lkWHb2
|
||||
access-key-secret: NeS2ptvZQoIy*****err2DdLe7wxFfQvji1
|
||||
templateId: 1752130****15859456
|
||||
signatureId: 175185*****1624960
|
||||
templateName: code
|
||||
|
||||
sms-oa:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user