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