|
|
@@ -864,7 +864,7 @@ class PurchaseController extends BaseController
|
|
|
$openId = '';
|
|
|
if (isset($post['currentMiniOpenId']) && !empty($post['currentMiniOpenId'])) {
|
|
|
$openId = $post['currentMiniOpenId'];
|
|
|
- noticeUtil::push('花店采购下单时,通过前端获取了openId:' . $openId, '15280215347');
|
|
|
+ //noticeUtil::push('花店采购下单时,通过前端获取了openId:' . $openId, '15280215347');
|
|
|
}
|
|
|
if (empty($openId)) {
|
|
|
if (isset($this->admin) && !empty($this->admin)) {
|