|
|
|
@ -498,6 +498,11 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
couponAccuessLogMapper.save(couponAccuessLog);
|
|
|
|
couponAccuessLogMapper.save(couponAccuessLog);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public JSONObject getStyle() {
|
|
|
|
|
|
|
|
return royalPayCMSSupport.getStyle();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void updateClient(JSONObject device, AppClientBean appClientBean) {
|
|
|
|
public void updateClient(JSONObject device, AppClientBean appClientBean) {
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
|