Преглед на файлове

fix: route withdraw subscribe to records

Codex преди 1 месец
родител
ревизия
d648aa024a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)},