admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoKeAppInfo.java
@@ -9,11 +9,18 @@
public class TaoKeAppInfo {
   private String appKey;
   private String appSecret;
   public TaoKeAppInfo(String appKey, String appSecret) {
      this.appKey = appKey;
      this.appSecret = appSecret;
   }
   public TaoKeAppInfo(String appKey, String appSecret, String pid) {
      this.appKey = appKey;
      this.appSecret = appSecret;
      this.pid = pid;
   }
   public TaoKeAppInfo() {
   }