高德
This commit is contained in:
@@ -25,6 +25,7 @@ import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.service.AliyunService;
|
||||
import com.cool.store.service.EnterpriseSyncService;
|
||||
import com.cool.store.service.EnterpriseUserService;
|
||||
import com.cool.store.service.GaoDeService;
|
||||
import com.cool.store.vo.cuser.IdentityCardInfoVO;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
@@ -47,6 +48,8 @@ public class TestController {
|
||||
@Resource
|
||||
private EnterpriseUserService enterpriseUserService;
|
||||
@Resource
|
||||
GaoDeService gaoDeService;
|
||||
@Resource
|
||||
private ISVHttpRequest isvHttpRequest;
|
||||
@Resource
|
||||
private HyOpenAreaInfoMapper hyOpenAreaInfoMapper;
|
||||
@@ -239,4 +242,8 @@ public class TestController {
|
||||
return ResponseResult.success(enterpriseUserService.getDevelopmentByZoneId(zoneId));
|
||||
}
|
||||
|
||||
@GetMapping("getGaoDePicture")
|
||||
public ResponseResult getDevelopmentByZoneId(){
|
||||
return ResponseResult.success(gaoDeService.getGaoDePicture(""));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user