最新版宁夏武警公众号项目后端
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.guahao.api.walkinto.service;
|
||||
|
||||
import com.guahao.api.walkinto.model.JhClientInfo;
|
||||
import com.guahao.api.walkinto.model.JhPlaceOrderInfo;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface IJhPayService {
|
||||
/**
|
||||
* 建行统一下单
|
||||
// * @param jhPlaceOrderInfo
|
||||
*/
|
||||
public Map<String,Object> unifiedPlaceOrder(JhClientInfo jhClientInfo);
|
||||
}
|
||||
Reference in New Issue
Block a user