Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直致力于经典 ASP 中的 google checkout 集成,我的客户有各种电子商务网站,并希望对所有网站使用单个商家帐户 (Google Checkout)。我已经在商家账户中设置了回调url,但是我需要识别是从哪个网站下的订单,以便将信息保存在数据库中。
我可以为使用单个商家帐户的每个不同网站指定代码本身的回调 url 吗?
您可以使用商家私有数据字段来传递有关您的订单的任何自定义数据(包括网站信息)。
当您收到通知时,请从商家私人数据字段中读取自定义信息并确定它来自哪个网站。
有关类似问题的解决方案,请参阅此答案。