对接支付

This commit is contained in:
2025-07-17 14:59:18 +08:00
parent 64c4180e4d
commit fd66448f4d
3 changed files with 70 additions and 1 deletions

View File

@@ -26,5 +26,6 @@ public class OrderItemEntity {
* 商品ID,goods_type=1关联video.id,=2关联source.id
*/
private Long goodsId;
private int count = 1;
}