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 * @param orderCode
* @return * @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) { public RestApiResponse<?> notificationChargeOrderInfoHistory(@PathVariable("orderCode") String orderCode) {
RestApiResponse<?> response = null; RestApiResponse<?> response = null;
try { try {

View File

@@ -112,7 +112,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
* @return * @return
*/ */
@Override @Override
public Map<String, String> queryToken(CommonParamsDTO dto) { public Map<String, String> queryToken(CommonParamsDTO dto) {
String operatorId = dto.getOperatorID(); String operatorId = dto.getOperatorID();
// 通过operatorId 查出 operatorSecret // 通过operatorId 查出 operatorSecret
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId); ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId);