main #134

Merged
charles merged 49 commits from main into prod 2026-07-10 17:41:19 +08:00
Showing only changes of commit 4dfa04560c - Show all commits

View File

@ -23,7 +23,8 @@ async def add_user_inquiry(ns={}):
'enterprise_type': ns.get('enterprise_type'),
'region': ns.get('region'),
'consult_direction': ns.get('consult_direction'),
'email': ns.get('email')
'email': ns.get('email'),
'source': ns.get('source')
}
await sor.C('product_inquiry', ns_c)
return {