getCosToken method
Implementation
Future<TGetCosTokenResult?> getCosToken(TGetCosTokenParam params) async {
return _documentService.getCosToken(params);
}
Future<TGetCosTokenResult?> getCosToken(TGetCosTokenParam params) async {
return _documentService.getCosToken(params);
}