獲取所有地區(qū)

簡(jiǎn)要描述
  • 獲取所有地區(qū)
請(qǐng)求url
  • https://www.商城域名.com/index.php?s=/api/region/all
請(qǐng)求方式
  • GET
是否需授權(quán)登錄
請(qǐng)求header
參數(shù)名 類(lèi)型 是否必須 示例值 說(shuō)明
storeId int 必填 10001 商城ID
platform string 必填 H5 當(dāng)前請(qǐng)求的客戶(hù)端(APP、小程序、H5等)
Access-Token string 選填 - 當(dāng)前登錄用戶(hù)的 Token
返回示例
{
    "status": 200,
    "message": "success",
    "data": {
        "list": {
            "1": {
                "id": 1,
                "pid": 0,
                "name": "北京",
                "level": 1
            },
            "2": {
                "id": 2,
                "pid": 1,
                "name": "北京市",
                "level": 2
            },
            "3": {
                "id": 3,
                "pid": 2,
                "name": "東城區(qū)",
                "level": 3
            },
           ...
        }
    }
}
返回參數(shù)
參數(shù)名 類(lèi)型 示例值 說(shuō)明
status int 200 請(qǐng)求狀態(tài)(200:請(qǐng)求成功;500:請(qǐng)求錯(cuò)誤/失敗)
message string success 請(qǐng)求結(jié)果的信息,默認(rèn)為 success
data object - 返回的業(yè)務(wù)數(shù)據(jù)