Method | Description | |
---|---|---|
AddCoupon ( |
添加礼券
|
|
AddSettLog ( |
添加结算记录
|
|
AddShop ( ShopModel model ) : int |
添加商户
|
|
AddShopStaff ( |
添加职员
|
|
BindWechatProduct ( |
礼券与微信小店产品绑定
|
|
CancelCoupon ( string code ) : int |
礼券核销
|
|
ChangePoint ( |
会员积分变更
|
|
CheckShopName ( string shopname ) : int |
验证商户名重复
|
|
CheckShopStaffLoginName ( string staffname ) : int |
验证商户职员登录名重复
|
|
CheckShopStaffName ( string staffname ) : int |
验证商户职员名重复
|
|
CouponToCustomer ( |
批量发放礼券给会员
|
|
DelSettLog ( string innerid ) : int |
删除结算记录
|
|
DeleteShop ( string innerid ) : int |
删除商户
|
|
DeleteShopStaff ( string innerid ) : int |
删除商户Staff
|
|
GetAuthPointRecord ( string custid ) : IEnumerable |
获取认证积分记录
|
|
GetCode ( string code ) : |
根据code查询详情
|
|
GetCodeInfo ( string code ) : |
我的礼券详情
|
|
GetCodeRecord ( |
车商核销记录列表
|
|
GetCodeRecordTotal ( |
车商核销记录列表合计
|
|
GetCoupon ( |
查询已核销的礼券
|
|
GetCouponById ( string innerid ) : |
获取礼券信息
|
|
GetCouponByProductId ( string productid ) : |
根据商品id获取礼券信息
|
|
GetCouponCode ( |
获取礼券实例
|
|
GetCouponPageList ( |
获取获取礼券列表
|
|
GetCouponRecord ( string custid, int sourceid ) : IEnumerable |
获取认证获得的礼券
|
|
GetCouponRule ( ) : IEnumerable |
获取礼券奖励规则
|
|
GetCustPointLogPageList ( |
获取会员积分记录列表
|
|
GetCustTotalInfo ( string custid ) : |
获取会员统计信息
|
|
GetCustidByOpenid ( string openid ) : string |
根据openid获取custid
|
|
GetLoginPointRecord ( string custid ) : IEnumerable |
登录奖励验证
|
|
GetMallCouponPageList ( |
获取礼券列表(购买)
|
|
GetMallShopCardTypeNameList ( string shopid ) : IEnumerable |
查询该商户下有多少种券
|
|
GetMallShopPageList ( ShopMallQueryModel query ) : BasePageList |
商城搜索商户列表
|
|
GetMaxCode ( ) : int |
获取最大
|
|
GetMyCodeList ( |
获取我的礼券
|
|
GetMyUsableCodeTotal ( string custid ) : int |
我的可用礼券总数
|
|
GetOrderInfo ( string innerid ) : |
修改购买订单处理结果
|
|
GetOrderList ( |
获取发送礼券失败的订单
|
|
GetSettLogById ( string innerid ) : |
根据id获取结算记录信息
|
|
GetSettLogPageList ( |
结算记录列表
|
|
GetSettedCodePageList ( |
根据settid获取已结算的code列表
|
|
GetSharePointRecord ( string custid ) : int |
获取今天分享获得积分记录
|
|
GetShopAreaByCityid ( string cityid ) : IEnumerable |
根据城市id获取区列表
|
|
GetShopByCountyid ( string countyid ) : IEnumerable |
根据区id获取商户列表
|
|
GetShopById ( string innerid ) : ShopModel |
根据id获取商户信息
|
|
GetShopList ( ) : IEnumerable |
根据id获取商户信息
|
|
GetShopModel ( string shopcode, string password ) : ShopModel |
商户登录
|
|
GetShopPageList ( ShopQueryModel query ) : BasePageList |
商户列表
|
|
GetShopStaffById ( string innerid ) : |
根据id获取商户职员信息
|
|
GetShopStaffModel ( string loginname, string password ) : |
商户登录
|
|
GetShopStaffPageList ( |
商户职员列表
|
|
GetShopViewById ( string innerid ) : ShopInfoViewModel |
根据id获取商户信息(包含关联信息)
|
|
GetUsedCodePageList ( |
根据cardid获取已核销的code列表
|
|
PointExchangeCoupon ( |
积分兑换礼券
|
|
PointToCoupon ( |
积分兑换礼券
|
|
SaveOrder ( |
保存购买订单信息
|
|
UnBindWechatProduct ( string cardid ) : int |
礼券与微信小店产品解除绑定
|
|
UpdateCoupon ( |
修改礼券
|
|
UpdateOrderResult ( |
修改购买订单处理结果
|
|
UpdateQrcode ( string code, string qrcode ) : int |
根据id更新qrcode 根据code更新qrcode
|
|
UpdateSettLog ( |
修改结算记录
|
|
UpdateSettLogPic ( string innerid, string pictures ) : int |
更新结算记录图片
|
|
UpdateShop ( ShopModel model ) : int |
更新商户
|
|
UpdateShopPassword ( string innerid, string password ) : int |
修改商户密码
|
|
UpdateShopStaff ( |
更新商户Staff
|
|
UpdateShopStaffStatus ( string innerid, int status ) : int |
修改商户Staff状态(冻结和解冻)
|
|
UpdateShopStatus ( string innerid, int status ) : int |
修改商户状态(冻结和解冻)
|
|
UpdateStatus ( string cardid, int status ) : int |
获取礼券信息 by code 更新礼券状态
|
|
UpdateStock ( |
修改礼券库存
|
|
UpdateValidity ( |
修改礼券有效期
|
|
ValidatedBindRepeat ( string productid ) : int |
礼券与微信小店产品绑定
|
public AddCoupon ( |
||
model | 礼券信息 | |
return | int |
public AddSettLog ( |
||
model | ||
return | int |
public AddShopStaff ( |
||
model | ||
return | int |
public BindWechatProduct ( |
||
model | ||
return | int |
public ChangePoint ( |
||
model | 变更信息 | |
return | int |
public CheckShopName ( string shopname ) : int | ||
shopname | string | |
return | int |
public CheckShopStaffLoginName ( string staffname ) : int | ||
staffname | string | |
return | int |
public CheckShopStaffName ( string staffname ) : int | ||
staffname | string | |
return | int |
public CouponToCustomer ( |
||
model | 礼券信息 | |
return | int |
public DeleteShopStaff ( string innerid ) : int | ||
innerid | string | |
return | int |
public GetAuthPointRecord ( string custid ) : IEnumerable |
||
custid | string | 会员id |
return | IEnumerable |
public GetCode ( string code ) : |
||
code | string | |
return |
public GetCodeInfo ( string code ) : |
||
code | string | |
return |
public GetCodeRecord ( |
||
query | ||
return | BasePageList |
public GetCodeRecordTotal ( |
||
query | ||
return |
public GetCoupon ( |
||
query | ||
return | IEnumerable |
public GetCouponById ( string innerid ) : |
||
innerid | string | id |
return |
public GetCouponByProductId ( string productid ) : |
||
productid | string | 商品id |
return |
public GetCouponCode ( |
||
query | ||
return | BasePageList |
public GetCouponPageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetCouponRecord ( string custid, int sourceid ) : IEnumerable |
||
custid | string | 会员id |
sourceid | int | |
return | IEnumerable |
public GetCustPointLogPageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetCustTotalInfo ( string custid ) : |
||
custid | string | 会员id |
return |
public GetCustidByOpenid ( string openid ) : string | ||
openid | string | 商品id |
return | string |
public GetLoginPointRecord ( string custid ) : IEnumerable |
||
custid | string | 会员id |
return | IEnumerable |
public GetMallCouponPageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetMallShopCardTypeNameList ( string shopid ) : IEnumerable |
||
shopid | string | 查询条件 |
return | IEnumerable |
public GetMallShopPageList ( ShopMallQueryModel query ) : BasePageList |
||
query | ShopMallQueryModel | 查询条件 |
return | BasePageList |
public GetMyCodeList ( |
||
query | ||
return | BasePageList |
public GetMyUsableCodeTotal ( string custid ) : int | ||
custid | string | |
return | int |
public GetOrderInfo ( string innerid ) : |
||
innerid | string | |
return |
public GetOrderList ( |
||
query | ||
return | BasePageList |
public GetSettLogById ( string innerid ) : |
||
innerid | string | |
return |
public GetSettLogPageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetSettedCodePageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetSharePointRecord ( string custid ) : int | ||
custid | string | 会员id |
return | int |
public GetShopAreaByCityid ( string cityid ) : IEnumerable |
||
cityid | string | |
return | IEnumerable |
public GetShopByCountyid ( string countyid ) : IEnumerable |
||
countyid | string | |
return | IEnumerable |
public GetShopById ( string innerid ) : ShopModel | ||
innerid | string | |
return | ShopModel |
public GetShopModel ( string shopcode, string password ) : ShopModel | ||
shopcode | string | |
password | string | |
return | ShopModel |
public GetShopPageList ( ShopQueryModel query ) : BasePageList |
||
query | ShopQueryModel | 查询条件 |
return | BasePageList |
public GetShopStaffById ( string innerid ) : |
||
innerid | string | |
return |
public GetShopStaffModel ( string loginname, string password ) : |
||
loginname | string | |
password | string | |
return |
public GetShopStaffPageList ( |
||
query | 查询条件 | |
return | BasePageList |
public GetShopViewById ( string innerid ) : ShopInfoViewModel | ||
innerid | string | |
return | ShopInfoViewModel |
public GetUsedCodePageList ( |
||
query | 查询条件 | |
return | BasePageList |
public PointExchangeCoupon ( |
||
model | 兑换相关信息 | |
return | int |
public PointToCoupon ( |
||
model | 兑换相关信息 | |
return | int |
public SaveOrder ( |
||
model | ||
return | int |
public UnBindWechatProduct ( string cardid ) : int | ||
cardid | string | |
return | int |
public UpdateCoupon ( |
||
model | 礼券信息 | |
return | int |
public UpdateOrderResult ( |
||
model | ||
return | int |
public UpdateQrcode ( string code, string qrcode ) : int | ||
code | string | |
qrcode | string | |
return | int |
public UpdateSettLog ( |
||
model | ||
return | int |
public UpdateSettLogPic ( string innerid, string pictures ) : int | ||
innerid | string | 记录id |
pictures | string | |
return | int |
public UpdateShopPassword ( string innerid, string password ) : int | ||
innerid | string | |
password | string | |
return | int |
public UpdateShopStaff ( |
||
model | ||
return | int |
public UpdateShopStaffStatus ( string innerid, int status ) : int | ||
innerid | string | |
status | int | |
return | int |
public UpdateShopStatus ( string innerid, int status ) : int | ||
innerid | string | |
status | int | |
return | int |
public UpdateStatus ( string cardid, int status ) : int | ||
cardid | string | |
status | int | |
return | int |
public UpdateStock ( |
||
model | 礼券信息 | |
return | int |
public UpdateValidity ( |
||
model | 礼券信息 | |
return | int |
public ValidatedBindRepeat ( string productid ) : int | ||
productid | string | |
return | int |