Commit d9ad82f2 by 王召彬

追加修改

parent 90826b31
...@@ -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