public interface BdcMmclRestService
String
decrypt(String mw, String publickey)
encrypt(String password)
@GetMapping(value="/realestate-inquiry/rest/v1.0/mmcl/encrypt/{password}") String encrypt(@PathVariable(value="password") String password)
password
@GetMapping(value="/realestate-inquiry/rest/v1.0/mmcl/decrypt") String decrypt(@RequestParam(value="mw") String mw, @RequestParam(value="publickey") String publickey)
mw
publickey
Copyright © 2020 GTMAP. All rights reserved.