package com.nuvole.util.pay.allinPay;
|
|
/**
|
* 支付回调地址
|
*
|
* @Author: lc
|
* @Date: 2019/8/27 14:57
|
*/
|
|
public class CallBackUrl {
|
|
/**
|
* 商城统一支付下单回调地址
|
*/
|
public static String unifiedStoreGoodsPayUrl = "/v1/shop/web/payBack/storeGoodsPayBack";
|
|
/**
|
* 商城统一支付下单回调地址
|
*/
|
public static String storeShareFundRecordPayUrl = "/v1/shop/web/payBack/storeShareFundRecordCallBack";
|
|
/**
|
* 商城快捷支付下单回调地址
|
*/
|
public static String shortcutStoreGoodsPayUrl = "/v1/shop/web/payBack/shortcutStoreGoodsPayBack";
|
|
/**
|
* 纯小程序支付回调地址
|
*/
|
public static String xcxGoodsPayUrl = "/v1/shop/web/payBack/xcxGoodsPayBack";
|
|
/**
|
* 收银宝下,微信支付C扫B扫码付2.0回调url
|
*/
|
public static String sybWxC2BPayUrl = "v1/web/payBack/sybScanPayGoodsPayBack";
|
/**
|
* H5扫码支付--银行卡快捷支付 回调
|
*/
|
public static String sybKJPayUrl = "v1/web/payBack/scanPayGoodsSybPayBack";
|
|
/**
|
* psv为支付宝时,支付宝支付 C扫B扫码付回调
|
*/
|
public static String zfbC2BPayUrl = "v1/web/payBack/scanPayGoodsSybPayBack";
|
|
/**
|
* psv为微信时,支付宝支付 C扫B扫码付回调
|
*/
|
public static String wxC2BPayUrl = "v1/web/payBack/scanPayGoodsPayBack";
|
|
|
/**
|
* psv为云商通时, 商户线上微信支付回调 sc 商城
|
*/
|
public static String ystScPayUrl = "v1/web/payBack/wechatMerchantBack";
|
/**
|
* 提现签约通知(接收)
|
*/
|
public static String ystTxSignUrl = "v1/web/payBack/signAcctNotify";
|
|
|
|
|
}
|