审计记录

src/org/theyeasy/weixin/service/WxPayRedService.java 251 字节
zxt@theyeasy.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package org.theyeasy.weixin.service;

import com.github.binarywang.wxpay.service.WxPayService;




public interface WxPayRedService extends WxPayService {
	  
	  /**
	   * 生成订单号
	   * @return
	   */
	  public String createBillNo();
	  
	 
}