Commit d71592af by liwotianname

add all

parent 2a1d6986
...@@ -48,17 +48,17 @@ interface BargainInterface ...@@ -48,17 +48,17 @@ interface BargainInterface
); );
/** // /**
* 支付 状态 回馈接口 // * 支付 状态 回馈接口
* @param string $storeId // // * @param string $storeId //
* @param int $bargainbranchId // 砍价活动id // * @param int $bargainbranchId // 砍价活动id
* @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常) // * @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
* @return mixed // * @return mixed
*/ // */
public function paystatus( // public function paystatus(
string $storeId, // string $storeId,
int $bargainbranchId, // int $bargainbranchId,
int $status); // int $status);
} }
......
...@@ -69,15 +69,15 @@ interface LimitTimeBuyInterface ...@@ -69,15 +69,15 @@ interface LimitTimeBuyInterface
/** // /**
* 支付 状态 回馈接口 // * 支付 状态 回馈接口
* @param string $store_id // * @param string $store_id
* @param int $limit_id // * @param int $limit_id
* @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常) // * @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
* @return mixed // * @return mixed
*/ // */
public function paystatus( // public function paystatus(
string $store_id, // string $store_id,
int $limit_id, // int $limit_id,
int $status); // 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