Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2023-08-24 09:42:27 | 2 | * @Date: 2023-08-24 09:42:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-26 16:28:22 | 4 | + * @LastEditTime: 2024-01-27 11:52:54 |
| 5 | * @FilePath: /xysBooking/src/api/index.js | 5 | * @FilePath: /xysBooking/src/api/index.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -101,7 +101,7 @@ export const billInfoAPI = (params) => fn(fetch.get(Api.BILL_INFO, params)); | ... | @@ -101,7 +101,7 @@ export const billInfoAPI = (params) => fn(fetch.get(Api.BILL_INFO, params)); |
| 101 | 101 | ||
| 102 | /** | 102 | /** |
| 103 | * @description: 预约单详情,参观者列表 - 免授权接口 | 103 | * @description: 预约单详情,参观者列表 - 免授权接口 |
| 104 | - * @param {String} bill_id 预约单id | 104 | + * @param {String} pay_id 订单id |
| 105 | * @returns {String} | 105 | * @returns {String} |
| 106 | */ | 106 | */ |
| 107 | export const onAuthBillInfoAPI = (params) => fn(fetch.get(Api.ON_AUTH_BILL_INFO, params)); | 107 | export const onAuthBillInfoAPI = (params) => fn(fetch.get(Api.ON_AUTH_BILL_INFO, params)); | ... | ... |
-
Please register or login to post a comment