更新文件上传功能中的通知URL,使用固定地址替代动态获取的商店地址,以确保通知能够正确发送。

This commit is contained in:
danial
2025-05-06 21:40:44 +08:00
parent 13cb83b9ad
commit a17f03876f

View File

@@ -148,7 +148,7 @@ func (c *GenLink) UploadFile() {
OrderNo: orderNo,
OrderPrice: price,
OrderPeriod: 24,
NotifyUrl: fmt.Sprintf("%s/notify/order", config.GetShopAddr()),
NotifyUrl: "http://kami_shop:12305/notify/order",
ProductCode: roadCode,
ExValue: string(marshal),
Ip: c.Ctx.Input.IP(),