1
dd
2025-12-26 3cfb3d987566f4baf5563a52dced85c9bd8a5391
1
2
3
4
5
6
7
8
package com.nq.service;
 
 
import com.nq.common.ServerResponse;
 
public interface ISmsService {
  ServerResponse sendAliyunSMS(String paramString1, String paramString2);
}