Commit d9ad82f2 by 王召彬

追加修改

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