refactor(内部控制器): 更新支付通知 URL
- 将支付通知 URL 从 "/notify/order" 修改为 "/shop/notify" -此修改提高了系统内部支付通知的路由清晰度
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user