Pu Zhibing
1 天以前 878ac7cc8e1951bbc7b27619c4e7ece1e3d331ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.ruoyi.order.util.kuaishou;
 
/**
 * @author zhibing.pu
 * @Date 2025/7/16 15:09
 */
public interface KuaiShouConfig {
    /**
     * 应用key
     */
    String appKey = "ks669347494775509202";
    /**
     * 应用秘钥
     */
    String appSecret = "gaS7PGQyZFBt74-Lb30QDA";
    /**
     * 签名秘钥
     */
    String signSecret = "ffaf72e8e4404764d472dcdfdb8a2e9c";
    /**
     * 消息秘钥
     */
    String messageSecret = "ZhS0g9+xLhhja4aQLJp/Rg==";
}