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