账号和密码不能一致
This commit is contained in:
@@ -217,6 +217,11 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
|||||||
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "服务不在线");
|
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "服务不在线");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (request.Account == request.Pwd)
|
||||||
|
{
|
||||||
|
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "账号和密码不能一致");
|
||||||
|
}
|
||||||
|
|
||||||
var userEntity = await m_UserService.GetById(userId);
|
var userEntity = await m_UserService.GetById(userId);
|
||||||
|
|
||||||
//天卡0.1元
|
//天卡0.1元
|
||||||
|
|||||||
Reference in New Issue
Block a user