初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayMobileStdPublicMenuQueryResponse.
|
||||
/// </summary>
|
||||
public class AlipayMobileStdPublicMenuQueryResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 所有菜单列表json串
|
||||
/// </summary>
|
||||
[JsonProperty("all_menu_list")]
|
||||
public string AllMenuList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user