he2802 1 rok pred
rodič
commit
dff5a90628

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/common/CommonController.java

@@ -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("分销打款结果回调")