We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24a86c commit 46da45fCopy full SHA for 46da45f
src/modules/apigw/entities/api.ts
@@ -191,7 +191,7 @@ export default class ApiEntity {
191
}
192
193
// TODO: 一个奇怪的问题:测试中不解绑 app 直接修改没有问题,但实际中必须先解绑 app
194
- await this.unbindApiApp({ serviceId, apiId: endpoint.apiId, environment });
+ // await this.unbindApiApp({ serviceId, apiId: endpoint.apiId, environment });
195
196
await this.request({
197
Action: 'ModifyApi',
0 commit comments