@@ -530,6 +530,8 @@ async fn insert_payment_notification(pool: &PgPool, user_id: i32, order_no: &str
let pkg_label = match pkg_type.as_str() {
"monthly" => "包月会员",
"quarterly" => "季卡会员",
"half_year" => "半年会员",
"yearly" => "包年会员",
"permanent" => "永久会员",
_ => "会员",
The note is not visible to the blocked user.