Home > Backend Development > PHP Tutorial > 这样的短信接口用php怎么调用呢

这样的短信接口用php怎么调用呢

WBOY
Release: 2016-06-02 11:31:24
Original
1044 people have browsed it

php

请求地址是客户接口程序调用时请求的url地址,采用的是http post 接口,地址是
http://*****:port/sms.aspx 对应UTF-8
http://*****:port/smsGBK.aspx 对应GB2312
入口地址一般不会发生变化,当发生变化的时候,会通知接口用户

action=send&userid=12&account=账号&password=密码&mobile=15023239810,13527576163&content=内容&sendTime=&extno=

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template