From 6479fb873fc2dcd9d8418b10f355c825b64b82eb Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期一, 30 九月 2024 17:01:26 +0800
Subject: [PATCH] 修改主页会员卡信息,修改会员卡绑定

---
 api/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/index.js b/api/index.js
index 6c865b5..0a07eac 100644
--- a/api/index.js
+++ b/api/index.js
@@ -14,7 +14,7 @@
 export function getRegionApi(code){
 	return request(`/sysRegion/getListChild?code=${code}`,{},'GET')
 }
-//创建用户档案、送水地址
+//开卡、用户档案、送水地址
 export function creatUserArchive(data){
 	return request('/userArchives/realName',data,'POST')
 }

--
Gitblit v1.9.3