diff --git a/coolstore-partner-service/src/main/java/com/cool/store/http/WalletHttpClientRest.java b/coolstore-partner-service/src/main/java/com/cool/store/http/WalletHttpClientRest.java index 014f0e001..afa886cca 100644 --- a/coolstore-partner-service/src/main/java/com/cool/store/http/WalletHttpClientRest.java +++ b/coolstore-partner-service/src/main/java/com/cool/store/http/WalletHttpClientRest.java @@ -46,7 +46,7 @@ public class WalletHttpClientRest { @Resource RedisUtilPool redisUtilPool; - private static final String STORE_ID = "storeId"; + private static final String STORE_ID = "outStoreId"; @Value("${cool.api.rsa.private.key}") private String coolPrivateKey;