yujian
2019-07-11 e4a56b57d3e10b9b46eaefe5194bbf98fcc45698
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() {
   }