Browse Source

feat: 转账手续费 3-13

max 4 months ago
parent
commit
e5dd62447b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/api/middleware/authority.ts

+ 1 - 1
src/modules/api/middleware/authority.ts

@@ -41,7 +41,7 @@ export class BaseAuthorityMiddleware
 
   resolve() {
     return async (ctx: Context, next: NextFunction) => {
-      if (ctx.url.includes('/api/open/sign') || ctx.url.includes('api/open/easypay-webhook') || true) {
+      if (ctx.url.includes('/api/open/sign') || ctx.url.includes('api/open/easypay-webhook')) {
         await next();
         return;
       }