最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp.net 获取移动手机号码接口
时间:2022-06-25 04:23:37 编辑:袖梨 来源:一聚教程网
asp教程.net 获取移动手机号码接口
获得国内手机号码归属地省份、地区和手机卡类型信息
输入参数:mobilecode = 字符串(手机号码,最少前7位数字),userid = 字符串(商业用户id) 免费用户为空字符串;返回数据:字符串(手机号码:省份 城市 手机卡类型)。
soap 1.1
以下是 soap 1.2 请求和响应示例。所显示的占位符需替换为实际值。
post /webservices/mobilecodews.asmx http/1.1
host: webservice.webxml.com.cn
content-type: text/xml; charset=utf-8
content-length: length
soapaction: "http://webxml.com.cn/getmobilecodeinfo"
http/1.1 200 ok
content-type: text/xml; charset=utf-8
content-length: length
soap 1.2
以下是 soap 1.2 请求和响应示例。所显示的占位符需替换为实际值。
post /webservices/mobilecodews.asmx http/1.1
host: webservice.webxml.com.cn
content-type: application/soap+xml; charset=utf-8
content-length: length
http/1.1 200 ok
content-type: application/soap+xml; charset=utf-8
content-length: length
http get
以下是 http get 请求和响应示例。所显示的占位符需替换为实际值。
get /webservices/mobilecodews.asmx/getmobilecodeinfo?mobilecode=string&userid=string http/1.1
host: webservice.webxml.com.cn
http/1.1 200 ok
content-type: text/xml; charset=utf-8
content-length: length
http post
以下是 http post 请求和响应示例。所显示的占位符需替换为实际值。
post /webservices/mobilecodews.asmx/getmobilecodeinfo http/1.1
host: webservice.webxml.com.cn
content-type: application/x-www-form-urlencoded
content-length: length
mobilecode=string&userid=string
http/1.1 200 ok
content-type: text/xml; charset=utf-8
content-length: length
相关文章
- 《弓箭传说2》新手玩法介绍 01-16
- 《地下城与勇士:起源》断桥烟雨多买多送活动内容一览 01-16
- 《差不多高手》醉拳龙技能特点分享 01-16
- 《鬼谷八荒》毕方尾羽解除限制道具推荐 01-16
- 《地下城与勇士:起源》阿拉德首次迎新春活动内容一览 01-16
- 《差不多高手》情圣技能特点分享 01-16