1.太米支付
This commit is contained in:
parent
ec2fbe5d51
commit
589c0b3435
|
@ -12,7 +12,5 @@ public interface IChannelInfo {
|
||||||
|
|
||||||
String getNotifyUrl();
|
String getNotifyUrl();
|
||||||
|
|
||||||
String getFrontUrl();
|
|
||||||
|
|
||||||
String getSn();
|
String getSn();
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,9 +64,6 @@ public class Channel extends BaseEntity
|
||||||
/** appid */
|
/** appid */
|
||||||
private String appid;
|
private String appid;
|
||||||
|
|
||||||
/** 支付完成后的跳转地址 */
|
|
||||||
private String frontUrl;
|
|
||||||
|
|
||||||
private String developerId;
|
private String developerId;
|
||||||
|
|
||||||
/** 门店Id */
|
/** 门店Id */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user