Commit 6638ed40 by 王召彬

Merge branch 'ft-insurance' into test

parents a353e85b d9ad82f2
...@@ -35,7 +35,7 @@ interface InsuranceInterface ...@@ -35,7 +35,7 @@ interface InsuranceInterface
* 获取指定订单数据 * 获取指定订单数据
* *
* @param integer $storeId * @param integer $storeId
* @param integer $orderSn * @param string $orderSn
* @return array * @return array
*/ */
public function getOrderBySn(int $storeId, $orderSn); public function getOrderBySn(int $storeId, $orderSn);
...@@ -45,7 +45,6 @@ interface InsuranceInterface ...@@ -45,7 +45,6 @@ interface InsuranceInterface
* *
* @param integer $storeId * @param integer $storeId
* @param string $orderSn * @param string $orderSn
* @Number(name="storeId")
* @return void * @return void
*/ */
public function paySuccess(int $storeId, $orderSn); public function paySuccess(int $storeId, $orderSn);
......
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