GET api/SysConfig/GetMobileLocation?mobile={mobile}

查询手机号码归属

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobile

string

Required

Body Parameters

None.

Response Information

Resource Description

查询手机号码归属

Mobile138QueryResultDto
NameDescriptionTypeAdditional information
Id

integer

None.

Mobile

手机

string

None.

Province

省份

string

None.

City

城市

string

None.

Carrier

运营商

string

None.

SectionCode

区号

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Mobile138QueryResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.IP138Query">
  <Carrier>sample string 5</Carrier>
  <City>sample string 4</City>
  <Id>1</Id>
  <Mobile>sample string 2</Mobile>
  <Province>sample string 3</Province>
  <SectionCode>sample string 6</SectionCode>
</Mobile138QueryResultDto>