public class WxMaShopCouponServiceImpl extends Object implements WxMaShopCouponService
构造器和说明 |
---|
WxMaShopCouponServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
WxMaShopBaseResponse |
addCoupon(WxMaShopCouponInfo couponInfo) |
WxMaShopBaseResponse |
addUserCoupon(String openid,
String outUserCouponId,
String outCouponId,
Integer status,
Long recvTime) |
WxMaShopCouponResponse |
getCoupon(String outCouponId) |
WxMaShopCouponListResponse |
getCouponList(Integer pageSize,
Integer offset) |
WxMaShopUserCouponListResponse |
getUserCouponList(Integer pageSize,
Integer offset,
String openid) |
WxMaShopBaseResponse |
updateCoupon(WxMaShopCouponInfo couponInfo) |
WxMaShopBaseResponse |
updateCouponStatus(String outCouponId,
Integer status) |
WxMaShopBaseResponse |
updateCouponStock(String outCouponId,
Integer isUsedNum,
Integer receiveNum) |
WxMaShopBaseResponse |
updateUserCoupon(String openid,
String outUserCouponId,
String outCouponId,
Long useTime,
Long recvTime) |
WxMaShopBaseResponse |
updateUserCouponStatus(String openid,
String outUserCouponId,
String outCouponId,
Integer status) |
public WxMaShopBaseResponse addCoupon(WxMaShopCouponInfo couponInfo) throws WxErrorException
addCoupon
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopCouponResponse getCoupon(String outCouponId) throws WxErrorException
getCoupon
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopCouponListResponse getCouponList(Integer pageSize, Integer offset) throws WxErrorException
getCouponList
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse updateCoupon(WxMaShopCouponInfo couponInfo) throws WxErrorException
updateCoupon
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse updateCouponStatus(String outCouponId, Integer status) throws WxErrorException
updateCouponStatus
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse updateCouponStock(String outCouponId, Integer isUsedNum, Integer receiveNum) throws WxErrorException
updateCouponStock
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse addUserCoupon(String openid, String outUserCouponId, String outCouponId, Integer status, Long recvTime) throws WxErrorException
addUserCoupon
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopUserCouponListResponse getUserCouponList(Integer pageSize, Integer offset, String openid) throws WxErrorException
getUserCouponList
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse updateUserCoupon(String openid, String outUserCouponId, String outCouponId, Long useTime, Long recvTime) throws WxErrorException
updateUserCoupon
在接口中 WxMaShopCouponService
WxErrorException
public WxMaShopBaseResponse updateUserCouponStatus(String openid, String outUserCouponId, String outCouponId, Integer status) throws WxErrorException
updateUserCouponStatus
在接口中 WxMaShopCouponService
WxErrorException
Copyright © 2024. All rights reserved.