|
@@ -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)},
|