Authored by LUOXC

fixbug

... ... @@ -4,7 +4,9 @@ package com.yohoufo.order.config;
import lombok.Getter;
import lombok.experimental.Accessors;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
@Getter
@Accessors(fluent = true)
public class WeixinPayConfig {
... ...