忽略
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
namespace Hncore.Wx.Open
|
||||
{
|
||||
public class UploadMediaResponse:ResponseBase
|
||||
{
|
||||
public string type { get; set; }
|
||||
public string media_id { get; set; }
|
||||
public int created_at { get; set; }
|
||||
}
|
||||
public class UploadImageMediaResponse : ResponseBase
|
||||
{
|
||||
public string url { get; set; }
|
||||
public string media_id { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
namespace Hncore.Wx.Open
|
||||
{
|
||||
public class UploadMediaResponse:ResponseBase
|
||||
{
|
||||
public string type { get; set; }
|
||||
public string media_id { get; set; }
|
||||
public int created_at { get; set; }
|
||||
}
|
||||
public class UploadImageMediaResponse : ResponseBase
|
||||
{
|
||||
public string url { get; set; }
|
||||
public string media_id { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user