|
|
|
@ -10,13 +10,15 @@ import org.slf4j.LoggerFactory;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
@Service
|
|
|
|
@Service
|
|
|
|
public class AppStyleServiceImpl implements AppStyleService {
|
|
|
|
public class AppStyleServiceImpl implements AppStyleService {
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${app.cms.host}")
|
|
|
|
@Value("${app.cms.host}")
|
|
|
|
private String cmsHost;
|
|
|
|
private String cmsHost;
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
private RoyalPayCMSSupport royalPayCMSSupport;
|
|
|
|
private RoyalPayCMSSupport royalPayCMSSupport;
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public JSONObject listAppStyleGroup(int page, int limit) {
|
|
|
|
public JSONObject listAppStyleGroup(int page, int limit) {
|
|
|
|
|