[SSL证书]实现基本的自动申请证书流程

This commit is contained in:
刘祥超
2020-11-26 16:39:01 +08:00
parent c2d22fb4fb
commit 564f137877
8 changed files with 70 additions and 14 deletions

View File

@@ -82,6 +82,7 @@ Tea.context(function () {
this.isRequesting = true
this.$post(".run")
.timeout(300)
.params({
taskId: this.taskId
})