This commit is contained in:
Lemon
2024-05-30 13:52:19 +08:00
parent f857bc3d86
commit 0719a13108
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ public class NingXiaController extends ThirdPartyBaseController {
* @param orderCode
* @return
*/
@GetMapping("/v1/supervise_notification_equip_charge_status/{orderCode}")
@GetMapping("/v1/supervise_notification_charge_order_info_history/{orderCode}")
public RestApiResponse<?> notificationChargeOrderInfoHistory(@PathVariable("orderCode") String orderCode) {
RestApiResponse<?> response = null;
try {