2018年(19)
发布时间:2018-05-15 17:16:26
#!/usr/local/bin/python#-*- coding:utf-8 -*-# Author: jacky# Time: 14-2-22 下午11:48# Desc: 短信http接口的python代码调用示例import httplibimport urllibimport json#服务地址 host = "intapi.253.com" #端口号port = 80 #版本号ve.........【阅读全文】
发布时间:2018-05-15 17:15:22
<?phpheader("Content-type:text/html; charset=UTF-8");class ChuanglanSmsApi { //发送短信的接口地址 const API_SEND_URL='http://sms.253.com/msg/send?'; //查询余额的接口地址 .........【阅读全文】
发布时间:2018-05-15 17:15:20
<?phpheader("Content-type:text/html; charset=UTF-8");class ChuanglanSmsApi { //发送短信的接口地址 const API_SEND_URL='http://sms.253.com/msg/send?'; //查询余额的接口地址 .........【阅读全文】
发布时间:2018-05-15 17:13:20
#include <arpa/inet.h>#include <assert.h>#include <errno.h>#include <netinet/in.h>#include <signal.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/wait.h>#include <netdb.h>#include <unistd.h>#define SA struct sockad.........【阅读全文】