Browse Source

GetPaymentListAsync 选型无需验证token

july.yuan 4 months ago
parent
commit
16e42fbdab

+ 1 - 0
BasicPlatform/Vinno.IDS.BasicPlatform.Server/Services/Common/U8/V2/U8FinanceServices.cs

@@ -11,6 +11,7 @@ namespace Vinno.IDS.BasicPlatform.Server.Services.Common
     {
         [Api]
         [U8V2Api]
+        [SystemSkipValidation(SystemCodes = "OrderManagement")]
         public async Task<ResponseData<U8GetPaymentListV2VO>> GetPaymentListAsync(U8GetPaymentListV2DTO dto)
         {
             var res = U8V2ApiHelper.Instance.GetPaymentListAsync(dto);