public static final class ModifySmsSignRequest.SignFileList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifySmsSignRequest.SignFileList |
build() |
ModifySmsSignRequest.SignFileList.Builder |
fileContents(String fileContents)
The base64-encoded string of the signed files.
|
ModifySmsSignRequest.SignFileList.Builder |
fileSuffix(String fileSuffix)
The format of the documents.
|
public ModifySmsSignRequest.SignFileList.Builder fileContents(String fileContents)
The base64-encoded string of the signed files. The size of the image cannot exceed 2 MB.
In some scenarios, documents are required to prove your identity. For more information, see Signature specifications.
This parameter is required.
example:R0lGODlhHAAmAKIHAKqqqsvLy0hISObm5vf394uLiwAA
public ModifySmsSignRequest.SignFileList.Builder fileSuffix(String fileSuffix)
The format of the documents. You can upload multiple images. JPG, PNG, GIF, and JPEG are supported.
In some scenarios, documents are required to prove your identity. For more information, see Signature specifications.
If the signature is used for other purposes or the signature source is an enterprise or public institution, you must upload some documents and an authorization letter. For more information, see Documents and Letter of authorization.
This parameter is required.
example:jpg
public ModifySmsSignRequest.SignFileList build()
Copyright © 2026. All rights reserved.