|
@@ -30,4 +30,9 @@ export const smartReportDetail=params=>{
|
|
|
//获取分享信息
|
|
|
export const getShareInfo=params=>{
|
|
|
return get('/smart_report/wechat_share/detail',params)
|
|
|
+}
|
|
|
+
|
|
|
+//外部报告
|
|
|
+export const getExternalReport = params => {
|
|
|
+ return get('/report/share/outside/report/detail',params)
|
|
|
}
|