Commit 4af3760f authored by hj's avatar hj

更新提交

parent 0c83789d
...@@ -294,4 +294,11 @@ class CheMenuService ...@@ -294,4 +294,11 @@ class CheMenuService
} }
} }
} }
public function productSave($productPageContent)
{
if(!$productPageContent) return false;
$this->apiService->saveProduct($productPageContent);
}
} }
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