|
@@ -159,7 +159,7 @@ export const fireDetail = '/web/fireProject/getProjectDetail'
|
|
|
// export const fireDetailByPsw = '/web/fireProject/getDetailWithoutAuth'
|
|
|
|
|
|
// 获取火调详情
|
|
|
-export const fireDetailByPsw = '/web/fireProject/wxAnonGetDetail'
|
|
|
+export const fireDetailByPsw = '/web/fireProject/getDetailWithoutAuth' //wxAnonGetDetail
|
|
|
/** ------------------------------------------ */
|
|
|
|
|
|
|
|
@@ -175,7 +175,7 @@ export const insertMessage = '/web/message/addNew'
|
|
|
export const getAttachList = '/web/attachment/getListByProject'
|
|
|
// export const getAttachListByPsw = '/web/attachment/getListByAnon'
|
|
|
|
|
|
-export const getAttachListByPsw = '/web/attachment/wxAnonGetList'
|
|
|
+export const getAttachListByPsw = '/web/attachment/getListByAnon' // wxAnonGetList
|
|
|
|
|
|
// 新增火调
|
|
|
export const insertAttach = '/web/attachment/addNew'
|