|
|
|
@@ -96,7 +96,7 @@ public class WxCouponPasswordServiceImpl implements WxCouponPasswordService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void mkPasswords(TenantEntity tenantEntity, Long couponId, Integer inventory) { |
|
|
|
String strAll = "0123456789abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"; |
|
|
|
String strAll = "0123456789abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ"; |
|
|
|
// 1.获取 coupon short 1 |
|
|
|
int couponShort = 0; |
|
|
|
String couponShortStr = "0"; |
|
|
|
|