|
@@ -622,7 +622,7 @@ public class CommonController extends BaseController {
|
|
|
@ApiOperation("decodeTel加密")
|
|
|
@GetMapping("common/free/decodeTel")
|
|
|
public AjaxResult<String> decodeTel(String key) {
|
|
|
- return AjaxResult.success("成功", EncryptHandler.decrypt(key));
|
|
|
+ return AjaxResult.success("成功", EncryptHandler.encrypt(key));
|
|
|
}
|
|
|
|
|
|
@ApiOperation("分销打款结果回调")
|