Commit 6f331394 by 王召彬

修改托管数据

parent 0965dce1
......@@ -91,4 +91,13 @@ interface EntrustedInterface
*/
public function getMicroMchData(int $storeId);
/**
* 修改托管数据
*
* @param integer $storeId
* @param array $data
* @return int
*/
public function updateEntrustedData(int $storeId, array $data);
}
\ 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