فهرست منبع

fix: remove _method from resolveAuthId query

gangvy 5 ماه پیش
والد
کامیت
64b51a7335
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/app/app.ts

+ 0 - 1
src/app/app.ts

@@ -256,7 +256,6 @@ export class App implements OnInit {
     // 1. 查询已有 APIGAuth
     try {
       const query: any = {
-        _method: 'GET',
         where: JSON.stringify({
           api: { __type: 'Pointer', className: 'APIG', objectId: apig },
           company: { __type: 'Pointer', className: 'Company', objectId: user }