# 引入
import { reportToRdPlatform } from 't-comm';
// or
import { reportToRdPlatform} from 't-comm/lib/rd-platform-report/index';
# reportToRdPlatform(param)
描述:
上报数据到研发平台
参数:
参数名 | 类型 | 描述 |
---|---|---|
param | object | 参数 |
param.data | object | 上报数据 |
param.host | string | 请求域名 |
param.type | ReportType | 上报类型 |
param.platform | ReportPlatform | 上报平台 |
返回:
上报结果