電信短信發(fā)送平臺 java短信接口開發(fā),前臺怎么調用后臺的接口?
java短信接口開發(fā),前臺怎么調用后臺的接口?通過HTTP請求提交參數(shù):用戶名密碼接收短信號碼發(fā)送短信內容,前端表單提交數(shù)據(jù),后端接收參數(shù),調用發(fā)送短信功能發(fā)送短信。定義一個Java手機接口,打電話,
java短信接口開發(fā),前臺怎么調用后臺的接口?
通過HTTP請求提交參數(shù):用戶名密碼接收短信號碼發(fā)送短信內容,前端表單提交數(shù)據(jù),后端接收參數(shù),調用發(fā)送短信功能發(fā)送短信。
定義一個Java手機接口,打電話,接電話,發(fā)短信,接受短信的功能?
公共接口調用{
/*
*
]*@param calledphoneno calling number
*@param calledphoneno called number
*@return返回調用成功失敗ID
*/
Public int calling in(string callphoneno,string calledphoneno)
/*
]*
*@param calledphoneno called number
*@param calledphoneno calling number
*@Return Return to call success failure ID
*/
public int callout(string calledphoneno,string callphoneno)
/*
*@param calledphoneno receive SMS number
*@param callphoneno sendSMS number
*@param content SMS content
*@return to send SMS success id
*/
public int sendmsg(字符串calledphoneno,字符串callphoneno,字符串內容)
/*
*
]*@param calledphoneno send SMS number
*@param calledphoneno receive SMS number
*@param Content
*@return receive SMS success identification
*備注:實際上,您不能使用此接口。要發(fā)送短信息,您需要將短信息保存到短信息發(fā)送表,然后有一個進程實時掃描數(shù)據(jù),然后發(fā)送
*/
public int recivemsg(string callPhoneNo,string calledPhoneNo,string content)
}