C# 클래스 CCN.Modules.Customer.DataAccess.CustomerDA

상속: CustomerDataAccessBase
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
AddAuthentication ( CustAuthenticationModel model ) : int

用户添加认证信息

AddCompanyApplyUpdate ( CompanyApplyUpdateModel model ) : int

申请企业信息修改

AddCompanyPictureList ( List pathList, string settid ) : int

批量保存图片(添加)

AddCustWeChatPay ( CustWxPayModel model ) : int

保存会员的订单

AddLaudator ( CustLaudator model ) : int

保存点赞人信息

AddSiteAdvice ( SiteAdviceModel model ) : int

保存投诉建议

AddTag ( CustTagModel model ) : int

添加标签

AddUser ( UserModel userInfo ) : int

C用户 用户注册

AuditAuthentication ( CustAuthenticationModel model ) : int

审核认证信息

CancelAuditAuthentication ( string custid ) : int

撤销审核

CheckComment ( string ip, string companyid ) : int

验证重复评论

CheckEmail ( string email ) : int

会员注册检查Email是否被注册

CheckMobile ( string mobile ) : int

会员注册检查手机号是否被注册

CheckPraise ( string ip, string companyid ) : int

验证重复点赞

CustInfoByCarid ( string carid ) : CustModel

根据carid获取会员基本信息

CustInfoByOpenid ( string openid ) : CustModel

根据openid获取会员基本信息

CustLogin ( CustLoginInfo loginInfo ) : CustModel

用户登录

CustLoginByOpenid ( string openid ) : CustModel

用户登录(openid登录)

CustRegister ( CustModel userInfo ) : int

用户注册

CustWeChatPayByCustid ( string custid ) : CustWxPayModel

获取会员的订单

CustWeChatPayByorderno ( string orderno ) : CustWxPayModel

根据订单号获取订单信息

CustWechatByOpenid ( string openid ) : CustWechat

获取微信信息

CustomerDA ( ) : System

DelCompanyPictureList ( List idList, string settid ) : int

批量保存图片(删除)

DelTagRelation ( string innerid ) : int

删除标签关系

DeleteAll ( ) : int

清除所有数据(除基础数据)

DeleteComment ( string innerid ) : int

删除评论(逻辑删除)

DeleteCustomer ( string mobile ) : int

删除会员所有信息

DeleteTag ( string innerid ) : int

删除标签

DoComment ( CommentModel model ) : int

企业评论

DoPraise ( PraiseModel model ) : int

企业点赞

DoTagRelation ( CustTagRelation model ) : int

打标签

GetApplyModel ( string applyid ) : CompanyApplyUpdateModel

获取申请的信息

GetCommentPageList ( CommentQueryModel query ) : BasePageList

评论列表

GetCommentViewByID ( string innerid ) : CommentListModel

根据ID获取详情

GetCompanyById ( string innerid ) : CompanyViewModel

获取公司详情

GetCompanyModelById ( string innerid ) : CompanyModel

获取公司model

GetCompanyPageList ( CompanyQueryModel query ) : BasePageList

公司列表

GetCompanyPictureById ( string settid ) : IEnumerable

获取公司图片

GetCompanyPictureByIds ( List idList ) : IEnumerable

获取需要删除的图片列表

GetCompanyPictureListById ( string settid ) : IEnumerable

获取公司图片

GetCustAuthByCustid ( string custid ) : CustAuthenticationModel

获取会员认证信息 by custid

GetCustAuthById ( string innerid ) : CustAuthenticationModel

获取会员认证信息 by innerid

GetCustById ( string innerid ) : CustViewModel

获取会员详情

GetCustByMobile ( string mobile ) : CustModel

获取会员详情(根据手机号)

GetCustByOpenid ( string openid ) : CustModel

根据openid获取会员信息

GetCustLaudatorByOpenid ( string openid, string tocustid ) : CustLaudator

获取点赞人信息 by openid

GetCustPageList ( CustQueryModel query ) : BasePageList

获取会员列表

GetCustWeChatList ( CustWeChatQueryModel query ) : BasePageList

获取cust_wechat信息列表

GetCustomerAllPicture ( string mobile ) : DeleteCustAllPic

