mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【优化】完善微信公众号及移动端WAP浏览器下,H5端的多种分享功能的接口实现。
This commit is contained in:
26
CoreCms.Net.Model/FromBody/FMWeChatOffiaccount.cs
Normal file
26
CoreCms.Net.Model/FromBody/FMWeChatOffiaccount.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CoreCms.Net.Model.FromBody
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class FMGetWeChatConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// 请求网址
|
||||
/// </summary>
|
||||
public string url { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 请求授权
|
||||
/// </summary>
|
||||
|
||||
public string token { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user