mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 02:57:37 +08:00
🎨 获取永久授权码接口返回值增加state属性
This commit is contained in:
@@ -58,6 +58,15 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp {
|
||||
@SerializedName("edition_info")
|
||||
private EditionInfo editionInfo;
|
||||
|
||||
/**
|
||||
* 安装应用时,扫码或者授权链接中带的state值。详见state说明
|
||||
* state说明:
|
||||
* 目前会返回state包含以下几个场景。
|
||||
* (1)扫带参二维码授权代开发模版。
|
||||
*/
|
||||
@SerializedName("state")
|
||||
private String state;
|
||||
|
||||
/**
|
||||
* The type Auth corp info.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user