@@ -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 }