Commit 5a6750fe authored by chentianyu's avatar chentianyu

Merge remote-tracking branch 'origin/new_v2.2.2' into 2.2

parents 893f68a9 3d5191ac
......@@ -159,4 +159,14 @@ interface ProductServiceInterface
*/
public function downApprove($data);
/**
* 检查产品是否同时维护工艺信息核原料信息
* @param
* 参数可以通过id
* @return bool 同时维护true,未同时维护false
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function checkMaterialCraftById($id);
}
......@@ -104,7 +104,7 @@ class ShopifyApp
public $config = [];
public $defaultApiVersion = '2021-07';
public $defaultApiVersion = '2022-10';
/**
* ShopifyApp constructor.
......
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