|
@@ -90,8 +90,6 @@ public class OfferDataController extends BaseController {
|
|
|
@PostMapping("/third/landFirstRegistration")
|
|
@PostMapping("/third/landFirstRegistration")
|
|
|
public R<Map<String, Object>> landFirstRegistration(@RequestBody LandFirstParamVo body) {
|
|
public R<Map<String, Object>> landFirstRegistration(@RequestBody LandFirstParamVo body) {
|
|
|
try {
|
|
try {
|
|
|
-// landFirstParamVo
|
|
|
|
|
-// houseFirstParamVo
|
|
|
|
|
Map<String, Object> map = offerDataService.landFirstRegistration(body);
|
|
Map<String, Object> map = offerDataService.landFirstRegistration(body);
|
|
|
map.put("id", map.get("id"));
|
|
map.put("id", map.get("id"));
|
|
|
return R.ok(map);
|
|
return R.ok(map);
|