【优化】短信发送参数调整

This commit is contained in:
俞宝山
2024-05-23 23:40:58 +08:00
parent b51422bbd9
commit 92b66f127b
2 changed files with 1 additions and 10 deletions

View File

@@ -63,5 +63,5 @@ public interface DevSmsApi {
* @author xuyuxiang
* @date 2022/2/24 13:42
**/
void sendSmsXiaonuo(String phoneNumbers, String signName, String templateCode, String message);
void sendSmsXiaonuo(String phoneNumbers, String signName, String message);
}