first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def get_buyer_nick_from_group_name(group_name: str):
|
||||
buyer_nick = group_name.rsplit('-', 1)[0] if '服务群' in group_name else group_name
|
||||
return buyer_nick
|
||||
|
||||
Reference in New Issue
Block a user