From 9344d08f1f68997035904181df1199fcd7c7da9f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 21 十二月 2023 11:35:53 +0800
Subject: [PATCH] 1.完成下载环信码功能

---
 src/api/fysp/evaluateApi.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js
index 5a54955..6e752a6 100644
--- a/src/api/fysp/evaluateApi.js
+++ b/src/api/fysp/evaluateApi.js
@@ -1,11 +1,10 @@
 import { $fysp } from '../index';
 
 export default {
-
   /**
    * 鑾峰彇鑷姩璇勪及鍘嗗彶璁板綍
    */
-  fetchAutoEvaluation(param){
+  fetchAutoEvaluation(param) {
     return $fysp.post(`evaluation/auto/record`, param).then((res) => res.data);
   }
 };

--
Gitblit v1.9.3