|
|
|
@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSON; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.iformall.controller.base.BaseController; |
|
|
|
import com.iformall.domain.po.*; |
|
|
|
import com.iformall.domain.po.base.TenantEntity; |
|
|
|
import com.iformall.exception.MallinkException; |
|
|
|
import com.iformall.service.*; |
|
|
|
import com.iformall.service.pay.alipay.AliPayUtil; |
|
|
|
@@ -68,6 +69,16 @@ public class JinMaoController extends BaseController { |
|
|
|
public void dfhUser(@RequestBody Map param) throws IOException { |
|
|
|
logger.info("dfh user:"+param); |
|
|
|
|
|
|
|
String phone = param.get("phone")==null?"":param.get("phone").toString(); |
|
|
|
String userName = param.get("user_name")==null?"":param.get("user_name").toString(); |
|
|
|
|
|
|
|
|
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId("1035"); |
|
|
|
|
|
|
|
|
|
|
|
WxCUserBasicInfo basicInfo = new WxCUserBasicInfo(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -88,6 +99,9 @@ public class JinMaoController extends BaseController { |
|
|
|
@RequestMapping(value = "/dfh/order") |
|
|
|
public void dfhOrder(@RequestBody Map param) throws Exception { |
|
|
|
logger.info("dfh order:"+param); |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId("1035"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |