Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-27 12:15:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ffe7f8f2975fd3bbf7917c63a1222fe99ab024f
4ffe7f8f
1 parent
bfaf57a4
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/api/index.js
src/api/index.js
View file @
4ffe7f8
/*
* @Date: 2023-08-24 09:42:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
6 16:28:22
* @LastEditTime: 2024-01-2
7 11:52:54
* @FilePath: /xysBooking/src/api/index.js
* @Description: 文件描述
*/
...
...
@@ -101,7 +101,7 @@ export const billInfoAPI = (params) => fn(fetch.get(Api.BILL_INFO, params));
/**
* @description: 预约单详情,参观者列表 - 免授权接口
* @param {String}
bill_id 预约
单id
* @param {String}
pay_id 订
单id
* @returns {String}
*/
export
const
onAuthBillInfoAPI
=
(
params
)
=>
fn
(
fetch
.
get
(
Api
.
ON_AUTH_BILL_INFO
,
params
));
...
...
Please
register
or
login
to post a comment