mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】微信小程序直播增加历史直播回放功能。
This commit is contained in:
@@ -13190,5 +13190,10 @@
|
||||
订单号
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CoreCms.Net.Model.WeChatEntites.MyWxaBusinessGetLiveInfoRequest">
|
||||
<summary>
|
||||
<para>扩展 表示 [POST] /wxa/business/getliveinfo 接口的请求。</para>
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CoreCms.Net.Model.WeChatEntites
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>扩展 表示 [POST] /wxa/business/getliveinfo 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class MyWxaBusinessGetLiveInfoRequest : SKIT.FlurlHttpClient.Wechat.Api.Models.WxaBusinessGetLiveInfoRequest
|
||||
{
|
||||
[Newtonsoft.Json.JsonProperty("action")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("action")]
|
||||
public string Action { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user