# 獲取設置的行業信息
獲取帳號設置的行業信息。可在MP官網中查看行業信息,為方便第三方開發者,提供通過接口調用的方式來獲取帳號所設置的行業信息,具體如下:
*具體詳情可以在[微信公眾平臺開發者文檔](http://mp.weixin.qq.com/wiki/17/304c1885ea66dbedf7dc170d84999a9d.html)中查看*
* * * * *
接口調用請求說明
http請求方式:GET
~~~
https://api.weixin.qq.com/cgi-bin/template/get_industry?access_token=ACCESS_TOKEN
~~~
參數說明
>
參數 是否必須 說明
access_token 是 接口調用憑證
* * * * *
返回說明
正確調用后的返回示例:
~~~
{
"primary_industry":{"first_class":"運輸與倉儲","second_class":"快遞"},
"secondary_industry":{"first_class":"IT科技","second_class":"互聯網|電子商務"}
}
~~~
* * * * *
返回參數說明
> 參數 是否必填 說明
access_token 是 接口調用憑證
primary_industry 是 帳號設置的主營行業
secondary_industry 是 帳號設置的副營行業