code review:优化支付通知的实现

This commit is contained in:
YunaiV
2023-08-11 07:58:08 +08:00
parent 26cf4ca64a
commit 1ab7ea0640
4 changed files with 157 additions and 198 deletions

View File

@ -221,7 +221,6 @@
<script lang="ts" setup>
import { DICT_TYPE, getIntDictOptions, getStrDictOptions } from '@/utils/dict'
import { dateFormatter } from '@/utils/formatTime'
// import * as MerchantApi from '@/api/pay/merchant'
import * as OrderApi from '@/api/pay/order'
import OrderDetail from './OrderDetail.vue'
import download from '@/utils/download'