Interface ItemSmsHttpService

  • All Known Implementing Classes:
    ItemSmsHttpServiceImpl

    public interface ItemSmsHttpService
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Method Detail

      • sendSmsHttpList

        void sendSmsHttpList​(String tenantId,
                             String userId,
                             List<String> mobile,
                             String smsContent,
                             String systemName)
                      throws Exception
        发送短信
        Parameters:
        tenantId - 租户ID
        userId - 用户ID
        mobile - 手机号
        smsContent - 短信内容
        systemName - 系统名称
        Throws:
        Exception - 异常