Explorar el Código

fix: route withdraw subscribe to records

Codex hace 1 mes
padre
commit
d648aa024a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)},