Kaynağa Gözat

fix: route withdraw subscribe to records

Codex 1 ay önce
ebeveyn
işleme
d648aa024a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      go/gopath/src/fohow.com/libs/wx_mp/xcx.go

+ 1 - 1
go/gopath/src/fohow.com/libs/wx_mp/xcx.go

@@ -151,7 +151,7 @@ func SendTakeCashArrivedSubscribe(openid string, orderId, withdrawAmount, fee, a
 	if openid == "" || packageInfo == "" || !MerchantTransferStatePending(state) {
 		return nil
 	}
-	page := fmt.Sprintf("packageUser/pages/user/cashDetail/cashDetail?id=%d", orderId)
+	page := "packageUser/pages/user/withdraw/withdraw"
 	data := TakeCashArrivedSubscribeData{
 		Amount3: SubscribeDataValue{Value: formatFen(withdrawAmount)},
 		Amount4: SubscribeDataValue{Value: formatFen(fee)},