Commit 9f490419 by songyinghui

feature: 二维码绑定人操作

parent 24b03558
......@@ -91,6 +91,7 @@ public class ContentAccountController {
accountGenerateQrCodeQDTO.setEnterpriseId(accountGenerateQrCodeQo.getEnterpriseId());
accountGenerateQrCodeQDTO.setSourceType(ContentAccountQrCodeSourceType.HAOBAN.getCode());
accountGenerateQrCodeQDTO.setKey(accountGenerateQrCodeQo.getKey());
accountGenerateQrCodeQDTO.setAccountId(accountGenerateQrCodeQDTO.getAccountId());
ServiceResponse<AccountAuthorizeDTO> serviceResponse = contentAccountApiService.generateQrCode(accountGenerateQrCodeQDTO);
if (!serviceResponse.isSuccess()) {
return RestResponse.failure("500", "生成二维码异常");
......
......@@ -20,6 +20,7 @@ public class AccountAuthorizeResultVo implements Serializable {
* 1 扫码失败
* 2 授权码已过期
* 3 授权完成
* 4 授权完成,但是实际授权账号与授权二维码账号不一致
*/
private Integer status;
......
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