删除会员所有信息

GetLaudatorListByCustid ( string custid ) : IEnumerable

根据会员id获取所有点赞人列表

GetScoreList ( string settid ) : ScoreListModel

评分列表

GetTagById ( string innerid ) : CustTagModel

获取标签详情

GetTagPageList ( CustTagQueryModel query ) : BasePageList

获取标签列表

GetTagRelation ( string custid ) : IEnumerable

获取会员拥有的标签

GetTagRelationWithOper ( string custid, string tagid ) : IEnumerable

获取会员该标签的操作者

GetUpdateApplyById ( string applyid ) : CompanyApplyUpdateViewModel

获取申请的信息view

GetUpdateApplyPageList ( CompanyUpdateApplyQueryModel query ) : BasePageList

修改申请列表

GetUserInfoById ( string innerid ) : UserViewModel

C用户 获取会员详情

GetUserInfoByMobile ( string mobile ) : UserViewModel

C用户 获取会员详情(根据手机号)

GetUserPageList ( UserQueryModel query ) : BasePageList

C用户 获取会员列表

ImportCompany ( DataTable dt ) : int

导入公司

RebindFans ( CustRebindFansModel model ) : int

SaveCompanyPicture ( CompanyPictureListModel model ) : int

批量保存图片(添加+删除)

SaveLaudatorRelation ( CustLaudatorRelation relModel ) : int

保存关系表

SaveTotalRecord ( CustTotalRecordModel model ) : int

SendWelfare ( int refreshnum, int topnum ) : int

发福利

UpdateApplyStatus ( CompanyApplyUpdateModel model ) : int

更新申请表状态

UpdateAuthentication ( CustAuthenticationModel model ) : int

用户修改认证信息

UpdateCompanyModel ( CompanyModel model ) : int

更新企业信息(后台系统)

UpdateCompanyModel ( CompanyModel model, string pictures ) : int

更新企业信息

UpdateCustInfo ( CustModel model ) : int

修改会员信息

UpdateCustStatus ( string innerid, int status ) : int

修改会员状态(冻结和解冻)

UpdateCustTotalCount ( string custid, int type, int count, int oper = 1 ) : int

更新会员的刷新次数

UpdateCustType ( string innerid ) : CustModel

修改会员类型(修改成功后返回会员信息)

UpdateCustWeChatPay ( CustWxPayModel model ) : int

保存会员的订单

UpdateCustWeChatPayBack ( string orderNo ) : int

支付回调更新会员信息

UpdateLaudator ( CustLaudator model ) : int

用户修改认证信息

UpdateOpenid ( string custid, string openid ) : int

更新绑定openid

UpdatePassword ( CustRetrievePassword mRetrievePassword ) : int

修改密码

UpdateQrCode ( string innerid, string qrcode ) : int

更新会员二维码

UpdateTag ( CustTagModel model ) : int

修改标签

UpdateTagStatus ( string innerid, int status ) : int

修改标签状态

UpdateUserInfo ( UserModel model ) : int

C用户 修改会员信息

UpdateUserPassword ( UserRetrievePassword mRetrievePassword ) : int

C用户 修改密码

UpdateUserQrCode ( string innerid, string qrcode ) : int

C用户 更新会员二维码

UpdateUserStatus ( string innerid, int status ) : int

C用户 修改会员状态(冻结和解冻)

UpgradeBoutique ( string innerid ) : int

升级为精品车商

UserCheckMobile ( string mobile ) : int

会员注册检查手机号是否被注册

UserLogin ( UserLoginInfo loginInfo ) : UserViewModel

C用户 用户登录

메소드 상세

AddAuthentication() 공개 메소드

