Skip to content

Commit

Permalink
添加expressapi通用jsonresult
Browse files Browse the repository at this point in the history
  • Loading branch information
mojinxun committed Aug 23, 2021
1 parent e5ce22d commit 3f1b962
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 66 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class AddOrderJsonResult : WxJsonResult
public class AddOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 实际运费(单位:元),运费减去优惠券费用
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class CancelOrderJsonResult : WxJsonResult
public class CancelOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 扣除的违约金(单位:元),精确到分
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
/// 获取已支持的配送公司列表接口
/// </summary>
public class GetAllImmeDeliveryJsonResult : WxJsonResult
public class GetAllImmeDeliveryJsonResult : ExpressJsonResult
{
/// <summary>
/// 配送公司列表
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
/// 拉取已绑定账号
/// </summary>
public class GetBindAccountJsonResult : WxJsonResult
public class GetBindAccountJsonResult : ExpressJsonResult
{
/// <summary>
/// 绑定的商家签约账号列表
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class GetOrderJsonResult : WxJsonResult
public class GetOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 配送状态
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class PreAddOrderJsonResult : WxJsonResult
public class PreAddOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 实际运费(单位:元),运费减去优惠券费用
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class PreCancelOrderJsonResult : WxJsonResult
public class PreCancelOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 扣除的违约金(单位:元),精确到分
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Senparc.Weixin.WxOpen.AdvancedAPIs.Express
/// <summary>
///
/// </summary>
public class ReOrderJsonResult : WxJsonResult
public class ReOrderJsonResult : ExpressJsonResult
{
/// <summary>
/// 实际运费(单位:元),运费减去优惠券费用
Expand Down

0 comments on commit 3f1b962

Please sign in to comment.