From 16b37fa24394118e40bf9f32a0fefbb7f71483f5 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 09 三月 2026 11:17:33 +0800
Subject: [PATCH] 修改本地配置

---
 ui/car_wx_app/common/api.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ui/car_wx_app/common/api.js b/ui/car_wx_app/common/api.js
index 5a748d0..d97cfa4 100644
--- a/ui/car_wx_app/common/api.js
+++ b/ui/car_wx_app/common/api.js
@@ -51,3 +51,5 @@
 export const menuList = (data ={}) => http.get('car/wx/getRouters',{params: {...data}});
 export const getSessionKey = (data ={}) => http.get('car/wx/getOpenId',{params: {...data}});
 
+
+export const getOssToken = () => http.get('app/car/getOssToken')

--
Gitblit v1.8.0