// // ASGoodsDetailsVM.h // Asteria // // Created by 王猛 on 2023/12/26. // #import "RYBaseVM.h" #import "GoodsInformationM.h" #import "GoodsReviewsListM.h" #define Goods_productGetProductsById BaseRequestrUrl(@"rewrite/product/getProductsById") #define Goods_productGetProductsReview BaseRequestrUrl(@"rewrite/product/getProductReview") ///评论点赞 #define Reviews_rewriteProductAddReviewzan BaseRequestrUrl(@"rewrite/product/addReviewzan") ///添加评论图片 #define Reivews_rewriteProductAddImg BaseRequestrUrl(@"rewrite/product/addImg") ///添加评论 #define Reviews_rewriteProductAddReview BaseRequestrUrl(@"rewrite/product/addReview") //加购相关内容 #define Size_rewriteCartAddProducts BaseRequestrUrl(@"rewrite/cart/addProducts") NS_ASSUME_NONNULL_BEGIN @interface ASGoodsDetailsVM : RYBaseVM +(NSMutableAttributedString *)tool_changePriceAtr:(GoodsInformationM *)model; +(NSMutableAttributedString *)tool_addOptionPrice:(CGFloat)addPrice quantity:(NSInteger)quantity infoMoel:(GoodsInformationM *)mode; @end NS_ASSUME_NONNULL_END