@@ -641,11 +641,6 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService {
String appId = StringUtils.isBlank(param.getAppId()) ? config.getMiniappId() : param.getAppId();
config.setAppId(appId);
}
- if("wx503cf8ab31f83dd4".equals(config.getAppId())){
- config.setIsNew(0);
- }else{
- config.setIsNew(1);
- }
logger.info("最终传参 {}",config);
//组合返回参数
R result = new R();