@@ -1,15 +1,5 @@
import request, { postBlob, getBlob, handleImport } from '@/utils/request'
-for(var i=0;i<1;i++){
- request({
- url: `/order/refund/test`,
- method: 'post',
- }).then(res=>{
- console.log(JSON.parse(res.data),"bkuyboiun")
- })
-}
-
export function zfapiNoticeDetail(params) {
return request({
url: '/notice/detail',
@@ -80,4 +70,4 @@ export function getNoticeDetail(params) {
method: 'get',
params
})
+}