mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-08 07:58:04 +08:00
update
This commit is contained in:
@@ -214,7 +214,7 @@ public abstract class AbsInterfaceWithPlatformLogic implements InitializingBean
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
public Map<String, String> checkoutSign(CommonParamsDTO dto){
|
||||
public Map<String, String> checkoutSign(CommonParamsDTO dto) {
|
||||
String operatorID = dto.getOperatorID();
|
||||
// 通过operatorID 查出 operatorSecret
|
||||
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorID);
|
||||
|
||||
Reference in New Issue
Block a user