|
|
@@ -39,7 +39,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'];
|