新增:余额支付、微信支付、下单确认功能

This commit is contained in:
2025-07-28 11:17:41 +08:00
parent 469e020df5
commit 1fdec4b807
14 changed files with 145 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ let baseUrl = BaseUrl
// 开发环境
if(process.env.NODE_ENV === 'development'){
// baseUrl = 'http://localhost:9000/api'
// baseUrl = 'http://localhost:9200/api'
}
export function request<T>(options:any) {
const token = Taro.getStorageSync('access_token');