更新文件上传功能中的通知URL,使用固定地址替代动态获取的商店地址,以确保通知能够正确发送。
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user