Commit f69ab390 by liwotianname

add all

parent 73977202
......@@ -49,6 +49,25 @@ interface BargainInterface
int $storeId,int $goodsId
);
/**
* 支付 状态 回馈接口
* @param string $store_id
* @param int $bargainid
* @param int $status
* @return mixed
*/
/**
* @param string $storeId //
* @param int $bargainId // 砍价活动id
* @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
* @return mixed
*/
public function paystatus(
string $storeId,
int $bargainId,
int $status);
}
......
......@@ -66,4 +66,18 @@ interface LimitTimeBuyInterface
);
/**
* 支付 状态 回馈接口
* @param string $store_id
* @param int $limit_id
* @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
* @return mixed
*/
public function paystatus(
string $store_id,
int $limit_id,
int $status);
}
\ No newline at end of file
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