This commit is contained in:
2025-12-05 15:51:49 +08:00
parent aaedc10a73
commit 1388124cc2

View File

@@ -233,7 +233,7 @@ namespace extend\chat\model;
return;
}
// 判断是不是商家发的
if($is_member['role'] == 2) {
if($is_member['role'] == 1) {
$notice_data['is_shop'] = 1; // 商家
}else {
$notice_data['is_shop'] = 2; // 不是商家