secType property

int secType
getter/setter pair

加密类型,0:Base64加密,上传时image_sec传false;1:百度加密文件加密,上传时image_sec传true

Implementation

late int secType;