GET api/WxSmallApp/GetAllWxMiniProgramInfos

获取所有小程序信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取所有小程序信息

Collection of WxMiniProgramDto
NameDescriptionTypeAdditional information
Myappid

小程序类型

WxSmallType

None.

chrname

小程序名称

string

None.

isopen

是否开启:根据授权自动修改

boolean

None.

myver

我的版本号

string

None.

myvernum

我的版本升级号

integer

None.

mydesc

版本描述

string

None.

serverver

官方最新版本号

string

None.

serververnum

官方最新版本升级号

integer

None.

serverdesc

官方最新版本描述

string

None.

appid

小程序appid

string

None.

secret

小程序secret

string

None.

access_token

授权token

string

None.

NotifyUrl

异步回调地址

string

None.

Qrcodeimg

二维码图片地址

string

None.

StatusType

小程序状态

WxSmallOrPluginStatusType

None.

ExpiryTime

有效时间

date

None.

SmallAppName

小程序名称

string

None.

Color

导航背景颜色

string

None.

IsEnable

后台配置是否启用

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ConcurrentQueueOfWxMiniProgramDtofFmfpRek xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Concurrent">
  <m_serializationArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.WxSmall" />
</ConcurrentQueueOfWxMiniProgramDtofFmfpRek>