admin
2019-07-11 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9
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() {
   }