Browse Source
Merge pull request #572 from colinin/fix-initliza-send-record
fix(webhooks): 初始化参数
pull/580/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue
|
|
@ -182,6 +182,9 @@ |
|
|
responseStatusCode: undefined, |
|
|
responseStatusCode: undefined, |
|
|
creationTime: new Date(), |
|
|
creationTime: new Date(), |
|
|
lastModificationTime: undefined, |
|
|
lastModificationTime: undefined, |
|
|
|
|
|
requestHeaders: {}, |
|
|
|
|
|
responseHeaders: {}, |
|
|
|
|
|
sendExactSameData: false, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|