|
|
|
@@ -78,6 +78,7 @@ public class PayServiceFactory { |
|
|
|
shareMap.put(EnumPayWay.PAY_WAY_NOT_UNPAY_TRADE.getCode(), wxShareService); |
|
|
|
shareMap.put(EnumPayWay.PAY_WAY_NOT_UNPAY_PASSWD.getCode(), wxShareService); |
|
|
|
shareMap.put(EnumPayWay.PAY_WAY_NOT_UNPAY_CREDIT.getCode(), wxShareService); |
|
|
|
shareMap.put(EnumPayWay.PAY_WAY_NOT_UNPAY_GIFTLIST.getCode(), wxShareService); |
|
|
|
} |
|
|
|
return shareMap; |
|
|
|
} |
|
|
|
|