|
@@ -10,7 +10,7 @@ namespace Essensoft.AspNetCore.Payment.WeChatPay.V3
|
|
|
public static class WeChatPayNotifyResult
|
|
|
{
|
|
|
private static readonly ContentResult success = new ContentResult { Content = "{\"code\":\"SUCCESS\",\"message\":\"SUCCESS\"}", ContentType = "application/json", StatusCode = 200 };
|
|
|
- private static readonly ContentResult failure = new ContentResult { Content = "{\"code\":\"FAIL\",\"message\":\"FAIL\"}", ContentType = "application/json", StatusCode = 200 };
|
|
|
+ private static readonly ContentResult failure = new ContentResult { Content = "{\"code\":\"FAIL\",\"message\":\"FAIL\"}", ContentType = "application/json", StatusCode = 500 };
|
|
|
|
|
|
/// <summary>
|
|
|
/// 成功
|