liusheng
2025-09-29 2baa05224b72fbae849678e338bbc85506a9cfe6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
 
package com.ruoyi.common.dx;
 
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
 
 
/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.9-b130926.1035
 * Generated source version: 2.2
 *
 */
@WebService(name = "smsServiceSoap", targetNamespace = "http://tempuri.org/")
@XmlSeeAlso({
    ObjectFactory.class
})
public interface SmsServiceSoap {
 
 
    /**
     *
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "Hello", action = "http://tempuri.org/Hello")
    @WebResult(name = "HelloResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "Hello", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.Hello")
    @ResponseWrapper(localName = "HelloResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.HelloResponse")
    public String hello();
 
    /**
     * 传公司许可和模板许可查询信息,内部平台验证
     *
     * @param sServerNumber
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "SMSVerifyPrivate", action = "http://tempuri.org/SMSVerifyPrivate")
    @WebResult(name = "SMSVerifyPrivateResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSVerifyPrivate", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyPrivate")
    @ResponseWrapper(localName = "SMSVerifyPrivateResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyPrivateResponse")
    public String smsVerifyPrivate(
        @WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
        String sServerNumber);
 
    /**
     * 传公司许可和模板许可查询信息
     *
     * @param sServerNumber
     * @param sTemplateNumber
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "SMSVerify", action = "http://tempuri.org/SMSVerify")
    @WebResult(name = "SMSVerifyResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSVerify", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerify")
    @ResponseWrapper(localName = "SMSVerifyResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSVerifyResponse")
    public String smsVerify(
        @WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
        String sServerNumber,
        @WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
        String sTemplateNumber);
 
    /**
     * 根据公司名称查询公司许可信息
     *
     * @param sUserName
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "SMSGetUserList", action = "http://tempuri.org/SMSGetUserList")
    @WebResult(name = "SMSGetUserListResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSGetUserList", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetUserList")
    @ResponseWrapper(localName = "SMSGetUserListResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetUserListResponse")
    public String smsGetUserList(
        @WebParam(name = "sUserName", targetNamespace = "http://tempuri.org/")
        String sUserName);
 
    /**
     * 根据公司名称查询模板许可
     *
     * @param sUserName
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "SMSGetTemplateList", action = "http://tempuri.org/SMSGetTemplateList")
    @WebResult(name = "SMSGetTemplateListResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSGetTemplateList", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetTemplateList")
    @ResponseWrapper(localName = "SMSGetTemplateListResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetTemplateListResponse")
    public String smsGetTemplateList(
        @WebParam(name = "sUserName", targetNamespace = "http://tempuri.org/")
        String sUserName);
 
    /**
     * 获取数据量
     *
     * @return
     *     returns java.lang.String
     */
    @WebMethod(operationName = "SMSGetNumber", action = "http://tempuri.org/SMSGetNumber")
    @WebResult(name = "SMSGetNumberResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSGetNumber", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetNumber")
    @ResponseWrapper(localName = "SMSGetNumberResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSGetNumberResponse")
    public String smsGetNumber();
 
    /**
     * 短信数据保存
     *
     * @param sOrderNo
     * @param sUserNumber
     * @param sMessageContent
     * @param sMessageType
     * @param sSerialNumber
     * @param sMark
     * @param sStatus
     * @param sScheduleTime
     * @param sSUseq
     * @param sSTseq
     * @param sExtendAccessNum
     * @return
     *     returns int
     */
    @WebMethod(operationName = "SMSSaveContent", action = "http://tempuri.org/SMSSaveContent")
    @WebResult(name = "SMSSaveContentResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "SMSSaveContent", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSSaveContent")
    @ResponseWrapper(localName = "SMSSaveContentResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.SMSSaveContentResponse")
    public int smsSaveContent(
        @WebParam(name = "sSUseq", targetNamespace = "http://tempuri.org/")
        String sSUseq,
        @WebParam(name = "sSTseq", targetNamespace = "http://tempuri.org/")
        String sSTseq,
        @WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
        String sOrderNo,
        @WebParam(name = "sMessageType", targetNamespace = "http://tempuri.org/")
        String sMessageType,
        @WebParam(name = "sMessageContent", targetNamespace = "http://tempuri.org/")
        String sMessageContent,
        @WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
        String sUserNumber,
        @WebParam(name = "sSerialNumber", targetNamespace = "http://tempuri.org/")
        String sSerialNumber,
        @WebParam(name = "sScheduleTime", targetNamespace = "http://tempuri.org/")
        String sScheduleTime,
        @WebParam(name = "sExtendAccessNum", targetNamespace = "http://tempuri.org/")
        String sExtendAccessNum,
        @WebParam(name = "sStatus", targetNamespace = "http://tempuri.org/")
        String sStatus,
        @WebParam(name = "sMark", targetNamespace = "http://tempuri.org/")
        String sMark);
 
    /**
     * 新短信平台发送短信
     *
     * @param sOrderNo
     * @param sUserNumber
     * @param sMessageContent
     * @param sMessageType
     * @param sServerNumber
     * @param sTemplateNumber
     * @param sScheduleTime
     * @return
     *     returns java.lang.String
     */
    @WebMethod(action = "http://tempuri.org/i5GSend")
    @WebResult(name = "i5GSendResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "i5GSend", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSend")
    @ResponseWrapper(localName = "i5GSendResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSendResponse")
    public String i5GSend(
        @WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
        String sServerNumber,
        @WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
        String sTemplateNumber,
        @WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
        String sOrderNo,
        @WebParam(name = "sMessageContent", targetNamespace = "http://tempuri.org/")
        String sMessageContent,
        @WebParam(name = "sMessageType", targetNamespace = "http://tempuri.org/")
        String sMessageType,
        @WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
        String sUserNumber,
        @WebParam(name = "sScheduleTime", targetNamespace = "http://tempuri.org/")
        String sScheduleTime);
 
    /**
     * 新短信平台回执接口
     *
     * @return
     *     returns java.lang.String
     */
    @WebMethod(action = "http://tempuri.org/i5GReport")
    @WebResult(name = "i5GReportResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "i5GReport", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReport")
    @ResponseWrapper(localName = "i5GReportResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReportResponse")
    public String i5GReport();
 
    /**
     * 新短信平台短信余量查询
     *
     * @return
     *     returns java.lang.String
     */
    @WebMethod(action = "http://tempuri.org/i5GSearchNumber")
    @WebResult(name = "i5GSearchNumberResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "i5GSearchNumber", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSearchNumber")
    @ResponseWrapper(localName = "i5GSearchNumberResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GSearchNumberResponse")
    public String i5GSearchNumber();
 
    /**
     * 新短信平台短信回复查询
     *
     * @param sOrderNo
     * @param sUserNumber
     * @param sServerNumber
     * @param sTemplateNumber
     * @return
     *     returns java.lang.String
     */
    @WebMethod(action = "http://tempuri.org/i5GReply")
    @WebResult(name = "i5GReplyResult", targetNamespace = "http://tempuri.org/")
    @RequestWrapper(localName = "i5GReply", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReply")
    @ResponseWrapper(localName = "i5GReplyResponse", targetNamespace = "http://tempuri.org/", className = "com.ruoyi.common.dx.I5GReplyResponse")
    public String i5GReply(
        @WebParam(name = "sServerNumber", targetNamespace = "http://tempuri.org/")
        String sServerNumber,
        @WebParam(name = "sTemplateNumber", targetNamespace = "http://tempuri.org/")
        String sTemplateNumber,
        @WebParam(name = "sOrderNo", targetNamespace = "http://tempuri.org/")
        String sOrderNo,
        @WebParam(name = "sUserNumber", targetNamespace = "http://tempuri.org/")
        String sUserNumber);
 
}