Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
5a6750fe
Commit
5a6750fe
authored
Mar 02, 2023
by
chentianyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/new_v2.2.2' into 2.2
parents
893f68a9
3d5191ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
ProductServiceInterface.php
src/Service/Interfaces/Product/ProductServiceInterface.php
+10
-0
ShopifyApp.php
src/Shopify/ShopifyApp.php
+1
-1
No files found.
src/Service/Interfaces/Product/ProductServiceInterface.php
View file @
5a6750fe
...
...
@@ -158,5 +158,15 @@ interface ProductServiceInterface
* @author Zero
*/
public
function
downApprove
(
$data
);
/**
* 检查产品是否同时维护工艺信息核原料信息
* @param
* 参数可以通过id
* @return bool 同时维护true,未同时维护false
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public
function
checkMaterialCraftById
(
$id
);
}
src/Shopify/ShopifyApp.php
View file @
5a6750fe
...
...
@@ -104,7 +104,7 @@ class ShopifyApp
public
$config
=
[];
public
$defaultApiVersion
=
'202
1-07
'
;
public
$defaultApiVersion
=
'202
2-10
'
;
/**
* ShopifyApp constructor.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment