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

This commit is contained in:
GoEdgeLab
2020-11-26 16:39:01 +08:00
parent 824e929d40
commit 555d5b74de
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
})