Commit 54041ad3 by 王洁

addOemCardPics

parent afeb4104
...@@ -25,6 +25,7 @@ use Swoft\Core\ResultInterface; ...@@ -25,6 +25,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferSetUserCouponStatus(int $storeId,int $couponId,int $status) * @method ResultInterface deferSetUserCouponStatus(int $storeId,int $couponId,int $status)
* @method ResultInterface deferGetUserValidCouponNum(int $storeId,int $escrow,int $userId) * @method ResultInterface deferGetUserValidCouponNum(int $storeId,int $escrow,int $userId)
* @method ResultInterface deferIfCouponSuitOrder(int $storeId,int $userId,int $couponId,array $goods) * @method ResultInterface deferIfCouponSuitOrder(int $storeId,int $userId,int $couponId,array $goods)
* @method ResultInterface deferAddOemCardPics(int $oemId)
*/ */
/** /**
* The interface of demo service * The interface of demo service
...@@ -120,4 +121,12 @@ interface MemberCardInterface ...@@ -120,4 +121,12 @@ interface MemberCardInterface
*/ */
public function ifCouponSuitOrder(int $storeId,int $userId,int $couponId,array $goods); public function ifCouponSuitOrder(int $storeId,int $userId,int $couponId,array $goods);
/**
* 添加oem微信卡券相关图片素材(copy oem=0的,每增加一个oem调用一次)
*
* @param integer $oemId
* @return bool or Exception
*/
public function addOemCardPics(int $oemId);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment