nosUploaderHost property

  1. @JsonKey(name: "nos_uploader_host")
String? nosUploaderHost
getter/setter pair

NOS上传服务器主机地址(仅nosSupportHttps=true时有效,用作https上传时的域名校验及http header host字段填充) 填host地址

Implementation

@JsonKey(name: "nos_uploader_host")
String? nosUploaderHost;