All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.silencelwy.smsapi.tool.ArriveInfoTool Maven / Gradle / Ivy

There is a newer version: 1.0.3.4-RELEASE
Show newest version
package io.github.silencelwy.smsapi.tool;


import com.alibaba.fastjson.JSON;

import java.io.IOException;
import java.util.*;
import java.util.stream.Collectors;

public class ArriveInfoTool {
    public static final String MESSAGE_ARRIVE_QRY = "sms/arrive/qry";

    private String domain;
    private String apiKey;
    private String accessKey;

    public ArriveInfoTool(String domain, String apiKey, String accessKey) {
        this.domain = domain;
        this.apiKey = apiKey;
        this.accessKey = accessKey;
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy