Commit b03c0de3 by xieshixiang

修改解绑接口返回值

parent a68eebdb
......@@ -66,7 +66,6 @@ public class BindInfoControlller extends BaseController {
*/
@PostMapping("unbind")
@BodyDecryptAnnotation
@ResponseEncryptAnnotation
public Response unbindInfo(@RequestBody @Validated UnBindReq req) {
return service.unbindInfo(req) ? ResponseGenerator.success() : ResponseGenerator.fail("解绑失败");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment