Joke Collection Website - Public benefit messages - Develop a platform BS, which is used to connect with mobile SP for SMS operation. How? Does it support PHP?

Develop a platform BS, which is used to connect with mobile SP for SMS operation. How? Does it support PHP?

I happen to have one in my hand. I'll mail it for you. If you want a word document, look for me in HI.

Customer SMS sending website? Service design

First, the information transmission communication mode (using the Web? Service communication)

See attached drawings. ?

Where: SmsWebService is web? The class name of the service, which provides three methods: login (), logout () and send ().

The format of 1 Login () method:

String? Login (operator, user ID, password)

Parameter description:

Carrier: name of operator.

UserID: the mobile phone number registered by the website.

Password: the password of the registered mobile phone.

Method returns an xml string:

& lt data & gt

< Result & gt True/False & lt Login succeeded.

& lt balance & gt keep balance.

& lt/data & gt;

2.2. The format of the send () method:

String? Send? (operator,? Mobile phone number? Content)

Parameter description:

MobileNumber: send a short message to the other party's mobile phone number (this is multi-party sending, and the transmission format of the number group needs to be discussed).

Content: The content of the short message to be sent.

This method returns a string: whether the information was sent successfully.