This commit is contained in:
Lemon
2025-07-04 14:52:24 +08:00
parent c8187d57e6
commit ea62031179
2 changed files with 3 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ public class QingHaiController extends ThirdPartyBaseController {
*/
@GetMapping("/pushOrderInfo/{orderCode}")
public RestApiResponse<?> pushOrderInfo(@PathVariable("orderCode") String orderCode) {
logger.info("青海平台推送订单信息 params:{}", orderCode);
RestApiResponse<?> response = null;
try {
String result = platformLogic.notificationChargeOrderInfo(orderCode);