POST WechatApp/GetSchoolInfoList

3.8.9 微信小程序获取校区列表数据

Request Information

URI Parameters

None.

Body Parameters

GetSchoolInfoListRequestInfoModel
NameDescriptionTypeAdditional information
wechatAppId

小程序id

string

None.

latitudeVal

纬度 获取不到的情况下置为空

string

None.

longitudeVal

经度 获取不到的情况下置为空

string

None.

Request Formats

application/json, text/json

Sample:
{
  "wechatAppId": "sample string 1",
  "latitudeVal": "sample string 2",
  "longitudeVal": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.