1.新增php推送订阅者openid接口

2.库存预警更改为公众号推送
3.sku商品上下架最低价不正确问题
This commit is contained in:
2024-07-25 10:10:54 +08:00
parent 954bfb00ac
commit e87537850a
12 changed files with 263 additions and 30 deletions

View File

@@ -0,0 +1,9 @@
package com.chaozhanggui.system.cashierservice.entity.dto;
import lombok.Data;
@Data
public class WxMsgSubDTO {
private String shopId;
private String openId;
}