Parcourir la source

fix: route withdraw subscribe to records

Codex il y a 1 mois
Parent
commit
d648aa024a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
 	if openid == "" || packageInfo == "" || !MerchantTransferStatePending(state) {
 		return nil
 		return nil
 	}
 	}
-	page := fmt.Sprintf("packageUser/pages/user/cashDetail/cashDetail?id=%d", orderId)
+	page := "packageUser/pages/user/withdraw/withdraw"
 	data := TakeCashArrivedSubscribeData{
 	data := TakeCashArrivedSubscribeData{
 		Amount3: SubscribeDataValue{Value: formatFen(withdrawAmount)},
 		Amount3: SubscribeDataValue{Value: formatFen(withdrawAmount)},
 		Amount4: SubscribeDataValue{Value: formatFen(fee)},
 		Amount4: SubscribeDataValue{Value: formatFen(fee)},