用户添加认证信息
public AddAuthentication ( CustAuthenticationModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustAuthenticationModel 认证信息
리턴 int

AddCompanyApplyUpdate() 공개 메소드

申请企业信息修改
public AddCompanyApplyUpdate ( CompanyApplyUpdateModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CompanyApplyUpdateModel
리턴 int

AddCompanyPictureList() 공개 메소드

批量保存图片(添加)
public AddCompanyPictureList ( List pathList, string settid ) : int
pathList List
settid string
리턴 int

AddCustWeChatPay() 공개 메소드

保存会员的订单
public AddCustWeChatPay ( CustWxPayModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustWxPayModel
리턴 int

AddLaudator() 공개 메소드

保存点赞人信息
public AddLaudator ( CustLaudator model ) : int
model CCN.Modules.Customer.BusinessEntity.CustLaudator 点赞人信息
리턴 int

AddSiteAdvice() 공개 메소드

保存投诉建议
public AddSiteAdvice ( SiteAdviceModel model ) : int
model CCN.Modules.Customer.BusinessEntity.SiteAdviceModel
리턴 int

AddTag() 공개 메소드

添加标签
public AddTag ( CustTagModel model ) : int
model CustTagModel 标签信息
리턴 int

AddUser() 공개 메소드

C用户 用户注册
public AddUser ( UserModel userInfo ) : int
userInfo CCN.Modules.Customer.BusinessEntity.UserModel 用户信息
리턴 int

AuditAuthentication() 공개 메소드

审核认证信息
public AuditAuthentication ( CustAuthenticationModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustAuthenticationModel 会员相关信息
리턴 int

CancelAuditAuthentication() 공개 메소드

撤销审核
public CancelAuditAuthentication ( string custid ) : int
custid string 会员id
리턴 int

CheckComment() 공개 메소드

验证重复评论
public CheckComment ( string ip, string companyid ) : int
ip string
companyid string
리턴 int

CheckEmail() 공개 메소드

会员注册检查Email是否被注册
public CheckEmail ( string email ) : int
email string Email
리턴 int

CheckMobile() 공개 메소드

会员注册检查手机号是否被注册
public CheckMobile ( string mobile ) : int
mobile string 手机号
리턴 int

CheckPraise() 공개 메소드

验证重复点赞
public CheckPraise ( string ip, string companyid ) : int
ip string
companyid string
리턴 int

CustInfoByCarid() 공개 메소드

根据carid获取会员基本信息
public CustInfoByCarid ( string carid ) : CustModel
carid string 车辆id
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

CustInfoByOpenid() 공개 메소드

根据openid获取会员基本信息
public CustInfoByOpenid ( string openid ) : CustModel
openid string openid
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

CustLogin() 공개 메소드

用户登录
public CustLogin ( CustLoginInfo loginInfo ) : CustModel
loginInfo CCN.Modules.Customer.BusinessEntity.CustLoginInfo 登录账户
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

CustLoginByOpenid() 공개 메소드

用户登录(openid登录)
public CustLoginByOpenid ( string openid ) : CustModel
openid string openid
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

CustRegister() 공개 메소드

用户注册
public CustRegister ( CustModel userInfo ) : int
userInfo CCN.Modules.Customer.BusinessEntity.CustModel 用户信息
리턴 int

CustWeChatPayByCustid() 공개 메소드

获取会员的订单
public CustWeChatPayByCustid ( string custid ) : CustWxPayModel
custid string
리턴 CCN.Modules.Customer.BusinessEntity.CustWxPayModel

CustWeChatPayByorderno() 공개 메소드

根据订单号获取订单信息
public CustWeChatPayByorderno ( string orderno ) : CustWxPayModel
orderno string
리턴 CCN.Modules.Customer.BusinessEntity.CustWxPayModel

CustWechatByOpenid() 공개 메소드

获取微信信息
public CustWechatByOpenid ( string openid ) : CustWechat
openid string openid
리턴 CCN.Modules.Customer.BusinessEntity.CustWechat

CustomerDA() 공개 메소드

public CustomerDA ( ) : System
리턴 System

DelCompanyPictureList() 공개 메소드

批量保存图片(删除)
public DelCompanyPictureList ( List idList, string settid ) : int
idList List
settid string
리턴 int

DelTagRelation() 공개 메소드

删除标签关系
public DelTagRelation ( string innerid ) : int
innerid string
리턴 int

DeleteAll() 공개 메소드

清除所有数据(除基础数据)
public DeleteAll ( ) : int
리턴 int

DeleteComment() 공개 메소드

删除评论(逻辑删除)
public DeleteComment ( string innerid ) : int
innerid string
리턴 int

DeleteCustomer() 공개 메소드

删除会员所有信息
public DeleteCustomer ( string mobile ) : int
mobile string 手机号
리턴 int

DeleteTag() 공개 메소드

删除标签
public DeleteTag ( string innerid ) : int
innerid string 标签id
리턴 int

DoComment() 공개 메소드

企业评论
public DoComment ( CommentModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CommentModel
리턴 int

DoPraise() 공개 메소드

企业点赞
public DoPraise ( PraiseModel model ) : int
model CCN.Modules.Customer.BusinessEntity.PraiseModel
리턴 int

DoTagRelation() 공개 메소드

打标签
public DoTagRelation ( CustTagRelation model ) : int
model CustTagRelation
리턴 int

GetApplyModel() 공개 메소드

获取申请的信息
public GetApplyModel ( string applyid ) : CompanyApplyUpdateModel
applyid string
리턴 CCN.Modules.Customer.BusinessEntity.CompanyApplyUpdateModel

GetCommentPageList() 공개 메소드

评论列表
public GetCommentPageList ( CommentQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.CommentQueryModel
리턴 BasePageList

GetCommentViewByID() 공개 메소드

根据ID获取详情
public GetCommentViewByID ( string innerid ) : CommentListModel
innerid string
리턴 CCN.Modules.Customer.BusinessEntity.CommentListModel

GetCompanyById() 공개 메소드

获取公司详情
public GetCompanyById ( string innerid ) : CompanyViewModel
innerid string
리턴 CCN.Modules.Customer.BusinessEntity.CompanyViewModel

GetCompanyModelById() 공개 메소드

获取公司model
public GetCompanyModelById ( string innerid ) : CompanyModel
innerid string
리턴 CCN.Modules.Customer.BusinessEntity.CompanyModel

GetCompanyPageList() 공개 메소드

公司列表
public GetCompanyPageList ( CompanyQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.CompanyQueryModel
리턴 BasePageList

GetCompanyPictureById() 공개 메소드

获取公司图片
public GetCompanyPictureById ( string settid ) : IEnumerable
settid string
리턴 IEnumerable

GetCompanyPictureByIds() 공개 메소드

获取需要删除的图片列表
public GetCompanyPictureByIds ( List idList ) : IEnumerable
idList List 车辆ids
리턴 IEnumerable

GetCompanyPictureListById() 공개 메소드

获取公司图片
public GetCompanyPictureListById ( string settid ) : IEnumerable
settid string
리턴 IEnumerable

GetCustAuthByCustid() 공개 메소드

获取会员认证信息 by custid
public GetCustAuthByCustid ( string custid ) : CustAuthenticationModel
custid string 会员id
리턴 CCN.Modules.Customer.BusinessEntity.CustAuthenticationModel

GetCustAuthById() 공개 메소드

获取会员认证信息 by innerid
public GetCustAuthById ( string innerid ) : CustAuthenticationModel
innerid string id
리턴 CCN.Modules.Customer.BusinessEntity.CustAuthenticationModel

GetCustById() 공개 메소드

获取会员详情
public GetCustById ( string innerid ) : CustViewModel
innerid string 会员id
리턴 CCN.Modules.Customer.BusinessEntity.CustViewModel

GetCustByMobile() 공개 메소드

获取会员详情(根据手机号)
public GetCustByMobile ( string mobile ) : CustModel
mobile string 会员手机号
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

GetCustByOpenid() 공개 메소드

根据openid获取会员信息
public GetCustByOpenid ( string openid ) : CustModel
openid string openid
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

GetCustLaudatorByOpenid() 공개 메소드

获取点赞人信息 by openid
public GetCustLaudatorByOpenid ( string openid, string tocustid ) : CustLaudator
openid string 点赞者的openid
tocustid string 被点赞者的会员id
리턴 CCN.Modules.Customer.BusinessEntity.CustLaudator

GetCustPageList() 공개 메소드

获取会员列表
public GetCustPageList ( CustQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.CustQueryModel 查询条件
리턴 BasePageList

GetCustWeChatList() 공개 메소드

获取cust_wechat信息列表
public GetCustWeChatList ( CustWeChatQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.CustWeChatQueryModel
리턴 BasePageList

GetCustomerAllPicture() 공개 메소드

删除会员所有信息
public GetCustomerAllPicture ( string mobile ) : DeleteCustAllPic
mobile string 手机号
리턴 CCN.Modules.Customer.BusinessEntity.DeleteCustAllPic

GetLaudatorListByCustid() 공개 메소드

根据会员id获取所有点赞人列表
public GetLaudatorListByCustid ( string custid ) : IEnumerable
custid string 会员id
리턴 IEnumerable

GetScoreList() 공개 메소드

评分列表
public GetScoreList ( string settid ) : ScoreListModel
settid string
리턴 CCN.Modules.Customer.BusinessEntity.ScoreListModel

GetTagById() 공개 메소드

获取标签详情
public GetTagById ( string innerid ) : CustTagModel
innerid string 标签id
리턴 CustTagModel

GetTagPageList() 공개 메소드

获取标签列表
public GetTagPageList ( CustTagQueryModel query ) : BasePageList
query CustTagQueryModel 查询条件
리턴 BasePageList

GetTagRelation() 공개 메소드

获取会员拥有的标签
public GetTagRelation ( string custid ) : IEnumerable
custid string
리턴 IEnumerable

GetTagRelationWithOper() 공개 메소드

获取会员该标签的操作者
public GetTagRelationWithOper ( string custid, string tagid ) : IEnumerable
custid string
tagid string
리턴 IEnumerable

GetUpdateApplyById() 공개 메소드

获取申请的信息view
public GetUpdateApplyById ( string applyid ) : CompanyApplyUpdateViewModel
applyid string
리턴 CCN.Modules.Customer.BusinessEntity.CompanyApplyUpdateViewModel

GetUpdateApplyPageList() 공개 메소드

修改申请列表
public GetUpdateApplyPageList ( CompanyUpdateApplyQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.CompanyUpdateApplyQueryModel
리턴 BasePageList

GetUserInfoById() 공개 메소드

C用户 获取会员详情
public GetUserInfoById ( string innerid ) : UserViewModel
innerid string 会员id
리턴 CCN.Modules.Customer.BusinessEntity.UserViewModel

GetUserInfoByMobile() 공개 메소드

C用户 获取会员详情(根据手机号)
public GetUserInfoByMobile ( string mobile ) : UserViewModel
mobile string 会员手机号
리턴 CCN.Modules.Customer.BusinessEntity.UserViewModel

GetUserPageList() 공개 메소드

C用户 获取会员列表
public GetUserPageList ( UserQueryModel query ) : BasePageList
query CCN.Modules.Customer.BusinessEntity.UserQueryModel 查询条件
리턴 BasePageList

ImportCompany() 공개 메소드

导入公司
public ImportCompany ( DataTable dt ) : int
dt System.Data.DataTable
리턴 int

RebindFans() 공개 메소드

public RebindFans ( CustRebindFansModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustRebindFansModel
리턴 int

SaveCompanyPicture() 공개 메소드

批量保存图片(添加+删除)
public SaveCompanyPicture ( CompanyPictureListModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CompanyPictureListModel
리턴 int

SaveLaudatorRelation() 공개 메소드

保存关系表
public SaveLaudatorRelation ( CustLaudatorRelation relModel ) : int
relModel CCN.Modules.Customer.BusinessEntity.CustLaudatorRelation 关系对象
리턴 int

SaveTotalRecord() 공개 메소드

public SaveTotalRecord ( CustTotalRecordModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustTotalRecordModel
리턴 int

SendWelfare() 공개 메소드

发福利
public SendWelfare ( int refreshnum, int topnum ) : int
refreshnum int
topnum int
리턴 int

UpdateApplyStatus() 공개 메소드

更新申请表状态
public UpdateApplyStatus ( CompanyApplyUpdateModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CompanyApplyUpdateModel
리턴 int

UpdateAuthentication() 공개 메소드

用户修改认证信息
public UpdateAuthentication ( CustAuthenticationModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustAuthenticationModel 认证信息
리턴 int

UpdateCompanyModel() 공개 메소드

更新企业信息(后台系统)
public UpdateCompanyModel ( CompanyModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CompanyModel
리턴 int

UpdateCompanyModel() 공개 메소드

更新企业信息
public UpdateCompanyModel ( CompanyModel model, string pictures ) : int
model CCN.Modules.Customer.BusinessEntity.CompanyModel
pictures string
리턴 int

UpdateCustInfo() 공개 메소드

修改会员信息
public UpdateCustInfo ( CustModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustModel
리턴 int

UpdateCustStatus() 공개 메소드

修改会员状态(冻结和解冻)
public UpdateCustStatus ( string innerid, int status ) : int
innerid string
status int
리턴 int

UpdateCustTotalCount() 공개 메소드

更新会员的刷新次数
public UpdateCustTotalCount ( string custid, int type, int count, int oper = 1 ) : int
custid string
type int
count int
oper int 1+ 2-
리턴 int

UpdateCustType() 공개 메소드

修改会员类型(修改成功后返回会员信息)
public UpdateCustType ( string innerid ) : CustModel
innerid string
리턴 CCN.Modules.Customer.BusinessEntity.CustModel

UpdateCustWeChatPay() 공개 메소드

保存会员的订单
public UpdateCustWeChatPay ( CustWxPayModel model ) : int
model CCN.Modules.Customer.BusinessEntity.CustWxPayModel
리턴 int

UpdateCustWeChatPayBack() 공개 메소드

支付回调更新会员信息
public UpdateCustWeChatPayBack ( string orderNo ) : int
orderNo string
리턴 int

UpdateLaudator() 공개 메소드

用户修改认证信息
public UpdateLaudator ( CustLaudator model ) : int
model CCN.Modules.Customer.BusinessEntity.CustLaudator 认证信息
리턴 int

UpdateOpenid() 공개 메소드

更新绑定openid
public UpdateOpenid ( string custid, string openid ) : int
custid string
openid string
리턴 int

UpdatePassword() 공개 메소드

修改密码
public UpdatePassword ( CustRetrievePassword mRetrievePassword ) : int
mRetrievePassword CCN.Modules.Customer.BusinessEntity.CustRetrievePassword
리턴 int

UpdateQrCode() 공개 메소드

更新会员二维码
public UpdateQrCode ( string innerid, string qrcode ) : int
innerid string
qrcode string
리턴 int

UpdateTag() 공개 메소드

修改标签
public UpdateTag ( CustTagModel model ) : int
model CustTagModel 标签信息
리턴 int

UpdateTagStatus() 공개 메소드

修改标签状态
public UpdateTagStatus ( string innerid, int status ) : int
innerid string 标签ID
status int
리턴 int

UpdateUserInfo() 공개 메소드

C用户 修改会员信息
public UpdateUserInfo ( UserModel model ) : int
model CCN.Modules.Customer.BusinessEntity.UserModel
리턴 int

UpdateUserPassword() 공개 메소드

C用户 修改密码
public UpdateUserPassword ( UserRetrievePassword mRetrievePassword ) : int
mRetrievePassword CCN.Modules.Customer.BusinessEntity.UserRetrievePassword
리턴 int

UpdateUserQrCode() 공개 메소드

C用户 更新会员二维码
public UpdateUserQrCode ( string innerid, string qrcode ) : int
innerid string
qrcode string
리턴 int

UpdateUserStatus() 공개 메소드

C用户 修改会员状态(冻结和解冻)
public UpdateUserStatus ( string innerid, int status ) : int
innerid string
status int
리턴 int

UpgradeBoutique() 공개 메소드

升级为精品车商
public UpgradeBoutique ( string innerid ) : int
innerid string 会员id
리턴 int

UserCheckMobile() 공개 메소드

会员注册检查手机号是否被注册
public UserCheckMobile ( string mobile ) : int
mobile string 手机号
리턴 int

UserLogin() 공개 메소드

C用户 用户登录
public UserLogin ( UserLoginInfo loginInfo ) : UserViewModel
loginInfo CCN.Modules.Customer.BusinessEntity.UserLoginInfo 登录账户
리턴 CCN.Modules.Customer.BusinessEntity.UserViewModel