public class WxaAPI extends BaseAPI
| 构造器和说明 |
|---|
WxaAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseResult |
bind_tester(String access_token,
String wechatid)
成员管理
绑定微信用户为小程序体验者 |
static BaseResult |
change_visitstatus(String access_token,
String action)
代码管理
修改小程序线上代码的可见状态(仅供第三方代小程序调用) |
static BaseResult |
commit(String access_token,
weixin.popular.bean.wxa.Commit commit)
代码管理
为授权的小程序帐号上传小程序代码 |
static weixin.popular.bean.wxa.GetAuditstatusResult |
get_auditstatus(String access_token,
String auditid)
代码管理
获取第三方提交的审核版本的审核状态(仅供第三方代小程序调用) |
static weixin.popular.bean.wxa.GetCategoryResult |
get_category(String access_token)
代码管理
获取授权小程序帐号的可选类目 |
static weixin.popular.bean.wxa.GetPageResult |
get_page(String access_token)
代码管理
获取小程序的第三方提交代码的页面配置(仅供第三方开发者代小程序调用) |
static weixin.popular.bean.wxa.GetQrcodeResult |
get_qrcode(String access_token)
代码管理
获取体验小程序的体验二维码 |
static BufferedImage |
getwxacode(String access_token,
weixin.popular.bean.wxa.Getwxacode getwxacode)
获取小程序码 A
适用于需要的码数量较少的业务场景 注意:通过该接口生成的小程序码,永久有效,数量限制见文末说明,请谨慎使用。 |
static BufferedImage |
getwxacodeunlimit(String access_token,
weixin.popular.bean.wxa.Getwxacodeunlimit getwxacodeunlimit)
获取小程序码 B
适用于需要的码数量极多,或仅临时使用的业务场景 注意:通过该接口生成的小程序码,永久有效,数量暂无限制。 |
static weixin.popular.bean.wxa.ModifyDomainResult |
modify_domain(String access_token,
weixin.popular.bean.wxa.ModifyDomain modifyDomain)
修改服务器地址
|
static BaseResult |
release(String access_token)
代码管理
发布已通过审核的小程序(仅供第三方代小程序调用) |
static weixin.popular.bean.wxa.SubmitAuditResult |
submit_audit(String access_token,
weixin.popular.bean.wxa.SubmitAudit submitAudit)
代码管理
将第三方提交的代码包提交审核(仅供第三方开发者代小程序调用) |
static BaseResult |
unbind_tester(String access_token,
String wechatid)
成员管理
解除绑定小程序的体验者 |
public static weixin.popular.bean.wxa.ModifyDomainResult modify_domain(String access_token, weixin.popular.bean.wxa.ModifyDomain modifyDomain)
access_token - access_tokenmodifyDomain - modifyDomainpublic static BaseResult bind_tester(String access_token, String wechatid)
access_token - access_tokenwechatid - 微信号public static BaseResult unbind_tester(String access_token, String wechatid)
access_token - access_tokenwechatid - 微信号public static BaseResult commit(String access_token, weixin.popular.bean.wxa.Commit commit)
access_token - access_tokencommit - commitpublic static weixin.popular.bean.wxa.GetQrcodeResult get_qrcode(String access_token)
access_token - access_tokenpublic static weixin.popular.bean.wxa.GetCategoryResult get_category(String access_token)
access_token - access_tokenpublic static weixin.popular.bean.wxa.GetPageResult get_page(String access_token)
access_token - access_tokenpublic static weixin.popular.bean.wxa.SubmitAuditResult submit_audit(String access_token, weixin.popular.bean.wxa.SubmitAudit submitAudit)
access_token - access_tokensubmitAudit - submitAuditpublic static weixin.popular.bean.wxa.GetAuditstatusResult get_auditstatus(String access_token, String auditid)
access_token - access_tokenauditid - 审核IDpublic static BaseResult release(String access_token)
access_token - access_tokenpublic static BaseResult change_visitstatus(String access_token, String action)
access_token - access_tokenaction - 设置可访问状态,发布后默认可访问,close为不可见,open为可见public static BufferedImage getwxacode(String access_token, weixin.popular.bean.wxa.Getwxacode getwxacode)
access_token - access_tokengetwxacode - getwxacodepublic static BufferedImage getwxacodeunlimit(String access_token, weixin.popular.bean.wxa.Getwxacodeunlimit getwxacodeunlimit)
access_token - access_tokengetwxacodeunlimit - getwxacodeunlimitCopyright © 2017. All rights reserved.