GET api/sys/phonearea/{lang}

获取电话区号

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

string

Required

Body Parameters

None.

Response Information

Resource Description

获取电话区号

ReturnResultOfListOfPhoneAreaContract
NameDescriptionTypeAdditional information
data

Collection of PhoneAreaContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "areacode": "sample string 1",
      "country": "sample string 2"
    },
    {
      "areacode": "sample string 1",
      "country": "sample string 2"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}