@@ -74,9 +74,7 @@ public class AdvertisementOrderDonServiceImpl extends ServiceImpl<AdvertisementO
@Override
public H5JsPayParams pay(Long popularizeId, BigDecimal money, String appId, AdvertisementUser user, AdvertisementOrderDon.Source source, String callback, String callbackType) throws Exception {
- if(!this.appId.equals(appId)){
- throw BusinessRuntimeException.getInstance("appId非法.");
- }
+
AdvertisementPopularize popularize = popularizeMapper.selectById(popularizeId);
if (popularize == null) {
log.error("链接不存在:{}", popularizeId);