refactor(内部控制器): 更新支付通知 URL

- 将支付通知 URL 从 "/notify/order" 修改为 "/shop/notify"
-此修改提高了系统内部支付通知的路由清晰度
This commit is contained in:
danial
2025-05-10 13:43:36 +08:00
parent 78e160682f
commit a55e2bbd9e

View File

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