对接支付开发
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.ruoyi.constant;
|
||||
|
||||
public class PayConstant {
|
||||
|
||||
public final static String CALLBACK_PATH = "/payCallBack";
|
||||
|
||||
public final static String NOTIFY = "/notify";
|
||||
|
||||
public final static String REFUND_NOTIFY = "/refund_notify";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user