Authored by michaelcao

update

... ... @@ -212,6 +212,6 @@ public class BrandActivityServiceImpl implements IBrandActivityService {
int result = actNewBrandResultMapper.insertSelective(record);
}
return new ApiResponse(200,"发送有货币成功");
return new ApiResponse(200,"发送分享有货币成功");
}
}
... ...