public interface WxMaShopCouponService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
WxMaShopBaseResponse addCoupon(WxMaShopCouponInfo couponInfo) throws WxErrorException
WxErrorExceptionWxMaShopCouponResponse getCoupon(String outCouponId) throws WxErrorException
WxErrorExceptionWxMaShopCouponListResponse getCouponList(Integer pageSize, Integer offset) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse updateCoupon(WxMaShopCouponInfo couponInfo) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse updateCouponStatus(String outCouponId, Integer status) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse updateCouponStock(String outCouponId, Integer isUsedNum, Integer receiveNum) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse addUserCoupon(String openid, String outUserCouponId, String outCouponId, Integer status, Long recvTime) throws WxErrorException
WxErrorExceptionWxMaShopUserCouponListResponse getUserCouponList(Integer pageSize, Integer offset, String openid) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse updateUserCoupon(String openid, String outUserCouponId, String outCouponId, Long useTime, Long recvTime) throws WxErrorException
WxErrorExceptionWxMaShopBaseResponse updateUserCouponStatus(String openid, String outUserCouponId, String outCouponId, Integer status) throws WxErrorException
WxErrorExceptionCopyright © 2024. All rights reserved.