REQ-3201: 备份
This commit is contained in:
parent
4b543e71d0
commit
cedc99bdbc
@ -105,7 +105,7 @@ public interface EssApi {
|
||||
@RequestBody @Valid CreateContractRequest request);
|
||||
|
||||
/**
|
||||
* 获取合同签署链接
|
||||
* 获取合同签署链接, 有效期为5分钟
|
||||
*/
|
||||
@PostMapping("api/ess/getContractSignUrl")
|
||||
ApiResult<GetContractSignUrlResponse> getContractSignUrl(
|
||||
|
||||
@ -10,7 +10,7 @@ import lombok.Setter;
|
||||
public class GetContractSignUrlResponse {
|
||||
|
||||
/**
|
||||
* 签署地址
|
||||
* 签署地址, 有效期为5分钟
|
||||
*/
|
||||
private String signUrl;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user