mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 随官方调整获取指定的应用详情相关接口模型
This commit is contained in:
@@ -18,5 +18,11 @@
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("AuthCode")]
|
||||
public string AuthCode { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置扫码或者授权链接中的自定义参数。
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("State", IsNullable = true)]
|
||||
public string? State { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -140,5 +140,12 @@
|
||||
[Newtonsoft.Json.JsonProperty("home_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("home_url")]
|
||||
public string? HomeUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置代开发发布状态。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("customized_publish_status")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("customized_publish_status")]
|
||||
public int? CustomizedPublishStatus { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,5 @@
|
||||
<AuthCode><![CDATA[AUTHCODE]]></AuthCode>
|
||||
<InfoType><![CDATA[create_auth]]></InfoType>
|
||||
<TimeStamp>1403610513</TimeStamp>
|
||||
<State><![CDATA[123]]></State>
|
||||
</xml>
|
||||
|
@@ -21,5 +21,6 @@
|
||||
"redirect_domain": "open.work.weixin.qq.com",
|
||||
"report_location_flag": 0,
|
||||
"isreportenter": 0,
|
||||
"home_url": "https://open.work.weixin.qq.com"
|
||||
}
|
||||
"home_url": "https://open.work.weixin.qq.com",
|
||||
"customized_publish_status": 1
|
||||
}
|
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"state": "test",
|
||||
"templateid_list": [ "dk1", "dk2" ]
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": "xxxxx",
|
||||
"expires_in": 864000
|
||||
}
|
Reference in New Issue
Block a user