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 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopCouponResponse getCoupon(String outCouponId) throws WxErrorException
getCoupon 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopCouponListResponse getCouponList(Integer pageSize, Integer offset) throws WxErrorException
getCouponList 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse updateCoupon(WxMaShopCouponInfo couponInfo) throws WxErrorException
updateCoupon 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse updateCouponStatus(String outCouponId, Integer status) throws WxErrorException
updateCouponStatus 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse updateCouponStock(String outCouponId, Integer isUsedNum, Integer receiveNum) throws WxErrorException
updateCouponStock 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse addUserCoupon(String openid, String outUserCouponId, String outCouponId, Integer status, Long recvTime) throws WxErrorException
addUserCoupon 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopUserCouponListResponse getUserCouponList(Integer pageSize, Integer offset, String openid) throws WxErrorException
getUserCouponList 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse updateUserCoupon(String openid, String outUserCouponId, String outCouponId, Long useTime, Long recvTime) throws WxErrorException
updateUserCoupon 在接口中 WxMaShopCouponServiceWxErrorExceptionpublic WxMaShopBaseResponse updateUserCouponStatus(String openid, String outUserCouponId, String outCouponId, Integer status) throws WxErrorException
updateUserCouponStatus 在接口中 WxMaShopCouponServiceWxErrorExceptionCopyright © 2024. All rights reserved.