Commit 1e1945ae authored by pete谢兆麟's avatar pete谢兆麟

我的文字 我的签字接口整理

parent 809f6166
...@@ -169,7 +169,7 @@ class YHAllApiName { ...@@ -169,7 +169,7 @@ class YHAllApiName {
static let getPublicUrlsApi = "oss/storage/batchConvertToPublicURL" static let getPublicUrlsApi = "oss/storage/batchConvertToPublicURL"
} }
//我的签字和文书 //我的签字
struct Signature { struct Signature {
// 签字列表 // 签字列表
static let list = "infoflow/my-sign/list" static let list = "infoflow/my-sign/list"
...@@ -181,8 +181,20 @@ class YHAllApiName { ...@@ -181,8 +181,20 @@ class YHAllApiName {
static let personalUrl = "infoflow/sign/personal-auth" static let personalUrl = "infoflow/sign/personal-auth"
// 获取签署状态 // 获取签署状态
static let callBack = "infoflow/sign/check-is-complete" static let callBack = "infoflow/sign/check-is-complete"
// 签字上传
static let upload = "infoflow/sign/upload"
// 签字下载
static let download = "infoflow/sign/download"
// 发送邮箱
static let sendMail = "infoflow/sign/send_mail"
// 提交签字
static let confirm = "infoflow/my-sign/confirm"
// 查看合同
static let look = "infoflow/sign/view-detail"
} }
//我的文书
struct Documents { struct Documents {
// 文书列表 // 文书列表
static let list = "infoflow/my-doc/doc-list" static let list = "infoflow/my-doc/doc-list"
...@@ -190,6 +202,13 @@ class YHAllApiName { ...@@ -190,6 +202,13 @@ class YHAllApiName {
static let detail = "infoflow/my-doc/doc-details" static let detail = "infoflow/my-doc/doc-details"
// 腾讯文档编辑 // 腾讯文档编辑
static let temporaryUrl = "infoflow/my-doc/get_temporaryUrl" static let temporaryUrl = "infoflow/my-doc/get_temporaryUrl"
// 赴港计划书操作
static let hkPlan = "infoflow/my-doc/hk-plan-edit"
// 文书提交
static let submit = "infoflow/my-doc/doc-submit"
// 文书操作记录
static let record = "infoflow/my-doc/document-operation-record"
} }
//我的证件 //我的证件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment