fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-03 15:31:52
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-22 14:04:05
|
||||
* @LastEditTime : 2022-02-22 14:48:17
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\services\\order-management.service.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -153,6 +153,10 @@ export class OrderManagementService extends ShipperBaseService {
|
||||
|
||||
// 获取订单退款申请表
|
||||
public $api_billRefundApplication_get = '/api/fcc/billRefundApplication/get';
|
||||
// 同意退款
|
||||
public $api_billRefundApplication_agreeRefund = '/api/fcc/billRefundApplication/agreeRefund';
|
||||
// 保存订单退款申请表
|
||||
public $api_billRefundApplication_save = '/api/fcc/billRefundApplication/save';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user