|
|
@@ -236,7 +236,7 @@ class MtController extends PublicController
|
|
|
{
|
|
|
$post = Yii::$app->request->post();
|
|
|
if (isset($post['retail_data']) == false) {
|
|
|
- noticeUtil::push("美团删除商品,通知我们时出错了,没有获取到相应信息", '15280215347');
|
|
|
+ //noticeUtil::push("美团删除商品,通知我们时出错了,没有获取到相应信息", '15280215347');
|
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
|
$retailData = $post['retail_data'];
|
|
|
@@ -289,7 +289,7 @@ class MtController extends PublicController
|
|
|
$transaction = $connection->beginTransaction();
|
|
|
try {
|
|
|
if (isset($post['retail_data']) == false) {
|
|
|
- noticeUtil::push("美团修改商品,通知我们时出错了,没有获取到相应信息", '15280215347');
|
|
|
+ //noticeUtil::push("美团修改商品,通知我们时出错了,没有获取到相应信息", '15280215347');
|
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
|
$retailData = $post['retail_data'];
|